+2017-11-15 H.J. Lu <hongjiu.lu@intel.com>
+
+ * testsuite/gas/i386/noextreg.s: Replace .code64/.code32 and
+ 64-bit instructions with .byte. Remove ELF directive.
+
2017-11-15 Tamar Christina <tamar.christina@arm.com>
* config/tc-arm.c (arm_ext_fp16_fml, fp16fml): New.
.text
ix86:
andn eax, eax, [eax]
- .code64
- andn rax, rax, [rax]
- .code32
+ # andn rax, rax, [rax]
+ .byte 0xc4, 0xe2, 0xf8, 0xf2, 0x00
tzmsk eax, [eax]
- .code64
- tzmsk rax, [rax]
- .code32
+ # tzmsk rax, [rax]
+ .byte 0x8f, 0xe9, 0xf8, 0x01, 0x20
llwpcb eax
- .code64
- llwpcb rax
- .code32
+ # llwpcb rax
+ .byte 0x8f, 0xe9, 0xf8, 0x12, 0xc0
vfmaddps xmm0, xmm0, [eax], xmm0
- .byte 0xc4, 0xe3, 0x79, 0x68, 0x00, 0x0f # vfmaddps xmm0, xmm0, [eax], xmm0
+ # vfmaddps xmm0, xmm0, [eax], xmm0
+ .byte 0xc4, 0xe3, 0x79, 0x68, 0x00, 0x0f
ret
-
- .type ix86, @function
- .size ix86, . - ix86