x86: Add -mvexwig=[0|1] option to assembler
[deliverable/binutils-gdb.git] / gas / testsuite / gas / bfin / misc.s
1 .text
2 .global _misc
3 _misc:
4 /* Check "0 & 0xffff" is parsed correctly. */
5 r0.l = 0 & 0xffff;
6
This page took 0.115853 seconds and 4 git commands to generate.