repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
stsp/binutils-ia16
6,952
gas/testsuite/gas/i386/x86-64-avx-wig.s
# Check AVX WIG instructions .allow_index_reg .text _start: vaddpd %ymm4,%ymm6,%ymm2 vaddps %ymm4,%ymm6,%ymm2 vaddsd %xmm4,%xmm6,%xmm2 vaddss %xmm4,%xmm6,%xmm2 vaddsubpd %ymm4,%ymm6,%ymm2 vaddsubps %ymm4,%ymm6,%ymm2 vaesdec %xmm4,%xmm6,%xmm2 vaesdeclast %xmm4,%xmm6,%xmm2 vaesenc %xmm4,%xmm6,%xmm2 vaesencla...
stsp/binutils-ia16
12,407
gas/testsuite/gas/i386/x86-64-avx512er.s
# Check 64bit AVX512ER instructions .allow_index_reg .text _start: vexp2ps %zmm29, %zmm30 # AVX512ER vexp2ps {sae}, %zmm29, %zmm30 # AVX512ER vexp2ps (%rcx), %zmm30 # AVX512ER vexp2ps 0x123(%rax,%r14,8), %zmm30 # AVX512ER vexp2ps (%rcx){1to16}, %zmm30 # AVX512ER vexp2ps 8128(%rdx), %zmm30 # AVX512ER Dis...
stsp/binutils-ia16
1,387
gas/testsuite/gas/i386/wrap32.s
.text wrap: mov $500 - 0x100, %eax mov $500 + 0xffffff00, %edx mov $val - 0x100, %eax mov $val + 0xffffff00, %edx mov $sym - 0x100, %eax mov $sym + 0xffffff00, %edx mov $sym + 500 - 0x100, %eax mov $sym + 500 + 0xffffff00, %edx movl $500 - 0x100, (%eax) movl $500 + 0xffffff00, (%edx) movl $val - 0x100, (%e...
stsp/binutils-ia16
1,522
gas/testsuite/gas/i386/x86-64-nops.s
.text .byte 0x0f, 0x1f, 0x0 .byte 0x0f, 0x1f, 0x40, 0x0 .byte 0x0f, 0x1f, 0x44, 0x0, 0x0 .byte 0x66, 0x0f, 0x1f, 0x44, 0x0, 0x0 .byte 0x0f, 0x1f, 0x80, 0x0, 0x0, 0x0, 0x0 .byte 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 .byte 0x66, 0x0f, 0x1f, 0x84, 0x0, 0x0, 0x0, 0x0, 0x0 .byte 0x66, 0x2e, 0x0f, 0...
stsp/binutils-ia16
4,435
gas/testsuite/gas/i386/avx512vl_gfni.s
# Check 32bit AVX512VL,GFNI instructions .allow_index_reg .text _start: vgf2p8affineqb $0xab, %xmm4, %xmm5, %xmm6{%k7} # AVX512VL,GFNI vgf2p8affineqb $0xab, %xmm4, %xmm5, %xmm6{%k7}{z} # AVX512VL,GFNI vgf2p8affineqb $123, %xmm4, %xmm5, %xmm6{%k7} # AVX512VL,GFNI vgf2p8affineqb $123, -123456(%esp,%esi,8), %xmm...
stsp/binutils-ia16
3,004
gas/testsuite/gas/i386/bundle.s
.bundle_align_mode 5 # We use these macros to test each pattern at every offset from # bundle alignment, i.e. [0,31]. .macro offset_insn insn_name, offset .p2align 5 \insn_name\()_offset_\offset\(): .if \offset .space \offset, 0xf4 .endif \insn_name .endm .macro test_offsets insn_name offset_insn \insn_name, ...
stsp/binutils-ia16
1,771
gas/testsuite/gas/i386/dwarf2-line-2.s
.file "dwarf2-test.c" .text .section .text.startup,"ax",@progbits .p2align 4 .globl main .type main, @function main: .cfi_startproc nop ret .cfi_endproc .size main, .-main .text .section .debug_info,"",%progb...
stsp/binutils-ia16
1,386
gas/testsuite/gas/i386/vp2intersect.s
# Check AVX512_VP2INTERSECT new instructions. .text vp2intersectd %zmm1, %zmm2, %k3 vp2intersectd 64(%eax), %zmm2, %k3 vp2intersectd 8(%eax){1to16}, %zmm2, %k3 vp2intersectd %ymm1, %ymm2, %k3 vp2intersectd 32(%eax), %ymm2, %k3 vp2intersectd 8(%eax){1to8}, %ymm2, %k3 vp2intersectd %xmm1, %xmm2, %k3 vp2inters...
stsp/binutils-ia16
10,956
gas/testsuite/gas/i386/hlebad.s
# Check 32bit unsupported HLE instructions .allow_index_reg .text _start: # Tests for op imm8 al xacquire adc $100,%al xacquire lock adc $100,%al lock xacquire adc $100,%al xrelease adc $100,%al xrelease lock adc $100,%al lock xrelease adc $100,%al # Tests for op imm16 ax xacquire adc $1000,%ax xacquire lo...
stsp/binutils-ia16
6,557
gas/testsuite/gas/i386/x86-64-avx2.s
# Check x86-64 AVX2 instructions .allow_index_reg .text _start: # Tests for op mem256, mask, ymm # Tests for op ymm, mask, mem256 vpmaskmovd (%rcx),%ymm4,%ymm6 vpmaskmovd %ymm4,%ymm6,(%rcx) vpmaskmovq (%rcx),%ymm4,%ymm6 vpmaskmovq %ymm4,%ymm6,(%rcx) # Tests for op imm8, ymm/mem256, ymm vpermpd $7,%ymm6,%ymm2...
stsp/binutils-ia16
2,258
gas/testsuite/gas/i386/avx512vl_vpclmulqdq.s
# Check 32bit AVX512VL,VPCLMULQDQ instructions .allow_index_reg .text _start: vpclmulqdq $0xab, %xmm2, %xmm2, %xmm3 # AVX512VL,VPCLMULQDQ vpclmulqdq $123, -123456(%esp,%esi,8), %xmm2, %xmm3 # AVX512VL,VPCLMULQDQ vpclmulqdq $123, 2032(%edx), %xmm2, %xmm3 # AVX512VL,VPCLMULQDQ Disp8 vpclmulqdq $0xab, %ymm1, %ym...
stsp/binutils-ia16
1,364
gas/testsuite/gas/i386/align-branch-1.s
.text .globl foo .p2align 4 foo: movl %eax, %gs:0x1 pushl %ebp pushl %ebp pushl %ebp pushl %ebp movl %esp, %ebp movl %edi, -8(%ebp) movl %esi, -12(%ebp) movl %esi, -12(%ebp) movl %esi, -12(%ebp) movl %esi, -12(%ebp) movl %esi, -12(%ebp) cmp %eax, %ebp je .L_2 movl %es...
stsp/binutils-ia16
2,819
gas/testsuite/gas/i386/x86-64-avx512vnni.s
# Check 64bit AVX512VNNI instructions .allow_index_reg .text _start: vpdpwssd %zmm17, %zmm18, %zmm18 # AVX512VNNI vpdpwssd %zmm17, %zmm18, %zmm18{%k5} # AVX512VNNI vpdpwssd %zmm17, %zmm18, %zmm18{%k5}{z} # AVX512VNNI vpdpwssd 0x123(%rax,%r14,8), %zmm18, %zmm18 # AVX512VNNI vpdpwssd 8128(%rdx), %zmm18, %zmm1...
stsp/binutils-ia16
100,338
gas/testsuite/gas/i386/avx512bw_vl-wig.s
# Check 32bit AVX512{BW,VL} WIG instructions .allow_index_reg .text _start: vpabsb %xmm5, %xmm6{%k7} # AVX512{BW,VL} vpabsb %xmm5, %xmm6{%k7}{z} # AVX512{BW,VL} vpabsb (%ecx), %xmm6{%k7} # AVX512{BW,VL} vpabsb -123456(%esp,%esi,8), %xmm6{%k7} # AVX512{BW,VL} vpabsb 2032(%edx), %xmm6{%k7} # AVX512{BW,VL} Di...
stsp/binutils-ia16
1,267
gas/testsuite/gas/i386/jump16.s
.psize 0 .text .extern xxx .extern yyy .code16gcc 1: jmp 1b jmp xxx jmp *xxx jmp *%edi jmp *(%edi) ljmp *xxx(%edi) ljmp *xxx ljmp $0x1234,$xxx call 1b call xxx call *xxx call *%edi call *(%edi) lcall *xxx(%edi) lcall *xxx lcall $0x1234,$xxx .code16 jmp 1b jmp *xxx jmp *%di jmp *(%di) ljmp *xxx(%d...
stsp/binutils-ia16
2,881
gas/testsuite/gas/i386/avx2-wig.s
# Check AVX2 WIG instructions .allow_index_reg .text _start: vmovntdqa (%ecx),%ymm4 vmpsadbw $7,%ymm4,%ymm6,%ymm2 vpabsb %ymm4,%ymm6 vpabsd %ymm4,%ymm6 vpabsw %ymm4,%ymm6 vpackssdw %ymm4,%ymm6,%ymm2 vpacksswb %ymm4,%ymm6,%ymm2 vpackusdw %ymm4,%ymm6,%ymm2 vpackuswb %ymm4,%ymm6,%ymm2 vpaddb %ymm4,%ymm6,%ymm2...
stsp/binutils-ia16
191,023
gas/testsuite/gas/i386/x86-64-evex-lig.s
# Check EVEX LIG instructions .allow_index_reg .text _start: vaddsd %xmm28, %xmm29, %xmm30{%k7} # AVX512 vaddsd %xmm28, %xmm29, %xmm30{%k7}{z} # AVX512 vaddsd {rn-sae}, %xmm28, %xmm29, %xmm30{%k7} # AVX512 vaddsd {ru-sae}, %xmm28, %xmm29, %xmm30{%k7} # AVX512 vaddsd {rd-sae}, %xmm28, %xmm29, %xmm30{%k7} #...
stsp/binutils-ia16
1,620
gas/testsuite/gas/i386/x86-64-lockbad-1.s
# 64bit unlockable Instructions .text foo: lock mov %ecx, %eax lock mov (%rbx), %eax lock add %ebx, %eax lock add $0x64, %ebx lock adc %ebx, %eax lock adc $0x64, %ebx lock and %ebx, %eax lock and $0x64, %ebx lock btc %eax, %ebx lock btc $0x64, %ebx lock btr %eax, %ebx lock btr $0x64, %ebx lock bts %eax,...
stsp/binutils-ia16
110,199
gas/testsuite/gas/i386/x86-64-avx512_fp16.s
# Check 64bit AVX512-FP16 instructions .allow_index_reg .text _start: vaddph %zmm28, %zmm29, %zmm30 #AVX512-FP16 vaddph {rn-sae}, %zmm28, %zmm29, %zmm30 #AVX512-FP16 HAS_SAE RC_CTRL vaddph {rn-sae}, %zmm28, %zmm29, %zmm30{%k7}{z} #AVX512-FP16 MASK_ENABLING ZEROCTL HAS_SAE RC_CTRL vaddph 0x10000000(%rbp, %r14,...
stsp/binutils-ia16
86,024
gas/testsuite/gas/i386/x86-64-avx512bw.s
# Check 64bit AVX512BW instructions .allow_index_reg .text _start: vpabsb %zmm29, %zmm30 # AVX512BW vpabsb %zmm29, %zmm30{%k7} # AVX512BW vpabsb %zmm29, %zmm30{%k7}{z} # AVX512BW vpabsb (%rcx), %zmm30 # AVX512BW vpabsb 0x123(%rax,%r14,8), %zmm30 # AVX512BW vpabsb 8128(%rdx), %zmm30 # AVX512BW Disp8 vpab...
stsp/binutils-ia16
1,032
gas/testsuite/gas/i386/x86-64-avx512er-rcig.s
# Check 64bit AVX512ER-RCIG instructions .allow_index_reg .text _start: vexp2ps {sae}, %zmm29, %zmm30 # AVX512ER vexp2pd {sae}, %zmm29, %zmm30 # AVX512ER vrcp28ps {sae}, %zmm29, %zmm30 # AVX512ER vrcp28pd {sae}, %zmm29, %zmm30 # AVX512ER vrcp28ss {sae}, %xmm28, %xmm29, %xmm30 # AVX512ER vrcp28sd {sae}, %x...
stsp/binutils-ia16
3,179
gas/testsuite/gas/i386/x86-64-avx512_vpopcntdq.s
# Check 64bit AVX512_VPOPCNTDQ instructions .allow_index_reg .text _start: vpopcntd %zmm29, %zmm30 # AVX512_VPOPCNTDQ vpopcntd %zmm29, %zmm30{%k7} # AVX512_VPOPCNTDQ vpopcntd %zmm29, %zmm30{%k7}{z} # AVX512_VPOPCNTDQ vpopcntd (%rcx), %zmm30 # AVX512_VPOPCNTDQ vpopcntd 0x123(%rax,%r14,8), %zmm30 # AVX512_VP...
stsp/binutils-ia16
5,416
gas/testsuite/gas/i386/x86-64-optimize-3.s
# Check 64bit instructions with optimized encoding .allow_index_reg .text _start: testq $0x7f, %rax testl $0x7f, %eax testw $0x7f, %ax testb $0x7f, %al test $0x7f, %rbx test $0x7f, %ebx test $0x7f, %bx test $0x7f, %bl test $0x7f, %rdi test $0x7f, %edi test $0x7f, %di test $0x7f, %dil test $0x7f, %r9 te...
stsp/binutils-ia16
1,923
gas/testsuite/gas/i386/bundle-lock.s
.bundle_align_mode 5 # We use these macros to test each pattern at every offset from # bundle alignment, i.e. [0,31]. .macro offset_sequence size, offset .p2align 5 sequence_\size\()_offset_\offset\(): .if \offset .space \offset, 0xf4 .endif test_sequence \size .endm .macro test_offsets size offset_sequence \...
stsp/binutils-ia16
2,282
gas/testsuite/gas/i386/noavx512-2.s
# Test .arch .noavx512vl .text vpabsb %zmm5, %zmm6{%k7} # AVX512BW vpabsb %xmm5, %xmm6{%k7} # AVX512BW + AVX512VL vpabsb %ymm5, %ymm6{%k7} # AVX512BW + AVX512VL vpconflictd %zmm5, %zmm6 # AVX412CD vpconflictd %xmm5, %xmm6 # AVX412CD + AVX512VL vpconflictd %ymm5, %ymm6 # AVX412CD + AVX512VL vcvtpd2qq (%ecx...
stsp/binutils-ia16
1,200
gas/testsuite/gas/i386/x86-64-mpx-addr32.s
.byte 0x67; bndmk (%rax),%bnd1 .byte 0x67; bndmk 0x3(%rcx,%rbx,1),%bnd1 .byte 0x67; bndmov (%r8),%bnd1 .byte 0x67; bndmov 0x3(%r9,%rdx,1),%bnd1 .byte 0x67; bndmov %bnd1,(%rax) .byte 0x67; bndmov %bnd1,0x3(%rcx,%rax,1) .byte 0x67; bndcl (%rcx),%bnd1 .byte 0x67; bndcl 0x3(%rcx,%rax,1),%bnd1 .byte 0x67; bndcu (%rcx),...
stsp/binutils-ia16
1,217
gas/testsuite/gas/i386/secrel.s
.text .ascii ">>>>" pre04: .ascii "<<<<" .ascii ">>>>>" pre0d: .ascii "<<<" .ascii ">>>>>>" pre16: .ascii "<<" .ascii ">>>>>>>" pre1f: .ascii "<" .data .ascii ">>>>" sam04: .ascii "<<<<" .ascii ">>>>>" sam0d: .ascii "<<<" .ascii ">>>>>>" sam16: .ascii "<<" .ascii ">>>>>>>" sam1f: .ascii "<" .ascii ">>>>" ...
stsp/binutils-ia16
2,706
gas/testsuite/gas/i386/avx512bitalg.s
# Check 32bit AVX512BITALG instructions .allow_index_reg .text _start: vpshufbitqmb %zmm4, %zmm5, %k5 # AVX512BITALG vpshufbitqmb %zmm4, %zmm5, %k5{%k7} # AVX512BITALG vpshufbitqmb -123456(%esp,%esi,8), %zmm5, %k5 # AVX512BITALG vpshufbitqmb 8128(%edx), %zmm5, %k5 # AVX512BITALG Disp8 vpopcntb %zmm5, %zmm6...
stsp/binutils-ia16
117,571
gas/testsuite/gas/i386/x86-64-avx512_fp16_vl.s
# Check 64bit AVX512-FP16,AVX512VL instructions .allow_index_reg .text _start: vaddph %ymm28, %ymm29, %ymm30 #AVX512-FP16,AVX512VL vaddph %ymm28, %ymm29, %ymm30{%k7}{z} #AVX512-FP16,AVX512VL MASK_ENABLING ZEROCTL vaddph %xmm28, %xmm29, %xmm30 #AVX512-FP16,AVX512VL vaddph %xmm28, %xmm29, %xmm30{%k7}{z} #AVX51...
stsp/binutils-ia16
9,338
gas/testsuite/gas/i386/noavx512-1.s
# Test .arch .noavx512XX .text vpabsb %zmm5, %zmm6{%k7} # AVX512BW vpabsb %xmm5, %xmm6{%k7} # AVX512BW + AVX512VL vpabsb %ymm5, %ymm6{%k7} # AVX512BW + AVX512VL vpconflictd %zmm5, %zmm6 # AVX412CD vpconflictd %xmm5, %xmm6 # AVX412CD + AVX512VL vpconflictd %ymm5, %ymm6 # AVX412CD + AVX512VL vcvtpd2qq (%ecx...
stsp/binutils-ia16
1,839
gas/testsuite/gas/i386/x86-64-avx_gfni.s
# Check AVX GFNI instructions .allow_index_reg .text _start: vgf2p8mulb %ymm4, %ymm5, %ymm6 vgf2p8mulb -123456(%rax,%r14,8), %ymm5, %ymm6 vgf2p8mulb 126(%rdx), %ymm5, %ymm6 vgf2p8affineqb $0xab, %ymm4, %ymm5, %ymm6 vgf2p8affineqb $123, -123456(%rax,%r14,8), %ymm5, %ymm6 vgf2p8affineqb $123, 126(%rdx), %ymm5, %y...
stsp/binutils-ia16
166,966
gas/testsuite/gas/i386/evex-lig.s
# Check EVEX LIG instructions .allow_index_reg .text _start: vaddsd %xmm4, %xmm5, %xmm6{%k7} # AVX512 vaddsd %xmm4, %xmm5, %xmm6{%k7}{z} # AVX512 vaddsd {rn-sae}, %xmm4, %xmm5, %xmm6{%k7} # AVX512 vaddsd {ru-sae}, %xmm4, %xmm5, %xmm6{%k7} # AVX512 vaddsd {rd-sae}, %xmm4, %xmm5, %xmm6{%k7} # AVX512 vaddsd...
stsp/binutils-ia16
6,527
gas/testsuite/gas/i386/x86-64-avx512pf.s
# Check 64bit AVX512PF instructions .allow_index_reg .text _start: vgatherpf0dpd 123(%r14,%ymm31,8){%k1} # AVX512PF vgatherpf0dpd 123(%r14,%ymm31,8){%k1} # AVX512PF vgatherpf0dpd 256(%r9,%ymm31){%k1} # AVX512PF vgatherpf0dpd 1024(%rcx,%ymm31,4){%k1} # AVX512PF vgatherpf0dps 123(%r14,%zmm31,8){%k1} # AVX5...
subhamb123/sel-embeddeddebugger
11,643
freertos_src/freertos_exception_startup.s
.section .text .global freertos_exception_startup .extern registers .macro MRS_REG reg_name, dest MRS \dest, \reg_name .endm freertos_exception_startup: // Load registers x29 and x30 from the stack ldp x29, x30, [sp], #16 // Load registers x18 to x2 from the stack ldp x18, x19, [sp], #16 ...
stsp/binutils-ia16
116,029
gas/testsuite/gas/i386/x86-64-avx.s
# Check 64bit AVX instructions .allow_index_reg .text _start: # Tests for op vzeroall vzeroupper # Tests for op mem64 vldmxcsr (%rcx) vstmxcsr (%rcx) # Tests for op mem256, mask, ymm # Tests for op ymm, mask, mem256 vmaskmovpd (%rcx),%ymm4,%ymm6 vmaskmovpd %ymm4,%ymm6,(%rcx) vmaskmovps (%rcx),%ymm4,%ymm6 ...
stsp/binutils-ia16
10,578
gas/testsuite/gas/i386/x86-64-avx512vbmi2.s
# Check 64bit AVX512VBMI2 instructions .allow_index_reg .text _start: vpcompressb %zmm30, (%rcx){%k7} # AVX512VBMI2 vpcompressb %zmm30, 0x123(%rax,%r14,8) # AVX512VBMI2 vpcompressb %zmm30, 126(%rdx) # AVX512VBMI2 Disp8 vpcompressb %zmm29, %zmm30 # AVX512VBMI2 vpcompressb %zmm29, %zmm30{%k7} # AVX512VBMI2 ...
stsp/binutils-ia16
4,117
gas/testsuite/gas/i386/x86-64-fma-scalar.s
# Check 64bit AVX scalar instructions .allow_index_reg .text _start: # Tests for op xmm/mem64, xmm, xmm vfmadd132sd %xmm4,%xmm6,%xmm2 vfmadd132sd (%rcx),%xmm6,%xmm2 vfmadd213sd %xmm4,%xmm6,%xmm2 vfmadd213sd (%rcx),%xmm6,%xmm2 vfmadd231sd %xmm4,%xmm6,%xmm2 vfmadd231sd (%rcx),%xmm6,%xmm2 vfmsub132sd %xmm4,%xmm...
stsp/binutils-ia16
16,330
gas/testsuite/gas/i386/x86-64-fma.s
# Check 64bit FMA instructions .allow_index_reg .text _start: # Tests for op ymm/mem256, ymm, ymm vfmadd132pd %ymm4,%ymm6,%ymm2 vfmadd132pd (%rcx),%ymm6,%ymm2 vfmadd132ps %ymm4,%ymm6,%ymm2 vfmadd132ps (%rcx),%ymm6,%ymm2 vfmadd213pd %ymm4,%ymm6,%ymm2 vfmadd213pd (%rcx),%ymm6,%ymm2 vfmadd213ps %ymm4,%ymm6,%ymm...
subhamb123/sel-embeddeddebugger
11,643
src/freertos_exception_startup.s
.section .text .global freertos_exception_startup .extern registers .macro MRS_REG reg_name, dest MRS \dest, \reg_name .endm freertos_exception_startup: // Load registers x29 and x30 from the stack ldp x29, x30, [sp], #16 // Load registers x18 to x2 from the stack ldp x18, x19, [sp], #16 ...
stsp/binutils-ia16
67,144
gas/testsuite/gas/i386/avx512dq.s
# Check 32bit AVX512DQ instructions .allow_index_reg .text _start: vbroadcastf32x8 (%ecx), %zmm6 # AVX512DQ vbroadcastf32x8 (%ecx), %zmm6{%k7} # AVX512DQ vbroadcastf32x8 (%ecx), %zmm6{%k7}{z} # AVX512DQ vbroadcastf32x8 -123456(%esp,%esi,8), %zmm6 # AVX512DQ vbroadcastf32x8 4064(%edx), %zmm6 # AVX512DQ Disp...
stsp/binutils-ia16
1,101
gas/testsuite/gas/i386/intel-regs.s
.text .intel_syntax noprefix mov eax, tmm1 .arch i286 .code16 mov ax, eax ; add [bx+si], al mov ax, rax ; add [bx+si], al mov ax, axl ; add [bx+si], al mov ax, r8b ; add [bx+si], al mov ax, r8w ; add [bx+si], al mov ax, r8d ; add [bx+si], al mov ax, r8 ; add [bx+si], al mov ax, fs ; add [...
stsp/binutils-ia16
2,454
gas/testsuite/gas/i386/intel-movs.s
.text .intel_syntax noprefix .ifdef x86_16 .code16 .endif .ifdef x86_64 .equ adi, rdi .equ asi, rsi .else .equ adi, di .equ asi, si .endif movs: movsb movsb es:[edi], [esi] movsb es:[edi], fs:[esi] movsb [edi], [esi] movsb byte ptr es:[edi], [esi] movsb es:[edi], byte ptr [esi] movsb byte ptr es:[edi],...
stsp/binutils-ia16
1,667
gas/testsuite/gas/i386/x86-64-lock-1.s
# 64bit lockable Instructions .text foo: lock add %eax, (%rbx) lock addl $0x64, (%rbx) lock adc %eax, (%rbx) lock adcl $0x64, (%rbx) lock and %eax, (%rbx) lock andl $0x64, (%rbx) lock btc %eax, (%rbx) lock btcl $0x64, (%rbx) lock btr %eax, (%rbx) lock btrl $0x64, (%rbx) lock bts %eax, (%rbx) lock btsl $0x...
stsp/binutils-ia16
1,107
gas/testsuite/gas/i386/tlsnopic.s
.section ".tdata", "awT", @progbits .globl baz .hidden baz .globl var .hidden var2 bar: .long 27 baz: .long 29 var: .long 31 var2: .long 33 .text .globl fn .type fn,@function fn: /* Main binary, no PIC. */ 1: movl 1b, %edx addl $_GLOBAL_OFFSET_TABLE_+[.-1b], %edx /* foo can be anywhere in startup TLS. */ ...
stsp/binutils-ia16
3,501
gas/testsuite/gas/i386/sse2.s
foo: movnti %eax, (%eax) sfence lfence mfence addpd (%ecx),%xmm0 addpd %xmm2,%xmm1 addsd (%ebx),%xmm2 addsd %xmm4,%xmm3 andnpd 0x0(%ebp),%xmm4 andnpd %xmm6,%xmm5 andpd (%edi),%xmm6 andpd %xmm0,%xmm7 cmppd $0x2,%xmm1,%xmm0 cmppd $0x3,(%edx),%xmm1 cmpsd $0x4,%xmm2,%xmm2 cmpsd $0x5,(%esp,1),%x...
stsp/binutils-ia16
1,233
gas/testsuite/gas/i386/lfence-load.s
.text _start: vldmxcsr (%ebp) lgdt (%ebp) vmptrld (%ebp) vmclear (%ebp) invpcid (%ebp), %edx invlpg (%ebp) clflush (%ebp) clflushopt (%ebp) clwb (%ebp) cldemote (%ebp) bndmk (%ebp), %bnd1 bndcl (%ebp), %bnd1 bndcu (%ebp), %bnd1 bndcn (%ebp), %bnd1 bndstx %bnd1, (%ebp) bndldx (%ebp), %bnd1 prefetcht0 (...
stsp/binutils-ia16
2,312
gas/testsuite/gas/i386/avx512_bf16.s
# Check 32bit AVX512_BF16 instructions .allow_index_reg .text _start: vcvtne2ps2bf16 %zmm4, %zmm5, %zmm6 #AVX512_BF16 vcvtne2ps2bf16 0x10000000(%esp, %esi, 8), %zmm5, %zmm6{%k7} #AVX512_BF16 MASK_ENABLING vcvtne2ps2bf16 (%ecx){1to16}, %zmm5, %zmm6 #AVX512_BF16 BROADCAST_EN vcvtne2ps2bf16 8128(%ecx), %zmm5, %z...
stsp/binutils-ia16
5,772
gas/testsuite/gas/i386/x86-64-disassem.s
.text .byte 0xFF, 0xEF .byte 0xFF, 0xD8 .fill 0x5, 0x1, 0x90 .byte 0xC5, 0xEC, 0x4A, 0x9B .byte 0xC5, 0xEC, 0x4A, 0x6F .byte 0xC5, 0xEC, 0x4A, 0x3F .byte 0xC5, 0xED, 0x4A, 0x9B .byte 0xC5, 0xED, 0x4A, 0x6F .byte 0xC5, 0xED, 0x4A, 0x3F .byte 0xC4, 0xE1, 0xEC, 0x4A, 0x9B .byte 0xC4, 0xE1, 0xEC, 0x4A, 0x6F .byte 0xC4, 0xE...
stsp/binutils-ia16
1,576
gas/testsuite/gas/i386/x86-64-optimize-7.s
# Check 64bit instructions with optimized encoding .allow_index_reg .text _start: vandnpd %zmm1, %zmm1, %zmm15{%k7} vandnpd %zmm1, %zmm1, %zmm15 vandnpd %zmm1, %zmm1, %zmm16 vandnpd %zmm17, %zmm17, %zmm1 vandnps %zmm1, %zmm1, %zmm15{%k7} vandnps %zmm1, %zmm1, %zmm15 vandnps %zmm1, %zmm1, %zmm16 vandnps %zmm...
stsp/binutils-ia16
73,353
gas/testsuite/gas/i386/x86-64-avx512dq.s
# Check 64bit AVX512DQ instructions .allow_index_reg .text _start: vbroadcastf32x8 (%rcx), %zmm30 # AVX512DQ vbroadcastf32x8 (%rcx), %zmm30{%k7} # AVX512DQ vbroadcastf32x8 (%rcx), %zmm30{%k7}{z} # AVX512DQ vbroadcastf32x8 0x123(%rax,%r14,8), %zmm30 # AVX512DQ vbroadcastf32x8 4064(%rdx), %zmm30 # AVX512DQ D...
stsp/binutils-ia16
1,561
gas/testsuite/gas/i386/noextreg.s
.intel_syntax noprefix .text ix86: vpand xmm0, xmm0, xmm0 .byte 0xc4, 0xc1, 0x79, 0xdb, 0xc0 .byte 0xc4, 0xc1, 0x39, 0xdb, 0xc0 vpandd xmm0, xmm0, xmm0 .byte 0x62, 0xd1, 0x7d, 0x08, 0xdb, 0xc0 .byte 0x62, 0xf1, 0x3d, 0x08, 0xdb, 0xc0 .byte 0x62, 0xf1, 0x7d, 0x00, 0xdb, 0xc0 vpblendvb xmm0, xmm0, xmm0, xmm0 ...
stsp/binutils-ia16
1,202
gas/testsuite/gas/i386/avx512_fp16-inval-bcast.s
# Check error for invalid {1toXX} and {2toXX} broadcasts. .allow_index_reg .text _start: vcvtpd2ph (%ecx){1to16}, %xmm3 vcvtuqq2ph -1024(%edx){1to32}, %xmm3 vcvtdq2ph (%ecx){1to8}, %ymm3 vcvtudq2ph -512(%edx){1to32}, %ymm3 vcmpph $123, (%ecx){1to16}, %zmm2, %k5 vcmpph $123, (%ecx){1to64}, %zmm2, %k5 vfmadd1...
stsp/binutils-ia16
1,228
gas/testsuite/gas/i386/x86-64-avx512_fp16-inval-bcast.s
# Check error for invalid {1toXX} and {2toXX} broadcasts. .allow_index_reg .text _start: vcvtpd2ph (%ecx){1to16}, %xmm30 vcvtuqq2ph -1024(%edx){1to32}, %xmm30 vcvtdq2ph (%ecx){1to8}, %ymm30 vcvtudq2ph -512(%edx){1to32}, %ymm30 vcmpph $123, (%ecx){1to16}, %zmm29, %k5 vcmpph $123, (%ecx){1to64}, %zmm29, %k5 v...
stsp/binutils-ia16
2,210
gas/testsuite/gas/i386/sg.s
.text .intel_syntax noprefix sg: vgatherdpd xmm2, qword ptr [eax+xmm1], xmm0 vgatherdpd xmm2{k7}, qword ptr [eax+xmm1] vscatterdpd qword ptr [eax+xmm1]{k7}, xmm0 vgatherdpd xmm2, xmmword ptr [eax+xmm1], xmm0 vgatherdpd xmm2{k7}, xmmword ptr [eax+xmm1] vscatterdpd xmmword ptr [eax+xmm1]{k7}, xmm0 vgatherdps x...
stsp/binutils-ia16
9,776
gas/testsuite/gas/i386/pseudos.s
# Check instructions with pseudo prefixes for encoding .text _start: {vex3} vmovaps %xmm7,%xmm2 {vex3} {load} vmovaps %xmm7,%xmm2 {vex3} {store} vmovaps %xmm7,%xmm2 vmovaps %xmm7,%xmm2 {vex} vmovaps %xmm7,%xmm2 {vex} {load} vmovaps %xmm7,%xmm2 {vex} {store} vmovaps %xmm7,%xmm2 {vex3} vmovaps (%eax),%xmm2 vmo...
stsp/binutils-ia16
2,831
gas/testsuite/gas/i386/noreg16.s
.macro pfx insn:vararg .ifdef DATA32 data32 \insn .else \insn .endif .endm .text .code16 noreg: pfx adc $1, (%bx) pfx adc $0x89, (%bx) pfx adc $0x1234, (%bx) pfx add $1, (%bx) pfx add $0x89, (%bx) pfx add $0x1234, (%bx) pfx and $1, (%bx) pfx and $0x89, (%bx) pfx and $0x1234, (%bx) pfx bt $...
stsp/binutils-ia16
50,595
gas/testsuite/gas/i386/modrm.s
.psize 0 .text mov %ds,%ss:(%eax) mov %ds,%ss:(%ecx) mov %ds,%ss:(%edx) mov %ds,%ss:(%ebx) mov %ds,%ss:0 mov %ds,%ss:(%esi) mov %ds,%ss:(%edi) mov %ds,%ss:0x12(%eax) mov %ds,%ss:0x12(%ecx) mov %ds,%ss:0x12(%edx) mov %ds,%ss:0x12(%ebx) mov %ds,%ss:0x12(%ebp) mov %ds,%ss:0x12(%esi) mov %ds,%ss:0x12(%edi) m...
stsp/binutils-ia16
112,772
gas/testsuite/gas/i386/x86-64-avx512bw_vl-wig.s
# Check 64bit AVX512{BW,VL} WIG instructions .allow_index_reg .text _start: vpabsb %xmm29, %xmm30 # AVX512{BW,VL} vpabsb %xmm29, %xmm30{%k7} # AVX512{BW,VL} vpabsb %xmm29, %xmm30{%k7}{z} # AVX512{BW,VL} vpabsb (%rcx), %xmm30 # AVX512{BW,VL} vpabsb 0x123(%rax,%r14,8), %xmm30 # AVX512{BW,VL} vpabsb 2032(%rd...
stsp/binutils-ia16
107,668
gas/testsuite/gas/i386/avx.s
# Check AVX instructions .allow_index_reg .text _start: # Tests for op vzeroall vzeroupper # Tests for op mem64 vldmxcsr (%ecx) vstmxcsr (%ecx) # Tests for op mem256, mask, ymm # Tests for op ymm, mask, mem256 vmaskmovpd (%ecx),%ymm4,%ymm6 vmaskmovpd %ymm4,%ymm6,(%ecx) vmaskmovps (%ecx),%ymm4,%ymm6 vmaskm...
stsp/binutils-ia16
1,906
gas/testsuite/gas/i386/vex-lig-2.s
# Check VEX non-LIG instructions with with -mavxscalar=256 .allow_index_reg .text _start: vmovd %eax, %xmm0 vmovd (%eax), %xmm0 {vex3} vmovd %eax, %xmm0 {vex3} vmovd (%eax), %xmm0 vmovd %xmm0, %eax vmovd %xmm0, (%eax) {vex3} vmovd %xmm0, %eax {vex3} vmovd %xmm0, (%eax) v...
stsp/binutils-ia16
2,404
gas/testsuite/gas/i386/x86-64-avx512f_gfni.s
# Check 64bit AVX512F,GFNI instructions .allow_index_reg .text _start: vgf2p8affineqb $0xab, %zmm28, %zmm29, %zmm30 # AVX512F,GFNI vgf2p8affineqb $0xab, %zmm28, %zmm29, %zmm30{%k7} # AVX512F,GFNI vgf2p8affineqb $0xab, %zmm28, %zmm29, %zmm30{%k7}{z} # AVX512F,GFNI vgf2p8affineqb $123, 0x123(%rax,%r14,8), %zmm2...
stsp/binutils-ia16
1,604
gas/testsuite/gas/i386/lock-1.s
# Lockable Instructions .text foo: lock add %eax, (%ebx) lock addl $0x64, (%ebx) lock adc %eax, (%ebx) lock adcl $0x64, (%ebx) lock and %eax, (%ebx) lock andl $0x64, (%ebx) lock btc %eax, (%ebx) lock btcl $0x64, (%ebx) lock btr %eax, (%ebx) lock btrl $0x64, (%ebx) lock bts %eax, (%ebx) lock btsl $0x64, (%...
stsp/binutils-ia16
5,228
gas/testsuite/gas/i386/avx512vnni_vl.s
# Check 32bit AVX512{VNNI,VL} instructions .allow_index_reg .text _start: vpdpwssd %xmm2, %xmm4, %xmm2{%k3} # AVX512{VNNI,VL} vpdpwssd %xmm2, %xmm4, %xmm2{%k3}{z} # AVX512{VNNI,VL} vpdpwssd -123456(%esp,%esi,8), %xmm4, %xmm2{%k1} # AVX512{VNNI,VL} vpdpwssd 2032(%edx), %xmm4, %xmm2{%k1} # AVX512{VNNI,VL} Disp...
stsp/binutils-ia16
6,130
gas/testsuite/gas/i386/avx512vl_vaes.s
# Check 32bit AVX512VL,VAES instructions .allow_index_reg .text _start: vaesdec %xmm4, %xmm5, %xmm6 # AVX512VL,VAES vaesdec -123456(%esp,%esi,8), %xmm5, %xmm6 # AVX512VL,VAES vaesdec 2032(%edx), %xmm5, %xmm6 # AVX512VL,VAES Disp8 vaesdec %ymm4, %ymm5, %ymm6 # AVX512VL,VAES vaesdec -123456(%esp,%esi,8), %ymm...
stsp/binutils-ia16
1,386
gas/testsuite/gas/i386/x86-64-vp2intersect.s
# Check AVX512_VP2INTERSECT new instructions. .text vp2intersectd %zmm1, %zmm2, %k3 vp2intersectd 64(%rax), %zmm2, %k3 vp2intersectd 8(%rax){1to16}, %zmm2, %k3 vp2intersectd %ymm1, %ymm2, %k3 vp2intersectd 32(%rax), %ymm2, %k3 vp2intersectd 8(%rax){1to8}, %ymm2, %k3 vp2intersectd %xmm1, %xmm2, %k3 vp2inters...
stsp/binutils-ia16
1,281
gas/testsuite/gas/i386/x86-64-sse-noavx.s
# Check 64bit SSE instructions without AVX equivalent .text _start: cmpxchg16b (%rax) crc32 %cl,%ebx cvtpd2pi %xmm3,%mm2 cvtpi2pd %mm3,%xmm2 cvtpi2ps %mm3,%xmm2 cvtps2pi %xmm7,%mm6 cvttpd2pi %xmm4,%mm3 cvttps2pi %xmm4,%mm3 fisttps (%rax) fisttpl (%rax) fisttpll (%rax) lfence maskmovq %mm7,%mm0 ...
stsp/binutils-ia16
15,990
gas/testsuite/gas/i386/x86-64-avx256int.s
# Check x86-64 256it integer AVX instructions .allow_index_reg .text _start: # Tests for op ymm, regl vpmovmskb %ymm4,%ecx # Tests for op ymm, regq vpmovmskb %ymm4,%rcx # Tests for op imm8, ymm, ymm vpslld $7,%ymm6,%ymm2 vpslldq $7,%ymm6,%ymm2 vpsllq $7,%ymm6,%ymm2 vpsllw $7,%ymm6,%ymm2 vpsrad $7,%ymm6,%ym...
stsp/binutils-ia16
1,216
gas/testsuite/gas/i386/x86-64-avx-swap.s
# Check 64bit instructions with encoding options .allow_index_reg .text _start: # Tests for op ymm, ymm vmovapd %ymm8,%ymm6 vmovaps %ymm8,%ymm6 vmovdqa %ymm8,%ymm6 vmovdqu %ymm8,%ymm6 vmovupd %ymm8,%ymm6 vmovups %ymm8,%ymm6 # Tests for op xmm, xmm movapd %xmm8,%xmm6 movaps %xmm8,%xmm6 movdqa %xmm8,%xmm6 ...
stsp/binutils-ia16
5,796
gas/testsuite/gas/i386/x86_64.s
.text .intel_syntax noprefix # REX prefix and addressing modes. add edx,ecx add edx,r9d add r10d,ecx add rdx,rcx add r10,r9 add r8d,eax add r8w,ax add r8,rax add eax,0x44332211 add rax,0xfffffffff4332211 add ax,0x4433 add rax,0x44332211 add dl,cl add bh,dh add dil,sil add r15b,sil add dil,r14b add r15b,r14b PUSH RAX PU...
stsp/binutils-ia16
1,413
gas/testsuite/gas/i386/ssse3.s
# SSSE3 New Instructions .text foo: phaddw (%ecx),%mm0 phaddw %mm1,%mm0 phaddw (%ecx),%xmm0 phaddw %xmm1,%xmm0 phaddd (%ecx),%mm0 phaddd %mm1,%mm0 phaddd (%ecx),%xmm0 phaddd %xmm1,%xmm0 phaddsw (%ecx),%mm0 phaddsw %mm1,%mm0 phaddsw (%ecx),%xmm0 phaddsw %xmm1,%xmm0 phsubw (%ecx),%mm0 phsubw ...
stsp/binutils-ia16
3,493
gas/testsuite/gas/i386/katmai.s
#PIII SIMD instructions .text foo: addps (%ecx),%xmm0 addps %xmm2,%xmm1 addss (%ebx),%xmm2 addss %xmm4,%xmm3 andnps 0x0(%ebp),%xmm4 andnps %xmm6,%xmm5 andps (%edi),%xmm6 andps %xmm0,%xmm7 cmpps $0x2,%xmm1,%xmm0 cmpps $0x3,(%edx),%xmm1 cmpss $0x4,%xmm2,%xmm2 cmpss $0x5,(%esp,1),%xmm3 cmpps $0x...
stsp/binutils-ia16
16,324
gas/testsuite/gas/i386/fma.s
# Check FMA instructions .allow_index_reg .text _start: # Tests for op ymm/mem256, ymm, ymm vfmadd132pd %ymm4,%ymm6,%ymm2 vfmadd132pd (%ecx),%ymm6,%ymm2 vfmadd132ps %ymm4,%ymm6,%ymm2 vfmadd132ps (%ecx),%ymm6,%ymm2 vfmadd213pd %ymm4,%ymm6,%ymm2 vfmadd213pd (%ecx),%ymm6,%ymm2 vfmadd213ps %ymm4,%ymm6,%ymm2 vfm...
stsp/binutils-ia16
1,212
gas/testsuite/gas/i386/notrack.s
# Check 32bit NOTRACK prefix .allow_index_reg .text _start: notrack call *%eax notrack call *%ax notrack jmp *%eax notrack jmp *%ax notrack call *(%eax) notrack callw *(%eax) notrack jmp *(%eax) notrack jmpw *(%eax) notrack bnd call *%eax notrack bnd call *%ax notrack bnd jmp *%eax notrack bnd jmp *%ax...
stsp/binutils-ia16
1,175
gas/testsuite/gas/i386/x86-64-relax-1.s
.text je .LBB0_46 .zero 6, 0x90 je .LBB0_46 .LBB0_8: .zero 134, 0x90 je .LBB0_8 .zero 4, 0x90 je .LBB0_8 .zero 8, 0x90 je .LBB0_46 .zero 10, 0x90 je .LBB0_8 .zero 4, 0x90 je .LBB0_8 movq 304(%rsp), %r14 .zero 2, 0x90 je .LBB0_8 je .LBB0_8 movq 256(%rsp...
stsp/binutils-ia16
10,181
gas/testsuite/gas/i386/inval-avx512f.s
# Check illegal AVX512F instructions .text .allow_index_reg _start: mov {sae}, %eax{%k1} mov {sae}, %eax mov %ebx, %eax{%k2} vaddps %zmm3, %zmm1, %zmm2{z}{%k1}{z} vaddps %zmm3, %zmm1{%k3}, %zmm2{z} vaddps %zmm3, %zmm1{%k1}, %zmm2{%k2} vcvtps2pd (%eax), %zmm1{1to8} vcvtps2pd (%eax){1to16}, %zmm1 vcvtps2pd (...
stsp/binutils-ia16
6,431
gas/testsuite/gas/i386/avx512pf.s
# Check 32bit AVX512PF instructions .allow_index_reg .text _start: vgatherpf0dpd 123(%ebp,%ymm7,8){%k1} # AVX512PF vgatherpf0dpd 123(%ebp,%ymm7,8){%k1} # AVX512PF vgatherpf0dpd 256(%eax,%ymm7){%k1} # AVX512PF vgatherpf0dpd 1024(%ecx,%ymm7,4){%k1} # AVX512PF vgatherpf0dps 123(%ebp,%zmm7,8){%k1} # AVX512PF...
stsp/binutils-ia16
4,802
gas/testsuite/gas/i386/x86-64-mpx.s
# MPX instructions .allow_index_reg .text start: ### bndmk bndmk (%r11), %bnd1 bndmk (%rax), %bnd1 bndmk (0x399), %bnd1 bndmk 0x3(%r9), %bnd1 bndmk 0x3(%rax), %bnd1 bndmk 0x3(,%r12,1), %bnd1 bndmk (%rax,%rcx), %bnd1 bndmk 0x3(%r11,%rax,2), %bnd1 bndmk 0x3(%rbx,%r9,1), %bnd1 ### bndmov bndmov (%r11), %bnd...
stsp/binutils-ia16
46,714
gas/testsuite/gas/i386/hle.s
# Check 32bit HLE instructions .allow_index_reg .text _start: # Tests for op imm8 regb/m8 xacquire lock adcb $100,(%ecx) lock xacquire adcb $100,(%ecx) xrelease lock adcb $100,(%ecx) lock xrelease adcb $100,(%ecx) .byte 0xf0; .byte 0xf2; adcb $100,(%ecx) .byte 0xf0; .byte 0xf3; adcb $100,(%ecx) xacquire lock...
stsp/binutils-ia16
1,186
gas/testsuite/gas/i386/x86-64-optimize-1.s
# Check 64bit instructions with optimized encoding .allow_index_reg .text _start: andq $foo, %rax andq $((1<<31) - 1), %rax andq $((1<<31) - 1), %rbx andq $((1<<31) - 1), %r14 andq $-((1<<31)), %rax andq $-((1<<31)), %rbx andq $-((1<<31)), %r14 andq $((1<<7) - 1), %rax andq $((1<<7) - 1), %rbx andq $((1<<7...
stsp/binutils-ia16
2,330
gas/testsuite/gas/i386/avx512f_gfni.s
# Check 32bit AVX512F,GFNI instructions .allow_index_reg .text _start: vgf2p8affineqb $0xab, %zmm4, %zmm5, %zmm6 # AVX512F,GFNI vgf2p8affineqb $0xab, %zmm4, %zmm5, %zmm6{%k7} # AVX512F,GFNI vgf2p8affineqb $0xab, %zmm4, %zmm5, %zmm6{%k7}{z} # AVX512F,GFNI vgf2p8affineqb $123, -123456(%esp,%esi,8), %zmm5, %zmm6...
stsp/binutils-ia16
159,280
gas/testsuite/gas/i386/avx512bw_vl.s
# Check 32bit AVX512{BW,VL} instructions .allow_index_reg .text _start: vpabsb %xmm5, %xmm6{%k7} # AVX512{BW,VL} vpabsb %xmm5, %xmm6{%k7}{z} # AVX512{BW,VL} vpabsb (%ecx), %xmm6{%k7} # AVX512{BW,VL} vpabsb -123456(%esp,%esi,8), %xmm6{%k7} # AVX512{BW,VL} vpabsb 2032(%edx), %xmm6{%k7} # AVX512{BW,VL} Disp8 ...
stsp/binutils-ia16
14,692
gas/testsuite/gas/i386/x86-64-hlebad.s
# Check 64bit unsupported HLE instructions .allow_index_reg .text _start: # Tests for op imm8 al xacquire adc $100,%al xacquire lock adc $100,%al lock xacquire adc $100,%al xrelease adc $100,%al xrelease lock adc $100,%al lock xrelease adc $100,%al # Tests for op imm16 ax xacquire adc $1000,%ax xacquire lo...
stsp/binutils-ia16
1,067
gas/testsuite/gas/i386/secidx.s
.text .ascii ">>>>" pre04: .ascii "<<<<" .ascii ">>>>>" pre0d: .ascii "<<<" .ascii ">>>>>>" pre16: .ascii "<<" .ascii ">>>>>>>" pre1f: .ascii "<" .data .ascii ">>>>" sam04: .ascii "<<<<" .ascii ">>>>>" sam0d: .ascii "<<<" .ascii ">>>>>>" sam16: .ascii "<<" .ascii ">>>>>>>" sam1f: .ascii "<" .ascii ">>>>" ...
stsp/binutils-ia16
19,272
gas/testsuite/gas/i386/avx512vbmi2_vl.s
# Check 32bit AVX512{VBMI2,VL} instructions .allow_index_reg .text _start: vpcompressb %xmm6, -123456(%esp,%esi,8){%k7} # AVX512{VBMI2,VL} vpcompressb %xmm6, 126(%edx){%k7} # AVX512{VBMI2,VL} Disp8 vpcompressb %ymm6, -123456(%esp,%esi,8){%k7} # AVX512{VBMI2,VL} vpcompressb %ymm6, 126(%edx){%k7} # AVX512{VBMI...
stsp/binutils-ia16
2,181
gas/testsuite/gas/i386/sha.s
# Check SHA instructions .allow_index_reg .text _start: sha1rnds4 $9, %xmm2, %xmm1 sha1rnds4 $7, (%eax), %xmm2 sha1rnds4 $5, 0x12(%eax), %xmm3 sha1rnds4 $1, (%eax,%ebx,2), %xmm4 sha1nexte %xmm2, %xmm1 sha1nexte (%eax), %xmm1 sha1nexte 0x12(%eax), %xmm1 sha1nexte (%eax,%ebx,2), %xmm1 sha1msg1 %xmm2, %xmm1 s...
stsp/binutils-ia16
1,527
gas/testsuite/gas/i386/x86-64-avx512f_vaes.s
# Check 64bit AVX512F,VAES instructions .allow_index_reg .text _start: vaesdec %zmm28, %zmm29, %zmm30 # AVX512F,VAES vaesdec 0x123(%rax,%r14,8), %zmm29, %zmm30 # AVX512F,VAES vaesdec 8128(%rdx), %zmm5, %zmm6 # AVX512F,VAES Disp8 vaesdeclast %zmm28, %zmm29, %zmm30 # AVX512F,VAES vaesdeclast 0x123(%rax,%r14,8...
stsp/binutils-ia16
2,881
gas/testsuite/gas/i386/x86-64-avx2-wig.s
# Check AVX2 WIG instructions .allow_index_reg .text _start: vmovntdqa (%rcx),%ymm4 vmpsadbw $7,%ymm4,%ymm6,%ymm2 vpabsb %ymm4,%ymm6 vpabsd %ymm4,%ymm6 vpabsw %ymm4,%ymm6 vpackssdw %ymm4,%ymm6,%ymm2 vpacksswb %ymm4,%ymm6,%ymm2 vpackusdw %ymm4,%ymm6,%ymm2 vpackuswb %ymm4,%ymm6,%ymm2 vpaddb %ymm4,%ymm6,%ymm2...
stsp/binutils-ia16
18,422
gas/testsuite/gas/i386/x86-64-avx-scalar.s
# Check 64bit AVX scalar instructions .allow_index_reg .text _start: # Tests for op xmm/mem64, xmm vcomisd %xmm4,%xmm6 vcomisd (%rcx),%xmm4 vucomisd %xmm4,%xmm6 vucomisd (%rcx),%xmm4 # Tests for op mem64, xmm vmovsd (%rcx),%xmm4 # Tests for op xmm, mem64 vmovsd %xmm4,(%rcx) # Tests for op xmm/mem64, regl ...
stsp/binutils-ia16
2,429
gas/testsuite/gas/i386/unspec.s
.text unspec: vblendvpd %xmm0, (%eax), %ymm0, %ymm0 vblendvpd %ymm0, (%eax), %xmm0, %xmm0 vblendvps %xmm0, (%eax), %ymm0, %ymm0 vblendvps %ymm0, (%eax), %xmm0, %xmm0 vfmaddpd %xmm0, (%eax), %ymm0, %ymm0 vfmaddpd %ymm0, (%eax), %xmm0, %xmm0 vfmaddps %xmm0, (%eax), %ymm0, %ymm0 vfmaddps %ymm0, (%eax), %xmm0, %xm...
stsp/binutils-ia16
4,569
gas/testsuite/gas/i386/x86-64-avx512bw_vl-opts.s
# Check 64bit AVX512{BW,VL} swap instructions .allow_index_reg .text _start: vmovdqu8 %xmm29, %xmm30 # AVX512{BW,VL} vmovdqu8.s %xmm29, %xmm30 # AVX512{BW,VL} vmovdqu8 %xmm29, %xmm30{%k7} # AVX512{BW,VL} vmovdqu8.s %xmm29, %xmm30{%k7} # AVX512{BW,VL} vmovdqu8 %xmm29, %xmm30{%k7}{z} # AVX512{BW,VL} vmovdqu...
stsp/binutils-ia16
1,977
gas/testsuite/gas/i386/lwp.s
# Check 64bit LWP instructions .allow_index_reg .text _start: llwpcb %eax llwpcb %ecx llwpcb %edx llwpcb %ebx llwpcb %esp llwpcb %ebp llwpcb %esi llwpcb %edi slwpcb %edi slwpcb %esi slwpcb %ebp slwpcb %esp slwpcb %ebx slwpcb %edx slwpcb %ecx slwpcb %eax lwpins $0x12345678, %edi, %eax lwpins $0x1...
stsp/binutils-ia16
7,669
gas/testsuite/gas/i386/x86-64-evex-wig.s
# Check EVEX WIG instructions .allow_index_reg .text _start: vextractps $0xab, %xmm29, %rax # AVX512 vextractps $123, %xmm29, %rax # AVX512 vextractps $123, %xmm29, %r8 # AVX512 vextractps $123, %xmm29, (%rcx) # AVX512 vextractps $123, %xmm29, 0x123(%rax,%r14,8) # AVX512 vextractps $123, %xmm29, 508(%rdx...
stsp/binutils-ia16
3,423
gas/testsuite/gas/i386/x86-64-avx512ifma.s
# Check 64bit AVX512IFMA instructions .allow_index_reg .text _start: vpmadd52luq %zmm28, %zmm29, %zmm30 # AVX512IFMA vpmadd52luq %zmm28, %zmm29, %zmm30{%k7} # AVX512IFMA vpmadd52luq %zmm28, %zmm29, %zmm30{%k7}{z} # AVX512IFMA vpmadd52luq (%rcx), %zmm29, %zmm30 # AVX512IFMA vpmadd52luq 0x123(%rax,%r14,8), %z...
stsp/binutils-ia16
16,675
gas/testsuite/gas/i386/avx-scalar.s
# Check AVX scalar instructions .allow_index_reg .text _start: # Tests for op xmm/mem64, xmm vcomisd %xmm4,%xmm6 vcomisd (%ecx),%xmm4 vucomisd %xmm4,%xmm6 vucomisd (%ecx),%xmm4 # Tests for op mem64, xmm vmovsd (%ecx),%xmm4 # Tests for op xmm, mem64 vmovsd %xmm4,(%ecx) # Tests for op xmm/mem64, regl vcvtsd...
stsp/binutils-ia16
1,337
gas/testsuite/gas/i386/x86-64-align-branch-1.s
.text .globl foo .p2align 4 foo: movl %eax, %fs:0x1 pushq %rbp pushq %rbp pushq %rbp movq %rsp, %rbp movl %esi, -12(%rbp) movl %esi, -12(%rbp) movl %esi, -12(%rbp) movl %esi, -12(%rbp) movl %esi, -12(%rbp) cmp %rax, %rbp je .L_2 movl %esi, -12(%rbp) movl %esi, -12(%rbp)...
stsp/binutils-ia16
12,047
gas/testsuite/gas/i386/avx512er.s
# Check 32bit AVX512ER instructions .allow_index_reg .text _start: vexp2ps %zmm5, %zmm6 # AVX512ER vexp2ps {sae}, %zmm5, %zmm6 # AVX512ER vexp2ps (%ecx), %zmm6 # AVX512ER vexp2ps -123456(%esp,%esi,8), %zmm6 # AVX512ER vexp2ps (%eax){1to16}, %zmm6 # AVX512ER vexp2ps 8128(%edx), %zmm6 # AVX512ER Disp8 ve...
stsp/binutils-ia16
1,762
gas/testsuite/gas/i386/x86-64-sib.s
#Test the special case of the index bits, 0x4, in SIB. .text .allow_index_reg foo: mov -30,%ebx mov -30(,%riz),%ebx mov -30(,%riz,1),%eax mov -30(,%riz,2),%eax mov -30(,%riz,4),%eax mov -30(,%riz,8),%eax mov 30,%eax mov 30(,%riz),%eax mov 30(,%riz,1),%eax mov 30(,%riz,2),%eax mov 30(,%riz,4),%eax mov 30(...
stsp/binutils-ia16
6,555
gas/testsuite/gas/i386/avx2.s
# Check i386 AVX2 instructions .allow_index_reg .text _start: # Tests for op mem256, mask, ymm # Tests for op ymm, mask, mem256 vpmaskmovd (%ecx),%ymm4,%ymm6 vpmaskmovd %ymm4,%ymm6,(%ecx) vpmaskmovq (%ecx),%ymm4,%ymm6 vpmaskmovq %ymm4,%ymm6,(%ecx) # Tests for op imm8, ymm/mem256, ymm vpermpd $7,%ymm6,%ymm2 ...
stsp/binutils-ia16
7,314
gas/testsuite/gas/i386/x86-64-avx512ifma_vl.s
# Check 64bit AVX512{IFMA,VL} instructions .allow_index_reg .text _start: vpmadd52luq %xmm28, %xmm29, %xmm30 # AVX512{IFMA,VL} vpmadd52luq %xmm28, %xmm29, %xmm30{%k7} # AVX512{IFMA,VL} vpmadd52luq %xmm28, %xmm29, %xmm30{%k7}{z} # AVX512{IFMA,VL} vpmadd52luq (%rcx), %xmm29, %xmm30 # AVX512{IFMA,VL} vpmadd52l...
stsp/binutils-ia16
6,955
gas/testsuite/gas/i386/movx64.s
.text .psize 0 movsx: movsx %al, %cl movsx %ax, %cl movsx %eax, %cl movsx %rax, %cl movsx %al, %cx movsx %ax, %cx movsx %eax, %cx movsx %rax, %cx movsx %al, %ecx movsx %ax, %ecx movsx %eax, %ecx movsx %rax, %ecx movsx %al, %rcx movsx %ax, %rcx movsx %eax, %rcx movsx %rax, %rcx movsxb %al, %cl mo...