x86: add support for AVX-512 VPCMP*{B,W} pseudo-ops
[deliverable/binutils-gdb.git] / gas / testsuite / gas / i386 / omit-lock.s
1 .text
2 .globl main
3 main:
4 lock
5 lock addl $0x1,(%eax)
This page took 0.039781 seconds and 4 git commands to generate.