Add support for & | << >> ~ arithmetic operators in Intel mode
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / intel.d
index 7365dbaf1a284e5475b44103c15e3ca706378a89..66fd1d733b8d7193207098744ee586fb3c4efc0f 100644 (file)
@@ -620,4 +620,11 @@ Disassembly of section .text:
  a6a:  ff 20 [         ]*jmp    \*\(%eax\)
  a6c:  ff 25 d2 09 00 00 [     ]*jmp    \*0x9d2
  a72:  e9 5b ff ff ff [        ]*jmp    9d2 <bar>
+ a77:  b8 12 00 00 00 [        ]*mov    \$0x12,%eax
+ a7c:  25 ff ff fb ff [        ]*and    \$0xfffbffff,%eax
+ a81:  25 ff ff fb ff [        ]*and    \$0xfffbffff,%eax
+ a86:  b0 11 [         ]*mov    \$0x11,%al
+ a88:  b0 11 [         ]*mov    \$0x11,%al
+ a8a:  b3 47 [         ]*mov    \$0x47,%bl
+ a8c:  b3 47 [         ]*mov    \$0x47,%bl
 [      ]*...
This page took 0.028858 seconds and 4 git commands to generate.