/external/llvm/test/MC/AMDGPU/ |
D | sop1.s | 159 s_bitset1_b64 s[2:3], s4 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | sop1.s | 162 s_bitset1_b64 s[2:3], s4 label
|
D | gfx7_asm_all.s | 12840 s_bitset1_b64 s[10:11], s1 label 12843 s_bitset1_b64 s[12:13], s1 label 12846 s_bitset1_b64 s[102:103], s1 label 12849 s_bitset1_b64 flat_scratch, s1 label 12852 s_bitset1_b64 vcc, s1 label 12855 s_bitset1_b64 tba, s1 label 12858 s_bitset1_b64 tma, s1 label 12861 s_bitset1_b64 ttmp[10:11], s1 label 12864 s_bitset1_b64 exec, s1 label 12867 s_bitset1_b64 s[10:11], s103 label [all …]
|
D | gfx8_asm_all.s | 13467 s_bitset1_b64 s[10:11], s1 label 13470 s_bitset1_b64 s[12:13], s1 label 13473 s_bitset1_b64 s[100:101], s1 label 13476 s_bitset1_b64 flat_scratch, s1 label 13479 s_bitset1_b64 vcc, s1 label 13482 s_bitset1_b64 tba, s1 label 13485 s_bitset1_b64 tma, s1 label 13488 s_bitset1_b64 ttmp[10:11], s1 label 13491 s_bitset1_b64 exec, s1 label 13494 s_bitset1_b64 s[10:11], s101 label [all …]
|
/external/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 111 # VI: s_bitset1_b64 s[2:3], s4 ; encoding: [0x04,0x1b,0x82,0xbe]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 120 # VI: s_bitset1_b64 s[2:3], s4 ; encoding: [0x04,0x1b,0x82,0xbe]
|
D | gfx8_dasm_all.txt | 10203 # CHECK: s_bitset1_b64 s[10:11], s1 ; encoding: [0x01,0x1b,0x8a,0xbe] 10206 # CHECK: s_bitset1_b64 s[12:13], s1 ; encoding: [0x01,0x1b,0x8c,0xbe] 10209 # CHECK: s_bitset1_b64 s[100:101], s1 ; encoding: [0x01,0x1b,0xe4,0xbe] 10212 # CHECK: s_bitset1_b64 flat_scratch, s1 ; encoding: [0x01,0x1b,0xe6,0xbe] 10215 # CHECK: s_bitset1_b64 vcc, s1 ; encoding: [0x01,0x1b,0xea,0xbe] 10218 # CHECK: s_bitset1_b64 tba, s1 ; encoding: [0x01,0x1b,0xec,0xbe] 10221 # CHECK: s_bitset1_b64 tma, s1 ; encoding: [0x01,0x1b,0xee,0xbe] 10224 # CHECK: s_bitset1_b64 ttmp[10:11], s1 ; encoding: [0x01,0x1b,0xfa,0xbe] 10227 # CHECK: s_bitset1_b64 exec, s1 ; encoding: [0x01,0x1b,0xfe,0xbe] 10230 # CHECK: s_bitset1_b64 s[10:11], s101 ; encoding: [0x65,0x1b,0x8a,0xbe] [all …]
|
D | gfx9_dasm_all.txt | 10842 # CHECK: s_bitset1_b64 s[10:11], s1 ; encoding: [0x01,0x1b,0x8a,0xbe] 10845 # CHECK: s_bitset1_b64 s[12:13], s1 ; encoding: [0x01,0x1b,0x8c,0xbe] 10848 # CHECK: s_bitset1_b64 s[100:101], s1 ; encoding: [0x01,0x1b,0xe4,0xbe] 10851 # CHECK: s_bitset1_b64 flat_scratch, s1 ; encoding: [0x01,0x1b,0xe6,0xbe] 10854 # CHECK: s_bitset1_b64 vcc, s1 ; encoding: [0x01,0x1b,0xea,0xbe] 10857 # CHECK: s_bitset1_b64 exec, s1 ; encoding: [0x01,0x1b,0xfe,0xbe] 10860 # CHECK: s_bitset1_b64 s[10:11], s101 ; encoding: [0x65,0x1b,0x8a,0xbe] 10863 # CHECK: s_bitset1_b64 s[10:11], flat_scratch_lo ; encoding: [0x66,0x1b,0x8a,0xbe] 10866 # CHECK: s_bitset1_b64 s[10:11], flat_scratch_hi ; encoding: [0x67,0x1b,0x8a,0xbe] 10869 # CHECK: s_bitset1_b64 s[10:11], vcc_lo ; encoding: [0x6a,0x1b,0x8a,0xbe] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 197 def S_BITSET1_B64 : SOP1_64_32 <"s_bitset1_b64">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX7.rst | 379 s_bitset1_b64 dst, src0
|
D | AMDGPUAsmGFX8.rst | 396 s_bitset1_b64 dst, src0
|
D | AMDGPUAsmGFX9.rst | 538 s_bitset1_b64 dst, src0
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 155 defm S_BITSET1_B64 : SOP1_64_32 <sop1<0x1e, 0x1b>, "s_bitset1_b64", []>;
|