repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
stsp/binutils-ia16
1,774
gas/testsuite/gas/i386/gotpc.s
.text test: addl $_GLOBAL_OFFSET_TABLE_+[.-test], %eax addl $_GLOBAL_OFFSET_TABLE_+[.-test], %ebx addl $_GLOBAL_OFFSET_TABLE_, %eax addl $_GLOBAL_OFFSET_TABLE_, %ebx leal _GLOBAL_OFFSET_TABLE_+[.-test](%eax), %ebx leal _GLOBAL_OFFSET_TABLE_+[.-test](%ebx), %eax leal _GLOBAL_OFFSET_TABLE_+[.-test](%eax), %eax l...
stsp/binutils-ia16
4,627
gas/testsuite/gas/i386/xmmword.s
.text .intel_syntax noprefix xmmword: addsd xmm0, xmmword ptr [eax] vaddsd xmm0, xmm0, xmmword ptr [eax] vaddsd xmm0{k7}, xmm0, xmmword ptr [eax] addss xmm0, xmmword ptr [eax] vaddss xmm0, xmm0, xmmword ptr [eax] vaddss xmm0{k7}, xmm0, xmmword ptr [eax] vbroadcastf32x2 ymm0, xmmword ptr [eax] vbroadca...
stsp/binutils-ia16
2,581
gas/testsuite/gas/i386/movx32.s
.text .psize 0 movsx: movsx %al, %cl movsx %ax, %cl movsx %eax, %cl movsx %al, %cx movsx %ax, %cx movsx %eax, %cx movsx %al, %ecx movsx %ax, %ecx movsx %eax, %ecx movsxb %al, %cl movsxb %ax, %cl movsxb %eax, %cl movsxb %al, %cx movsxb %ax, %cx movsxb %eax, %cx movsxb %al, %ecx movsxb %ax, %ecx ...
stsp/binutils-ia16
3,832
gas/testsuite/gas/i386/intelbad.s
.intel_syntax noprefix .text start: add eax, byte ptr [eax] add eax, qword ptr [eax] add [eax], 1 add qword ptr [eax], 1 addpd xmm0, dword ptr [eax] addpd xmm0, qword ptr [eax] addpd xmm0, tbyte ptr [eax] addps xmm0, dword ptr [eax] addps xmm0, qword ptr [eax] addps xmm0, tbyte ptr [eax] addsd xmm0, dword ...
stsp/binutils-ia16
4,435
gas/testsuite/gas/i386/optimize-2.s
# Check instructions with optimized encoding .allow_index_reg .text _start: testl $0x7f, %eax testw $0x7f, %ax testb $0x7f, %al test $0x7f, %ebx test $0x7f, %bx test $0x7f, %bl test $0x7f, %edi test $0x7f, %di and %cl, %cl and %dx, %dx and %ebx, %ebx or %ah, %ah or %bp, %bp or %esi, %esi vandnpd %z...
stsp/binutils-ia16
74,845
gas/testsuite/gas/i386/xop.s
# Check XOP instructions (maxcombos=16, maxops=3, archbits=32, seed=1) .allow_index_reg .text _start: # Tests for op VFRCZPD xmm2/mem128, xmm1 (at&t syntax) VFRCZPD %xmm7,%xmm7 VFRCZPD %xmm0,%xmm6 VFRCZPD (%ebx),%xmm0 VFRCZPD (%esi),%xmm7 VFRCZPD %xmm0,%xmm0 ...
stsp/binutils-ia16
1,369
gas/testsuite/gas/i386/avx512f-nondef.s
# Check if objdump works correctly when some bits in instruction # has non-default value # vrndscalesd {sae}, $123, %xmm4, %xmm5, %xmm6{%k7} # with null RC .byte 0x62, 0xf3, 0xd5, 0x1f, 0x0b, 0xf4, 0x7b # vrndscalesd {sae}, $123, %xmm4, %xmm5, %xmm6{%k7} # with not-null RC .byte 0x62, 0xf3, 0xd5, 0x5f, 0x0b, 0xf4, 0...
stsp/binutils-ia16
4,969
gas/testsuite/gas/i386/x86-64-avx512_bf16_vl.s
# Check 64bit AVX512{BF16,VL} instructions .allow_index_reg .text _start: vcvtne2ps2bf16 %ymm28, %ymm29, %ymm30 #AVX512{BF16,VL} vcvtne2ps2bf16 %xmm28, %xmm29, %xmm30 #AVX512{BF16,VL} vcvtne2ps2bf16 0x10000000(%rbp, %r14, 8), %ymm29, %ymm30{%k7} #AVX512{BF16,VL} MASK_ENABLING vcvtne2ps2bf16 (%r9){1to8}, %ymm2...
stsp/binutils-ia16
3,154
gas/testsuite/gas/i386/fma4.s
# Check FMA4 instructions .allow_index_reg .text _start: vfmaddpd %ymm4,%ymm6,%ymm2,%ymm7 vfmaddpd (%ecx),%ymm6,%ymm2,%ymm7 vfmaddps %ymm4,%ymm6,%ymm2,%ymm7 vfmaddps (%ecx),%ymm6,%ymm2,%ymm7 vfmaddps %xmm3,0x01(%edx,%ebx,8),%xmm4,%xmm5 vfmaddps %xmm7,0x80(%ecx,%eax,4),%xmm6,%xmm1 vfmaddsubpd %ymm4,%ymm6,%ymm...
stsp/binutils-ia16
98,123
gas/testsuite/gas/i386/x86-64-avx512dq_vl.s
# Check 64bit AVX512{DQ,VL} instructions .allow_index_reg .text _start: vbroadcastf64x2 (%rcx), %ymm30 # AVX512{DQ,VL} vbroadcastf64x2 (%rcx), %ymm30{%k7} # AVX512{DQ,VL} vbroadcastf64x2 (%rcx), %ymm30{%k7}{z} # AVX512{DQ,VL} vbroadcastf64x2 0x123(%rax,%r14,8), %ymm30 # AVX512{DQ,VL} vbroadcastf64x2 2032(%r...
stsp/binutils-ia16
2,274
gas/testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq.s
# Check 64bit AVX512VL,VPCLMULQDQ instructions .allow_index_reg .text _start: vpclmulqdq $0xab, %xmm18, %xmm29, %xmm25 # AVX512VL,VPCLMULQDQ vpclmulqdq $123, 0x123(%rax,%r14,8), %xmm29, %xmm25 # AVX512VL,VPCLMULQDQ vpclmulqdq $123, 2032(%rdx), %xmm29, %xmm25 # AVX512VL,VPCLMULQDQ Disp8 vpclmulqdq $0xab, %ymm1...
stsp/binutils-ia16
55,377
gas/testsuite/gas/i386/x86-64-avx512bw-wig.s
# Check 64bit AVX512BW WIG 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 ...
stsp/binutils-ia16
3,504
gas/testsuite/gas/i386/reloc32.s
.macro bad args:vararg .ifdef _bad_ \args .endif .endm .macro ill args:vararg # This is used to mark entries that aren't handled consistently, # and thus shouldn't currently be checked for. # \args .endm .text _start: mov $xtrn, %eax mov $xtrn, %ax mov $xtrn, %al mov xtrn(%ebx), %eax mov xtrn(%bx...
stsp/binutils-ia16
4,871
gas/testsuite/gas/i386/avx512_bf16_vl.s
# Check 32bit AVX512{BF16,VL} instructions .allow_index_reg .text _start: vcvtne2ps2bf16 %ymm4, %ymm5, %ymm6 #AVX512{BF16,VL} vcvtne2ps2bf16 %xmm4, %xmm5, %xmm6 #AVX512{BF16,VL} vcvtne2ps2bf16 0x10000000(%esp, %esi, 8), %ymm5, %ymm6{%k7} #AVX512{BF16,VL} MASK_ENABLING vcvtne2ps2bf16 (%ecx){1to8}, %ymm5, %ymm6...
stsp/binutils-ia16
83,054
gas/testsuite/gas/i386/avx512_fp16_pseudo_ops.s
# Check 32bit VCM.*{PH,SH} instructions .allow_index_reg .text _start: vcmpeq_oqph %zmm5, %zmm6, %k5 vcmpeq_oqph %zmm5, %zmm6, %k5{%k7} vcmpeq_oqph {sae}, %zmm5, %zmm6, %k5 vcmpeq_oqph (%ecx), %zmm6, %k5 vcmpeq_oqph -123456(%esp,%esi,8), %zmm6, %k5 vcmpeq_oqph (%eax){1to32}, %zmm6, %k5 vcmpeq_oq...
stsp/binutils-ia16
8,951
gas/testsuite/gas/i386/x86-64-tbm.s
.allow_index_reg .text _start: BEXTR $0x0,%eax,%r15d BEXTR $0x4DF1,%r15d,%r10d BEXTR $0x2DA55E92,%r13d,%r14d BEXTR $0x7FFFFFFF,0x6(%r13d,%r15d,2),%eax BEXTR $0x251EF761,%r11d,%ebp BEXTR $0x2B39,(%rdi,%rdx,8),%r15d BEXTR $0x92,0xDEAD(,%r14),%r9d BEXTR $0x6887,...
stsp/binutils-ia16
80,071
gas/testsuite/gas/i386/avx512bw.s
# Check 32bit AVX512BW instructions .allow_index_reg .text _start: vpabsb %zmm5, %zmm6 # AVX512BW vpabsb %zmm5, %zmm6{%k7} # AVX512BW vpabsb %zmm5, %zmm6{%k7}{z} # AVX512BW vpabsb (%ecx), %zmm6 # AVX512BW vpabsb -123456(%esp,%esi,8), %zmm6 # AVX512BW vpabsb 8128(%edx), %zmm6 # AVX512BW Disp8 vpabsb 8192...
stsp/binutils-ia16
4,064
gas/testsuite/gas/i386/fp.s
.data # .tfloat is 80-bit floating point format. .tfloat 3.32192809488736218171e0 # .byte 0x0, 0x88, 0x1b, 0xcd, 0x4b, 0x78, 0x9a, 0xd4, 0x0, 0x40 # .double is 64-bit floating point format. .double 3.32192809488736218171e0 # .byte 0x71, 0xa3, 0x79, 0x09, 0x4f, 0x93, 0x0a, 0x40 # The next two are 32-bit floating poin...
stsp/binutils-ia16
63,430
gas/testsuite/gas/i386/x86-64-hle.s
# Check 64bit HLE instructions .allow_index_reg .text _start: # Tests for op imm32 rax # Tests for op imm8 regb/m8 xacquire lock adcb $100,(%rcx) lock xacquire adcb $100,(%rcx) xrelease lock adcb $100,(%rcx) lock xrelease adcb $100,(%rcx) .byte 0xf0; .byte 0xf2; adcb $100,(%rcx) .byte 0xf0; .byte 0xf3; adcb...
stsp/binutils-ia16
4,226
gas/testsuite/gas/i386/x86-64-avx512_4fmaps.s
# Check 64bit AVX512_4FMAPS instructions .allow_index_reg .text _start: v4fmaddps (%rcx), %zmm8, %zmm1 # AVX512_4FMAPS v4fmaddps (%rcx), %zmm8, %zmm1{%k7} # AVX512_4FMAPS v4fmaddps (%rcx), %zmm8, %zmm1{%k7}{z} # AVX512_4FMAPS v4fmaddps -123456(%rax,%r14,8), %zmm8, %zmm1 # AVX512_4FMAPS v4fmaddps 0x7f0(%rdx)...
stsp/binutils-ia16
35,139
gas/testsuite/gas/i386/x86-64-sse2avx.s
# Check 64bit SSE to AVX instructions .allow_index_reg .text _start: # Tests for op mem64 ldmxcsr (%rcx) stmxcsr (%rcx) # Tests for op xmm/mem128, xmm cvtdq2ps %xmm4,%xmm6 cvtdq2ps (%rcx),%xmm4 cvtpd2dq %xmm4,%xmm6 cvtpd2dq (%rcx),%xmm4 cvtpd2ps %xmm4,%xmm6 cvtpd2ps (%rcx),%xmm4 cvtps2dq %xmm4,%xmm6 cvtps...
stsp/binutils-ia16
680,559
gas/testsuite/gas/i386/avx512f_vl.s
# Check 32bit AVX512{F,VL} instructions .allow_index_reg .text _start: vaddpd %xmm4, %xmm5, %xmm6{%k7} # AVX512{F,VL} vaddpd %xmm4, %xmm5, %xmm6{%k7}{z} # AVX512{F,VL} vaddpd (%ecx), %xmm5, %xmm6{%k7} # AVX512{F,VL} vaddpd -123456(%esp,%esi,8), %xmm5, %xmm6{%k7} # AVX512{F,VL} vaddpd (%eax){1to2}, %xmm5, %x...
stsp/binutils-ia16
4,814
gas/testsuite/gas/i386/x86-64-avx512vbmi.s
# Check 64bit AVX512VBMI instructions .allow_index_reg .text _start: vpermb %zmm28, %zmm29, %zmm30 # AVX512VBMI vpermb %zmm28, %zmm29, %zmm30{%k7} # AVX512VBMI vpermb %zmm28, %zmm29, %zmm30{%k7}{z} # AVX512VBMI vpermb (%rcx), %zmm29, %zmm30 # AVX512VBMI vpermb 0x123(%rax,%r14,8), %zmm29, %zmm30 # AVX512VBM...
stsp/binutils-ia16
7,066
gas/testsuite/gas/i386/avx512ifma_vl.s
# Check 32bit AVX512{IFMA,VL} instructions .allow_index_reg .text _start: vpmadd52luq %xmm4, %xmm5, %xmm6{%k7} # AVX512{IFMA,VL} vpmadd52luq %xmm4, %xmm5, %xmm6{%k7}{z} # AVX512{IFMA,VL} vpmadd52luq (%ecx), %xmm5, %xmm6{%k7} # AVX512{IFMA,VL} vpmadd52luq -123456(%esp,%esi,8), %xmm5, %xmm6{%k7} # AVX512{IFMA,...
stsp/binutils-ia16
4,606
gas/testsuite/gas/i386/intelok.s
.intel_syntax noprefix .text start: # operand sizes add al, [eax] add al, byte ptr [eax] add ax, [eax] add ax, word ptr [eax] add eax, [eax] add eax, dword ptr [eax] add byte ptr [eax], 1 add dword ptr [eax], 1 add word ptr [eax], 1 addpd xmm0, [eax] addpd xmm0, xmmword ptr [eax] addps xmm0, [eax] add...
stsp/binutils-ia16
2,147
gas/testsuite/gas/i386/x86-64-avx512_4vnniw.s
# Check 64bit AVX512_4VNNIW instructions .allow_index_reg .text _start: vp4dpwssd (%rcx), %zmm8, %zmm1 # AVX512_4VNNIW vp4dpwssd (%rcx), %zmm8, %zmm1{%k7} # AVX512_4VNNIW vp4dpwssd (%rcx), %zmm8, %zmm1{%k7}{z} # AVX512_4VNNIW vp4dpwssd -123456(%rax,%r14,8), %zmm8, %zmm1 # AVX512_4VNNIW vp4dpwssd 4064(%rdx),...
stsp/binutils-ia16
1,109
gas/testsuite/gas/i386/i386.s
# i386 instructions .text fnstsw fnstsw %ax fstsw fstsw %ax movsx %al, %si movsx %al, %esi movsx %ax, %esi movsx (%eax), %dx movsxb (%eax), %dx movsxb (%eax), %edx movsxw (%eax), %edx movsbl (%eax), %edx movsbw (%eax), %dx movswl (%eax), %edx movzx %al, %si movzx %al, %esi movzx %ax, %esi movzx (%...
stsp/binutils-ia16
1,498
gas/testsuite/gas/i386/ifunc-2.s
.section .text.1,"ax",@progbits start1: .long bar1-foo1 .long bar2-foo2 .long bar1-bar2 .long bar2-bar1 .long start1-bar1 .long start1-bar2 .long bar1-abs1 .long abs1-bar1 .long .-bar1 .type foo1,%gnu_indirect_function foo1: ret .size foo1,.-foo1 .long bar1-foo1 .long bar2-foo2 .long bar1-bar2 .long...
stsp/binutils-ia16
2,093
gas/testsuite/gas/i386/x86-64-dw2-compress-2.s
.file "dw2-compress-2.c" .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits .Ldebug_info0: .section .debug_line,"",@progbits .Ldebug_line0: .text .Ltext0: .cfi_sections .debug_frame .p2align 4,,15 .globl foo2 .type foo2, @function foo2: .LFB1: .file 1 "dw2-compress-2.c" .lo...
stsp/binutils-ia16
2,257
gas/testsuite/gas/i386/ssemmx2.s
.code32 foo: pavgb %xmm1,%xmm0 pavgb (%edx),%xmm1 pavgw %xmm3,%xmm2 pavgw (%esp,1),%xmm3 pextrw $0x0,%xmm1,%eax pinsrw $0x1,(%ecx),%xmm1 pinsrw $0x2,%edx,%xmm2 pmaxsw %xmm1,%xmm0 pmaxsw (%edx),%xmm1 pmaxub %xmm2,%xmm2 pmaxub (%esp,1),%xmm3 pminsw %xmm5,%xmm4 pminsw (%esi),%xmm5 pminub %xmm7...
stsp/binutils-ia16
13,859
gas/testsuite/gas/i386/avx512f_vl-wig.s
# Check 32bit AVX512{F,VL} WIG instructions .allow_index_reg .text _start: vpmovsxbd %xmm5, %xmm6{%k7} # AVX512{F,VL} vpmovsxbd %xmm5, %xmm6{%k7}{z} # AVX512{F,VL} vpmovsxbd (%ecx), %xmm6{%k7} # AVX512{F,VL} vpmovsxbd -123456(%esp,%esi,8), %xmm6{%k7} # AVX512{F,VL} vpmovsxbd 508(%edx), %xmm6{%k7} # AVX512{...
stsp/binutils-ia16
3,683
gas/testsuite/gas/i386/x86-64-inval.s
.text .allow_index_reg # All the following should be illegal for x86-64 aaa # illegal aad # illegal aam # illegal aas # illegal arpl %ax,%ax # illegal bound %eax,(%rax) # illegal calll *%eax # 32-bit data size not allowed calll *(%ax) # 32-bit data size not...
stsp/binutils-ia16
4,509
gas/testsuite/gas/i386/avx512f-opts.s
# Check 32bit AVX512F instructions .allow_index_reg .text _start: vmovapd.s %zmm5, %zmm6 # AVX512F vmovapd %zmm5, %zmm6 # AVX512F vmovapd.s %zmm5, %zmm6{%k7} # AVX512F vmovapd %zmm5, %zmm6{%k7} # AVX512F vmovapd.s %zmm5, %zmm6{%k7}{z} # AVX512F vmovapd %zmm5, %zmm6{%k7}{z} # AVX512F vmovaps.s %zmm5, %z...
stsp/binutils-ia16
1,466
gas/testsuite/gas/i386/x86-64-amx.s
.allow_index_reg .text _start: ldtilecfg (%rcx,%rdx,2) sttilecfg (%rcx,%rdx,2) tdpbf16ps %tmm5, %tmm4, %tmm3 tdpbssd %tmm3, %tmm2, %tmm1 tdpbsud %tmm3, %tmm2, %tmm1 tdpbusd %tmm3, %tmm2, %tmm1 tdpbuud %tmm3, %tmm2, %tmm1 tileloadd foo, %tmm5 tileloadd (%rcx), %tmm5 tileloadd (%ecx), %tmm5 t...
stsp/binutils-ia16
5,447
gas/testsuite/gas/i386/x86-64-avx512f-opts.s
# Check 64bit AVX512F instructions .allow_index_reg .text _start: vmovapd.s %zmm29, %zmm30 # AVX512F vmovapd %zmm29, %zmm30 # AVX512F vmovapd.s %zmm29, %zmm30{%k7} # AVX512F vmovapd %zmm29, %zmm30{%k7} # AVX512F vmovapd.s %zmm29, %zmm30{%k7}{z} # AVX512F vmovapd %zmm29, %zmm30{%k7}{z} # AVX512F vmovaps...
stsp/binutils-ia16
7,796
gas/testsuite/gas/i386/evex-wig.s
# Check EVEX WIG instructions .allow_index_reg .text _start: {evex} vcvtsi2ss %eax, %xmm0, %xmm0 {evex} vcvtsi2ss 4(%eax), %xmm0, %xmm0 {evex} vcvtsi2sd %eax, %xmm0, %xmm0 {evex} vcvtsi2sd 4(%eax), %xmm0, %xmm0 {evex} vcvtss2si %xmm0, %eax {evex} vcvtsd2si %xmm0, %eax {evex} vcvttss2si %xmm0, %eax {eve...
stsp/binutils-ia16
754,196
gas/testsuite/gas/i386/x86-64-avx512f.s
# Check 64bit AVX512F instructions .allow_index_reg .text _start: vaddpd %zmm28, %zmm29, %zmm30 # AVX512F vaddpd %zmm28, %zmm29, %zmm30{%k7} # AVX512F vaddpd %zmm28, %zmm29, %zmm30{%k7}{z} # AVX512F vaddpd {rn-sae}, %zmm28, %zmm29, %zmm30 # AVX512F vaddpd {ru-sae}, %zmm28, %zmm29, %zmm30 # AVX512F vaddpd...
stsp/binutils-ia16
2,214
gas/testsuite/gas/i386/avx512dq-rcig.s
# Check 32bit AVX512DQ-RCIG instructions .allow_index_reg .text _start: vrangepd $0xab, {sae}, %zmm4, %zmm5, %zmm6 # AVX512DQ vrangepd $123, {sae}, %zmm4, %zmm5, %zmm6 # AVX512DQ vrangeps $0xab, {sae}, %zmm4, %zmm5, %zmm6 # AVX512DQ vrangeps $123, {sae}, %zmm4, %zmm5, %zmm6 # AVX512DQ vrangesd $0xab, {sae},...
stsp/binutils-ia16
4,496
gas/testsuite/gas/i386/tbm.s
.allow_index_reg .text _start: BEXTR $0x67,(%edx,%esi,8),%ebx BEXTR $0x0,%esi,%eax BEXTR $0x7FFFFFFF,%eax,%edi BEXTR $0x35B2,(%esi),%esp BEXTR $0x9C86,%edi,%ebp BEXTR $0x3,%ecx,%ecx BEXTR $0xEE,-0x3(%ebx,%eax,2),%esi BEXTR $0x55,(%ebx),%esp BEXTR $0x4EE...
stsp/binutils-ia16
5,467
gas/testsuite/gas/i386/x86-64-sse4_1.s
# Streaming SIMD extensions 4.1 Instructions .text foo: blendpd $0x0,(%rcx),%xmm0 blendpd $0x0,%xmm1,%xmm0 blendps $0x0,(%rcx),%xmm0 blendps $0x0,%xmm1,%xmm0 blendvpd %xmm0,(%rcx),%xmm0 blendvpd %xmm0,%xmm1,%xmm0 blendvpd (%rcx),%xmm0 blendvpd %xmm1,%xmm0 blendvps %xmm0,(%rcx),%xmm0 blendvps %xmm0,%xmm1...
stsp/binutils-ia16
2,324
gas/testsuite/gas/i386/x86-64-fma4.s
# Check 64bit FMA4 instructions .allow_index_reg .text _start: vfmaddpd %ymm4,%ymm6,%ymm2,%ymm7 vfmaddpd (%rcx),%ymm6,%ymm2,%ymm7 vfmaddps %ymm4,%ymm6,%ymm2,%ymm7 vfmaddps (%rcx),%ymm6,%ymm2,%ymm7 vfmaddps %xmm4,0x01(%rdx,%rbx,8),%xmm7,%xmm11 vfmaddps %xmm8,0x80(%rcx,%rax,4),%xmm6,%xmm4 vfmaddsubpd %ymm4,%...
stsp/binutils-ia16
11,432
gas/testsuite/gas/i386/x86-64-avx-swap-2.s
# Check 64bit AVX/AVX2 instructions w/ source swapping .text _start: # Tests for op ymm/mem256, ymm, ymm vaddpd %ymm14,%ymm6,%ymm2 vaddps %ymm14,%ymm6,%ymm2 vaddsubpd %ymm14,%ymm6,%ymm2 vaddsubps %ymm14,%ymm6,%ymm2 vandnpd %ymm14,%ymm6,%ymm2 vandnps %ymm14,%ymm6,%ymm2 vandpd %ymm14,%ymm6,%ymm2 vandps %ymm14,%...
stsp/binutils-ia16
1,304
gas/testsuite/gas/i386/x86-64-amx-bad.s
.text #tdpbf16ps %tmm5,%tmm4,%tmm3 set VEX.W = 1 (illegal value). .byte 0xc4 .byte 0xe2 .byte 0xd2 .byte 0x5c .byte 0xdc .fill 0x05, 0x01, 0x90 #tdpbf16ps %tmm5,%tmm4,%tmm3 set VEX.L = 1 (illegal value). .byte 0xc4 .byte 0xe2 .byte 0x56 .byte 0x5c .byte 0xdc .fill 0x05, 0x01, 0x90 #tdpbf16ps %tmm5,%tmm4,...
stsp/binutils-ia16
5,983
gas/testsuite/gas/i386/x86-64-optimize-2.s
# Check 64bit instructions with optimized encoding .allow_index_reg .text _start: vandnpd %zmm1, %zmm1, %zmm15{%k7} vandnpd %ymm1, %ymm1, %ymm15 {%k7} {z} vandnpd %zmm1, %zmm1, %zmm15 vandnpd %ymm1, %ymm1, %ymm15 vandnpd %zmm1, %zmm1, %zmm16 vandnpd %ymm1, %ymm1, %ymm16 vandnpd %zmm17, %zmm17, %zmm1 vandnp...
stsp/binutils-ia16
33,993
gas/testsuite/gas/i386/x86-64-opcode.s
.text # Prefixes # O16 A32 OV REX OPCODE ; NOTES # CALL CALLq *(%r8) # -- -- -- 41 FF 10 ; REX to access upper reg. CALLq *(%rax) # -- -- -- -- FF 10 CALLq *(%r8) # -- -- -- 41 FF 10 ; REX to access upper reg. CALLq *(%rax) # -- -- -- -- FF...
stsp/binutils-ia16
104,175
gas/testsuite/gas/i386/avx512_fp16.s
# Check 32bit AVX512-FP16 instructions .allow_index_reg .text _start: vaddph %zmm4, %zmm5, %zmm6 #AVX512-FP16 vaddph {rn-sae}, %zmm4, %zmm5, %zmm6 #AVX512-FP16 HAS_SAE RC_CTRL vaddph {rn-sae}, %zmm4, %zmm5, %zmm6{%k7}{z} #AVX512-FP16 MASK_ENABLING ZEROCTL HAS_SAE RC_CTRL vaddph 0x10000000(%esp, %esi, 8), %zmm...
stsp/binutils-ia16
1,419
gas/testsuite/gas/i386/x86-64-ssse3.s
# 64bit SSSE3 New Instructions .text foo: phaddw (%rcx),%mm0 phaddw %mm1,%mm0 phaddw (%rcx),%xmm0 phaddw %xmm1,%xmm0 phaddd (%rcx),%mm0 phaddd %mm1,%mm0 phaddd (%rcx),%xmm0 phaddd %xmm1,%xmm0 phaddsw (%rcx),%mm0 phaddsw %mm1,%mm0 phaddsw (%rcx),%xmm0 phaddsw %xmm1,%xmm0 phsubw (%rcx),%mm0 p...
stsp/binutils-ia16
5,564
gas/testsuite/gas/i386/x86-64-opts.s
# Check 64bit instructions with encoding options .allow_index_reg .text _start: # Tests for op reg, reg add %dl,%cl add.s %dl,%cl add %dx,%cx add.s %dx,%cx add %edx,%ecx add.s %edx,%ecx addb %dl,%cl addb.s %dl,%cl addw %dx,%cx addw.s %dx,%cx addl %edx,%ecx addl.s %edx,%ecx add %rdx,%rcx add.s %rdx,%rc...
stsp/binutils-ia16
10,538
gas/testsuite/gas/i386/x86-64-pseudos.s
# Check 64bit 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 (%rax),%xmm...
stsp/binutils-ia16
2,706
gas/testsuite/gas/i386/avx512vnni.s
# Check 32bit AVX512VNNI instructions .allow_index_reg .text _start: vpdpwssd %zmm3, %zmm1, %zmm4 # AVX512VNNI vpdpwssd %zmm3, %zmm1, %zmm4{%k1} # AVX512VNNI vpdpwssd %zmm3, %zmm1, %zmm4{%k1}{z} # AVX512VNNI vpdpwssd -123456(%esp,%esi,8), %zmm1, %zmm4 # AVX512VNNI vpdpwssd 8128(%edx), %zmm1, %zmm4 # AVX512...
stsp/binutils-ia16
697,567
gas/testsuite/gas/i386/avx512f.s
# Check 32bit AVX512F instructions .allow_index_reg .text _start: vaddpd %zmm4, %zmm5, %zmm6 # AVX512F vaddpd %zmm4, %zmm5, %zmm6{%k7} # AVX512F vaddpd %zmm4, %zmm5, %zmm6{%k7}{z} # AVX512F vaddpd {rn-sae}, %zmm4, %zmm5, %zmm6 # AVX512F vaddpd {ru-sae}, %zmm4, %zmm5, %zmm6 # AVX512F vaddpd {rd-sae}, %zmm...
stsp/binutils-ia16
1,972
gas/testsuite/gas/i386/x86-64-avx512vl_vpclmulqdq-wig.s
# Check 64bit AVX512VL,VPCLMULQDQ WIG instructions .allow_index_reg .text _start: vpclmulqdq $0xab, %xmm23, %xmm21, %xmm17 # AVX512VL,VPCLMULQDQ vpclmulqdq $123, 0x123(%rax,%r14,8), %xmm21, %xmm17 # AVX512VL,VPCLMULQDQ vpclmulqdq $123, 2032(%rdx), %xmm21, %xmm17 # AVX512VL,VPCLMULQDQ Disp8 vpclmulqdq $0xab, %...
stsp/binutils-ia16
1,378
gas/testsuite/gas/i386/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
7,793
gas/testsuite/gas/i386/x86-64-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 llwpcb %r8d llwpcb %r9d llwpcb %r10d llwpcb %r11d llwpcb %r12d llwpcb %r13d llwpcb %r14d llwpcb %r15d llwpcb %rax llwpcb %rcx llwpcb %rdx ...
stsp/binutils-ia16
2,362
gas/testsuite/gas/i386/x86-64-avx512_bf16.s
# Check 64bit AVX512_BF16 instructions .allow_index_reg .text _start: vcvtne2ps2bf16 %zmm28, %zmm29, %zmm30 #AVX512_BF16 vcvtne2ps2bf16 0x10000000(%rbp, %r14, 8), %zmm29, %zmm30{%k7} #AVX512_BF16 MASK_ENABLING vcvtne2ps2bf16 (%r9){1to16}, %zmm29, %zmm30 #AVX512_BF16 BROADCAST_EN vcvtne2ps2bf16 8128(%rcx), %zm...
stsp/binutils-ia16
2,776
gas/testsuite/gas/i386/x86-64-avx512bitalg.s
# Check 64bit AVX512BITALG instructions .allow_index_reg .text _start: vpshufbitqmb %zmm28, %zmm29, %k5 # AVX512BITALG vpshufbitqmb %zmm28, %zmm29, %k5{%k7} # AVX512BITALG vpshufbitqmb 0x123(%rax,%r14,8), %zmm29, %k5 # AVX512BITALG vpshufbitqmb 8128(%rdx), %zmm29, %k5 # AVX512BITALG Disp8 vpopcntb %zmm29, ...
stsp/binutils-ia16
5,559
gas/testsuite/gas/i386/avx512cd.s
# Check 32bit AVX512CD instructions .allow_index_reg .text _start: vpconflictd %zmm5, %zmm6 # AVX512CD vpconflictd %zmm5, %zmm6{%k7} # AVX512CD vpconflictd %zmm5, %zmm6{%k7}{z} # AVX512CD vpconflictd (%ecx), %zmm6 # AVX512CD vpconflictd -123456(%esp,%esi,8), %zmm6 # AVX512CD vpconflictd (%eax){1to16}, %z...
stsp/binutils-ia16
1,812
gas/testsuite/gas/i386/nops16-1.s
.text .code16 nop31: nop .p2align 5 nop30: nop nop .p2align 5 nop29: nop nop nop .p2align 5 nop28: nop nop nop nop .p2align 5 nop27: nop nop nop nop nop .p2align 5 nop26: nop nop nop nop nop nop .p2align 5 nop25: nop nop nop nop nop nop nop .p2align 5 nop24: nop nop nop n...
stsp/binutils-ia16
8,414
gas/testsuite/gas/i386/x86-64-avx-gather.s
# Check 64bit AVX gather instructions .text _start: vgatherdpd %xmm2, (%rbp, %xmm7, 2),%xmm1 vgatherqpd %xmm2, (%rbp, %xmm7, 2),%xmm1 vgatherdpd %ymm2, (%rbp, %xmm7, 2),%ymm1 vgatherqpd %ymm2, (%rbp, %ymm7, 2),%ymm1 vgatherdpd %xmm12, (%r13, %xmm14, 2),%xmm11 vgatherqpd %xmm12, (%r13, %xmm14, 2),%xmm11 vgathe...
stsp/binutils-ia16
15,895
gas/testsuite/gas/i386/avx256int.s
# Check i386 256bit integer AVX instructions .allow_index_reg .text _start: # Tests for op ymm, regl vpmovmskb %ymm4,%ecx # 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,%ymm2 vpsraw $7,%ymm6,%ymm2 vpsrld $7,%ymm6,%ymm2 ...
stsp/binutils-ia16
3,723
gas/testsuite/gas/i386/x86-64-bmi2.s
# Check 64bit BMI2 instructions .allow_index_reg .text _start: # Test for op r32, r/m32, imm8 rorx $7,%eax,%ebx rorx $7,(%rcx),%ebx rorx $7,%r9d,%r15d rorx $7,(%rcx),%r15d # Test for op r32, r32, r/m32 mulx %eax,%ebx,%esi mulx (%rcx),%ebx,%esi mulx %r9d,%r15d,%r10d mulx (%rcx),%r15d,%r10d pdep %eax,%ebx,%...
stsp/binutils-ia16
3,612
gas/testsuite/gas/i386/general.s
.psize 0 .text #test jumps and calls 1: jmp 1b jmp xxx jmp *xxx jmp xxx(,1) jmp *%edi jmp %edi jmp *(%edi) jmp (%edi) ljmp *xxx(,%edi,4) ljmp xxx(,%edi,4) ljmp *xxx ljmp xxx(,1) ljmp $0x1234,$xxx call 1b call xxx call *xxx call xxx(,1) call *%edi call %edi call *(%edi) call (%edi) lcall *xxx(,%edi...
stsp/binutils-ia16
1,531
gas/testsuite/gas/i386/x86-64-avx512f_vaes-wig.s
# Check 64bit AVX512F,VAES WIG 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,%r...
stsp/binutils-ia16
15,491
gas/testsuite/gas/i386/intel.s
.text .intel_syntax noprefix foo: add byte ptr 0x90909090[eax], dl add dword ptr 0x90909090[eax], edx add dl, byte ptr 0x90909090[eax] add edx, dword ptr 0x90909090[eax] add al, 0x90 add eax, 0x90909090 push es pop es or [eax+0x90909090], dl or [eax+0x90909090], edx or dl, ...
stsp/binutils-ia16
1,165
gas/testsuite/gas/i386/bmi2.s
# Check 32bit BMI2 instructions .allow_index_reg .text _start: # Test for op r32, r/m32, imm8 rorx $7,%eax,%ebx rorx $7,(%ecx),%ebx # Test for op r32, r32, r/m32 mulx %eax,%ebx,%esi mulx (%ecx),%ebx,%esi pdep %eax,%ebx,%esi pdep (%ecx),%ebx,%esi pext %eax,%ebx,%esi pext (%ecx),%ebx,%esi # Test for op r32,...
stsp/binutils-ia16
4,226
gas/testsuite/gas/i386/avx512_4fmaps.s
# Check 32bit AVX512_4FMAPS instructions .allow_index_reg .text _start: v4fmaddps (%ecx), %zmm4, %zmm1 # AVX512_4FMAPS v4fmaddps (%ecx), %zmm4, %zmm1{%k7} # AVX512_4FMAPS v4fmaddps (%ecx), %zmm4, %zmm1{%k7}{z} # AVX512_4FMAPS v4fmaddps -123456(%esp,%esi,8), %zmm4, %zmm1 # AVX512_4FMAPS v4fmaddps 0x7f0(%edx)...
stsp/binutils-ia16
1,118
gas/testsuite/gas/i386/x86-64-evex-lig-2.s
# Check EVEX non-LIG instructions with with -mevexlig=256 .allow_index_reg .text _start: {evex} vmovd %xmm4,(%rcx) {evex} vmovd %xmm4,%ecx {evex} vmovd (%rcx),%xmm4 {evex} vmovd %ecx,%xmm4 {evex} vmovq %xmm4,(%rcx) {evex} vmovq %xmm4,%rcx {evex} vmovq (%rcx),%xmm4 {evex} vmovq %rcx,%xmm4 {evex} vmovq %xmm4...
stsp/binutils-ia16
1,552
gas/testsuite/gas/i386/x86-64-inval-avx512f.s
# Check illegal AVX512F instructions .text .allow_index_reg _start: mov {sae}, %rax{%k1} mov {sae}, %rax mov %rbx, %rax{%k2} vaddps %zmm3, %zmm1, %zmm2{z}{%k1}{z} vaddps %zmm3, %zmm1{%k3}, %zmm2{z} vaddps %zmm3, %zmm1{%k1}, %zmm2{%k2} vcvtps2pd (%rax), %zmm1{1to8} vcvtps2pd (%rax){1to16}, %zmm1 vcvtps2pd (...
stsp/binutils-ia16
30,415
gas/testsuite/gas/i386/sse2avx.s
# Check SSE to AVX instructions .allow_index_reg .text _start: # Tests for op mem64 ldmxcsr (%ecx) stmxcsr (%ecx) # These should not be converted data16 ldmxcsr (%ecx) data16 stmxcsr (%ecx) # Tests for op xmm/mem128, xmm cvtdq2ps %xmm4,%xmm6 cvtdq2ps (%ecx),%xmm4 cvtpd2dq %xmm4,%xmm6 cvtpd2dq (%ecx),%xmm4 ...
stsp/binutils-ia16
2,094
gas/testsuite/gas/i386/x86-64-vex-lig-2.s
# Check VEX non-LIG instructions with with -mavxscalar=256 .allow_index_reg .text _start: vmovd %eax, %xmm0 vmovd (%rax), %xmm0 {vex3} vmovd %eax, %xmm0 {vex3} vmovd (%rax), %xmm0 vmovd %xmm0, %eax vmovd %xmm0, (%rax) {vex3} vmovd %xmm0, %eax {vex3} vmovd %xmm0, (%rax) ...
stsp/binutils-ia16
1,247
gas/testsuite/gas/i386/x86-64-vgather-check.s
# Check vgather instructions .text vgather: vgatherdps %xmm2,(%rax,%xmm1,1),%xmm0 vgatherdps %xmm2,(%rax,%xmm1,2),%xmm2 vgatherdps %xmm2,(%rax,%xmm1,2),%xmm10 vgatherdps %xmm10,(%rax,%xmm1,2),%xmm10 vgatherdps %xmm1,(%rax,%xmm1,4),%xmm0 vgatherdps %xmm9,(%rax,%xmm1,4),%xmm0 vgatherdps %xmm9,(%rax,%xmm9,4),%xmm...
stsp/binutils-ia16
4,111
gas/testsuite/gas/i386/fma-scalar.s
# Check AVX scalar instructions .allow_index_reg .text _start: # Tests for op xmm/mem64, xmm, xmm vfmadd132sd %xmm4,%xmm6,%xmm2 vfmadd132sd (%ecx),%xmm6,%xmm2 vfmadd213sd %xmm4,%xmm6,%xmm2 vfmadd213sd (%ecx),%xmm6,%xmm2 vfmadd231sd %xmm4,%xmm6,%xmm2 vfmadd231sd (%ecx),%xmm6,%xmm2 vfmsub132sd %xmm4,%xmm6,%xmm...
stsp/binutils-ia16
1,815
gas/testsuite/gas/i386/x86-64-sse4_2.s
# Streaming SIMD extensions 4.2 Instructions .text foo: crc32 %cl,%ebx crc32 %cl,%rbx crc32 %cx,%ebx crc32 %ecx,%ebx crc32 %rcx,%rbx crc32b (%rcx),%ebx crc32w (%rcx),%ebx crc32l (%rcx),%ebx crc32q (%rcx),%rbx crc32b %cl,%ebx crc32b %cl,%rbx crc32w %cx,%ebx crc32l %ecx,%ebx crc32q %rcx,%rbx...
stsp/binutils-ia16
1,421
gas/testsuite/gas/i386/align-branch-9.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 jo label2 movl %...
stsp/binutils-ia16
1,614
gas/testsuite/gas/i386/lockbad-1.s
# Unlockable Instructions .text foo: lock mov %ecx, %eax lock mov (%ebx), %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, %ebx ...
stsp/binutils-ia16
5,691
gas/testsuite/gas/i386/x86-64-avx512cd.s
# Check 64bit AVX512CD instructions .allow_index_reg .text _start: vpconflictd %zmm29, %zmm30 # AVX512CD vpconflictd %zmm29, %zmm30{%k7} # AVX512CD vpconflictd %zmm29, %zmm30{%k7}{z} # AVX512CD vpconflictd (%rcx), %zmm30 # AVX512CD vpconflictd 0x123(%rax,%r14,8), %zmm30 # AVX512CD vpconflictd (%rcx){1to1...
stsp/binutils-ia16
12,388
gas/testsuite/gas/i386/x86-64-avx512cd_vl.s
# Check 64bit AVX512{CD,VL} instructions .allow_index_reg .text _start: vpconflictd %xmm29, %xmm30 # AVX512{CD,VL} vpconflictd %xmm29, %xmm30{%k7} # AVX512{CD,VL} vpconflictd %xmm29, %xmm30{%k7}{z} # AVX512{CD,VL} vpconflictd (%rcx), %xmm30 # AVX512{CD,VL} vpconflictd 0x123(%rax,%r14,8), %xmm30 # AVX512{CD...
stsp/binutils-ia16
1,501
gas/testsuite/gas/i386/avx512f_vaes.s
# Check 32bit AVX512F,VAES instructions .allow_index_reg .text _start: vaesdec %zmm4, %zmm5, %zmm6 # AVX512F,VAES vaesdec -123456(%esp,%esi,8), %zmm5, %zmm6 # AVX512F,VAES vaesdec 8128(%edx), %zmm5, %zmm6 # AVX512F,VAES Disp8 vaesdeclast %zmm4, %zmm5, %zmm6 # AVX512F,VAES vaesdeclast -123456(%esp,%esi,8), ...
stsp/binutils-ia16
4,780
gas/testsuite/gas/i386/x86-64-avx512vl_gfni.s
# Check 64bit AVX512VL,GFNI instructions .allow_index_reg .text _start: vgf2p8affineqb $0xab, %xmm28, %xmm29, %xmm30 # AVX512VL,GFNI vgf2p8affineqb $0xab, %xmm28, %xmm29, %xmm30{%k7} # AVX512VL,GFNI vgf2p8affineqb $0xab, %xmm28, %xmm29, %xmm30{%k7}{z} # AVX512VL,GFNI vgf2p8affineqb $123, 0x123(%rax,%r14,8), %...
stsp/binutils-ia16
173,072
gas/testsuite/gas/i386/x86-64-avx512bw_vl.s
# Check 64bit AVX512{BW,VL} 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(%rdx), ...
stsp/binutils-ia16
1,697
gas/testsuite/gas/i386/inval.s
.text .allow_index_reg # All the following should be illegal mov (%dx),%al mov (%eax,%esp,2),%al setae %eax pushb %ds popb %ds pushb %al popb %al pushb %ah popb %ah pushb %ax popb %ax pushb %eax popb %eax movb %ds,%ax movb %ds,%eax movb %ax,%ds movb %eax,%ds movdb %eax,%mm0 movqb 0,%mm0 ldsb 0,%ea...
stsp/binutils-ia16
8,018
gas/testsuite/gas/i386/avx-wig.s
# Check AVX WIG instructions .allow_index_reg .text _start: andn (%eax), %eax, %eax bextr %eax, (%eax), %eax bextr $0, (%eax), %eax blcfill (%eax), %eax blci (%eax), %eax blcic (%eax), %eax blcmsk (%eax), %eax blcs (%eax), %eax blsfill (%eax), %eax blsi (%eax), %eax blsic (%eax), %eax blsmsk (%eax), %eax...
stsp/binutils-ia16
1,345
gas/testsuite/gas/i386/sse4_2.s
# Streaming SIMD extensions 4.2 Instructions .text foo: crc32 %cl,%ebx crc32 %cx,%ebx crc32 %ecx,%ebx crc32b (%ecx),%ebx crc32w (%ecx),%ebx crc32l (%ecx),%ebx crc32b %cl,%ebx crc32w %cx,%ebx crc32l %ecx,%ebx pcmpgtq (%ecx),%xmm0 pcmpgtq %xmm1,%xmm0 pcmpestri $0x0,(%ecx),%xmm0 pcmpestri $0x0,%x...
stsp/binutils-ia16
3,154
gas/testsuite/gas/i386/mpx.s
# MPX instructions .allow_index_reg .text start: ### bndmk bndmk (%eax), %bnd1 bndmk (0x399), %bnd1 bndmk 0x3(%edx), %bnd1 bndmk (%eax,%ecx), %bnd1 bndmk (,%ecx,1), %bnd1 bndmk 0x3(%ecx,%eax,1), %bnd1 ### bndmov bndmov (%eax), %bnd1 bndmov (0x399), %bnd1 bndmov 0x3(%edx), %bnd2 bndmov (%eax,%edx), %bnd2 ...
stsp/binutils-ia16
1,116
gas/testsuite/gas/i386/x86-64-xsave.s
# Check 64bit xsave/xrstor .text _start: xgetbv xsetbv xsave (%rax) xsave (%r8) xsave (%r8, %rax) xsave (%rax, %r8) xsave (%r8, %r15) xsave64 (%rax) xsave64 (%r8) xsave64 (%r8, %rax) xsave64 (%rax, %r8) xrstor (%rax) xrstor (%r8) xrstor (%r8, %rax) xrstor (%rax, %r8) xrstor (%r8, %r15) xrstor64 (%rax...
stsp/binutils-ia16
3,221
gas/testsuite/gas/i386/avx512_vpopcntdq.s
# Check 32bit AVX512_VPOPCNTDQ instructions .allow_index_reg .text _start: vpopcntd %zmm5, %zmm6 # AVX512_VPOPCNTDQ vpopcntd %zmm5, %zmm6{%k7} # AVX512_VPOPCNTDQ vpopcntd %zmm5, %zmm6{%k7}{z} # AVX512_VPOPCNTDQ vpopcntd (%ecx), %zmm6 # AVX512_VPOPCNTDQ vpopcntd -123456(%esp,%esi,8), %zmm6 # AVX512_VPOPCNTD...
stsp/binutils-ia16
9,742
gas/testsuite/gas/i386/avx512vbmi_vl.s
# Check 32bit AVX512{VBMI,VL} instructions .allow_index_reg .text _start: vpermb %xmm4, %xmm5, %xmm6{%k7} # AVX512{VBMI,VL} vpermb %xmm4, %xmm5, %xmm6{%k7}{z} # AVX512{VBMI,VL} vpermb (%ecx), %xmm5, %xmm6{%k7} # AVX512{VBMI,VL} vpermb -123456(%esp,%esi,8), %xmm5, %xmm6{%k7} # AVX512{VBMI,VL} vpermb 2032(%ed...
stsp/binutils-ia16
2,185
gas/testsuite/gas/i386/x86-64-sha.s
# Check SHA instructions .allow_index_reg .text _start: sha1rnds4 $9, %xmm2, %xmm1 sha1rnds4 $7, (%rax), %xmm2 sha1rnds4 $5, 0x12(%rax), %xmm3 sha1rnds4 $1, (%rax,%rbx,2), %xmm4 sha1nexte %xmm2, %xmm7 sha1nexte (%rax), %xmm8 sha1nexte 0x12(%rax), %xmm9 sha1nexte (%rax,%rbx,2), %xmm10 sha1msg1 %xmm2, %xmm7 ...
stsp/binutils-ia16
13,226
gas/testsuite/gas/i386/opcode.s
.text foo: add %dl,0x90909090(%eax) add %edx,0x90909090(%eax) add 0x90909090(%eax),%dl add 0x90909090(%eax),%edx add $0x90,%al add $0x90909090,%eax push %es pop %es or %dl,0x90909090(%eax) or %edx,0x90909090(%eax) or 0x90909090(%eax),%dl or 0x90909090(%eax),%edx or ...
stsp/binutils-ia16
5,841
gas/testsuite/gas/i386/prefix.s
.text ; foo: addr16 fstcw %es:(%si) fstsw; fstsw %ax; addr16 fstsw %ax ;addr16 rep cmpsw %es:(%di),%ss:(%si) es fwait fwait movl $0,%gs:fpu_owner_task .byte 0x66 .byte 0xf2 .byte 0x0f .byte 0x38 .byte 0x17 .byte 0xf2 .byte 0x66 .byte 0x0f .byte 0x54 .byte 0xf2 .byte 0x0f .byte 0x54 # data16 movsd...
stsp/binutils-ia16
17,384
gas/testsuite/gas/i386/x86-64-avx512f_vl-opts.s
# Check 64bit AVX512{F,VL} swap instructions .allow_index_reg .text _start: vmovapd %xmm29, %xmm30 # AVX512{F,VL} vmovapd.s %xmm29, %xmm30 # AVX512{F,VL} vmovapd %xmm29, %xmm30{%k7} # AVX512{F,VL} vmovapd.s %xmm29, %xmm30{%k7} # AVX512{F,VL} vmovapd %xmm29, %xmm30{%k7}{z} # AVX512{F,VL} vmovapd.s %xmm29, ...
stsp/binutils-ia16
5,966
gas/testsuite/gas/i386/x86-64-avx512bitalg_vl.s
# Check 64bit AVX512{BITALG,VL} instructions .allow_index_reg .text _start: vpshufbitqmb %xmm28, %xmm29, %k5 # AVX512{BITALG,VL} vpshufbitqmb %xmm28, %xmm29, %k5{%k7} # AVX512{BITALG,VL} vpshufbitqmb 0x123(%rax,%r14,8), %xmm29, %k5 # AVX512{BITALG,VL} vpshufbitqmb 2032(%rdx), %xmm29, %k5 # AVX512{BITALG,VL} ...
stsp/binutils-ia16
6,513
gas/testsuite/gas/i386/avx512f-rcig.s
# Check 32bit AVX512F-RCIG instructions .allow_index_reg .text _start: vcmppd $0xab, {sae}, %zmm5, %zmm6, %k5 # AVX512F vcmppd $123, {sae}, %zmm5, %zmm6, %k5 # AVX512F vcmpps $0xab, {sae}, %zmm5, %zmm6, %k5 # AVX512F vcmpps $123, {sae}, %zmm5, %zmm6, %k5 # AVX512F vcmpsd $0xab, {sae}, %xmm4, %xmm5, %k5{%k7}...
stsp/binutils-ia16
76,778
gas/testsuite/gas/i386/x86-64-xop.s
# Check XOP instructions (maxcombos=16, maxops=3, archbits=64, seed=1) .allow_index_reg .text _start: # Tests for op VFRCZPD xmm2/mem128, xmm1 (at&t syntax) VFRCZPD %xmm2,%xmm15 VFRCZPD %xmm0,%xmm12 VFRCZPD (%r12),%xmm0 VFRCZPD (%rax),%xmm15 VFRCZPD %xmm0,%xmm...
stsp/binutils-ia16
2,454
gas/testsuite/gas/i386/intel-cmps.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 cmps: cmpsb cmpsb [esi], es:[edi] cmpsb fs:[esi], es:[edi] cmpsb [esi], [edi] cmpsb byte ptr [esi], es:[edi] cmpsb [esi], byte ptr es:[edi] cmpsb byte ptr [esi], by...
stsp/binutils-ia16
2,147
gas/testsuite/gas/i386/avx512_4vnniw.s
# Check 32bit AVX512_4VNNIW instructions .allow_index_reg .text _start: vp4dpwssd (%ecx), %zmm4, %zmm1 # AVX512_4VNNIW vp4dpwssd (%ecx), %zmm4, %zmm1{%k7} # AVX512_4VNNIW vp4dpwssd (%ecx), %zmm4, %zmm1{%k7}{z} # AVX512_4VNNIW vp4dpwssd -123456(%esp,%esi,8), %zmm4, %zmm1 # AVX512_4VNNIW vp4dpwssd 4064(%edx),...
stsp/binutils-ia16
1,374
gas/testsuite/gas/i386/x86-64-specific-reg.s
# 64bit insns with special register requirements .text special: .irp reg1, ax, cx, dx, bx, sp, bp, si, di lodsb %ds:(%r\reg1) stosb %es:(%r\reg1) scasb %es:(%r\reg1) insb %dx, %es:(%r\reg1) outsb %ds:(%r\reg1), %dx xlatb %ds:(%r\reg1) movsb %ds:(%r\reg1), %es:(%rdi) movsb %ds:(%rsi), %es:(%r\reg1) cmp...
stsp/binutils-ia16
4,966
gas/testsuite/gas/i386/sse4_1.s
# Streaming SIMD extensions 4.1 Instructions .text foo: blendpd $0,(%ecx),%xmm0 blendpd $0,%xmm1,%xmm0 blendps $0,(%ecx),%xmm0 blendps $0,%xmm1,%xmm0 blendvpd %xmm0,(%ecx),%xmm0 blendvpd %xmm0,%xmm1,%xmm0 blendvpd (%ecx),%xmm0 blendvpd %xmm1,%xmm0 blendvps %xmm0,(%ecx),%xmm0 blendvps %xmm0,%xmm1,%xmm0 ...
stsp/binutils-ia16
23,380
gas/testsuite/gas/i386/x86-64-avx512vbmi2_vl.s
# Check 64bit AVX512{VBMI2,VL} instructions .allow_index_reg .text _start: vpcompressb %xmm30, (%rcx){%k7} # AVX512{VBMI2,VL} vpcompressb %xmm30, 0x123(%rax,%r14,8) # AVX512{VBMI2,VL} vpcompressb %xmm30, 127(%rdx) # AVX512{VBMI2,VL} Disp8 vpcompressb %ymm30, (%rcx){%k7} # AVX512{VBMI2,VL} vpcompressb %ymm30...
stsp/binutils-ia16
1,515
gas/testsuite/gas/i386/sib.s
#Test the special case of the index bits, 0x4, in SIB. .text .allow_index_reg foo: mov -30,%ebx mov -30(,%eiz),%ebx mov -30(,%eiz,1),%eax mov -30(,%eiz,2),%eax mov -30(,%eiz,4),%eax mov -30(,%eiz,8),%eax mov 30,%eax mov 30(,%eiz),%eax mov 30(,%eiz,1),%eax mov 30(,%eiz,2),%eax mov 30(,%eiz,4),%eax mov 30(...