Home
last modified time | relevance | path

Searched refs:s_bitset1_b64 (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dsop1.s159 s_bitset1_b64 s[2:3], s4 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dsop1.s162 s_bitset1_b64 s[2:3], s4 label
Dgfx7_asm_all.s12840 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 …]
Dgfx8_asm_all.s13467 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/
Dsop1_vi.txt111 # 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/
Dsop1_vi.txt120 # VI: s_bitset1_b64 s[2:3], s4 ; encoding: [0x04,0x1b,0x82,0xbe]
Dgfx8_dasm_all.txt10203 # 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 …]
Dgfx9_dasm_all.txt10842 # 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/
DSOPInstructions.td197 def S_BITSET1_B64 : SOP1_64_32 <"s_bitset1_b64">;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUAsmGFX7.rst379 s_bitset1_b64 dst, src0
DAMDGPUAsmGFX8.rst396 s_bitset1_b64 dst, src0
DAMDGPUAsmGFX9.rst538 s_bitset1_b64 dst, src0
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td155 defm S_BITSET1_B64 : SOP1_64_32 <sop1<0x1e, 0x1b>, "s_bitset1_b64", []>;