Home
last modified time | relevance | path

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

/external/llvm/test/MC/AMDGPU/
Dsop1.s227 s_movreld_b32 s1, s2 label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/
Dsop1.s230 s_movreld_b32 s1, s2 label
Dgfx7_asm_all.s13863 s_movreld_b32 s5, s1 label
13866 s_movreld_b32 s103, s1 label
13869 s_movreld_b32 flat_scratch_lo, s1 label
13872 s_movreld_b32 flat_scratch_hi, s1 label
13875 s_movreld_b32 vcc_lo, s1 label
13878 s_movreld_b32 vcc_hi, s1 label
13881 s_movreld_b32 tba_lo, s1 label
13884 s_movreld_b32 tba_hi, s1 label
13887 s_movreld_b32 tma_lo, s1 label
13890 s_movreld_b32 tma_hi, s1 label
[all …]
Dgfx8_asm_all.s14490 s_movreld_b32 s5, s1 label
14493 s_movreld_b32 s101, s1 label
14496 s_movreld_b32 flat_scratch_lo, s1 label
14499 s_movreld_b32 flat_scratch_hi, s1 label
14502 s_movreld_b32 vcc_lo, s1 label
14505 s_movreld_b32 vcc_hi, s1 label
14508 s_movreld_b32 tba_lo, s1 label
14511 s_movreld_b32 tba_hi, s1 label
14514 s_movreld_b32 tma_lo, s1 label
14517 s_movreld_b32 tma_hi, s1 label
[all …]
/external/llvm/test/MC/Disassembler/AMDGPU/
Dsop1_vi.txt162 # VI: s_movreld_b32 s1, s2 ; encoding: [0x02,0x2c,0x81,0xbe]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/
Dsop1_vi.txt171 # VI: s_movreld_b32 s1, s2 ; encoding: [0x02,0x2c,0x81,0xbe]
Dgfx8_dasm_all.txt11226 # CHECK: s_movreld_b32 s5, s1 ; encoding: [0x01,0x2c,0x85,0xbe]
11229 # CHECK: s_movreld_b32 s101, s1 ; encoding: [0x01,0x2c,0xe5,0xbe]
11232 # CHECK: s_movreld_b32 flat_scratch_lo, s1 ; encoding: [0x01,0x2c,0xe6,0xbe]
11235 # CHECK: s_movreld_b32 flat_scratch_hi, s1 ; encoding: [0x01,0x2c,0xe7,0xbe]
11238 # CHECK: s_movreld_b32 vcc_lo, s1 ; encoding: [0x01,0x2c,0xea,0xbe]
11241 # CHECK: s_movreld_b32 vcc_hi, s1 ; encoding: [0x01,0x2c,0xeb,0xbe]
11244 # CHECK: s_movreld_b32 tba_lo, s1 ; encoding: [0x01,0x2c,0xec,0xbe]
11247 # CHECK: s_movreld_b32 tba_hi, s1 ; encoding: [0x01,0x2c,0xed,0xbe]
11250 # CHECK: s_movreld_b32 tma_lo, s1 ; encoding: [0x01,0x2c,0xee,0xbe]
11253 # CHECK: s_movreld_b32 tma_hi, s1 ; encoding: [0x01,0x2c,0xef,0xbe]
[all …]
Dgfx9_dasm_all.txt11556 # CHECK: s_movreld_b32 s5, s1 ; encoding: [0x01,0x2c,0x85,0xbe]
11559 # CHECK: s_movreld_b32 s101, s1 ; encoding: [0x01,0x2c,0xe5,0xbe]
11562 # CHECK: s_movreld_b32 flat_scratch_lo, s1 ; encoding: [0x01,0x2c,0xe6,0xbe]
11565 # CHECK: s_movreld_b32 flat_scratch_hi, s1 ; encoding: [0x01,0x2c,0xe7,0xbe]
11568 # CHECK: s_movreld_b32 vcc_lo, s1 ; encoding: [0x01,0x2c,0xea,0xbe]
11571 # CHECK: s_movreld_b32 vcc_hi, s1 ; encoding: [0x01,0x2c,0xeb,0xbe]
11574 # CHECK: s_movreld_b32 s5, s101 ; encoding: [0x65,0x2c,0x85,0xbe]
11577 # CHECK: s_movreld_b32 s5, flat_scratch_lo ; encoding: [0x66,0x2c,0x85,0xbe]
11580 # CHECK: s_movreld_b32 s5, flat_scratch_hi ; encoding: [0x67,0x2c,0x85,0xbe]
11583 # CHECK: s_movreld_b32 s5, vcc_lo ; encoding: [0x6a,0x2c,0x85,0xbe]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSOPInstructions.td240 def S_MOVRELD_B32 : SOP1_32 <"s_movreld_b32">;
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DAMDGPUAsmGFX7.rst397 s_movreld_b32 dst, src0
DAMDGPUAsmGFX8.rst414 s_movreld_b32 dst, src0
DAMDGPUAsmGFX9.rst556 s_movreld_b32 dst, src0
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td180 defm S_MOVRELD_B32 : SOP1_32 <sop1<0x30, 0x2c>, "s_movreld_b32", []>;