/external/llvm/test/MC/AMDGPU/ |
D | sop1.s | 227 s_movreld_b32 s1, s2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | sop1.s | 230 s_movreld_b32 s1, s2 label
|
D | gfx7_asm_all.s | 13863 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 …]
|
D | gfx8_asm_all.s | 14490 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/ |
D | sop1_vi.txt | 162 # VI: s_movreld_b32 s1, s2 ; encoding: [0x02,0x2c,0x81,0xbe]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 171 # VI: s_movreld_b32 s1, s2 ; encoding: [0x02,0x2c,0x81,0xbe]
|
D | gfx8_dasm_all.txt | 11226 # 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 …]
|
D | gfx9_dasm_all.txt | 11556 # 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/ |
D | SOPInstructions.td | 240 def S_MOVRELD_B32 : SOP1_32 <"s_movreld_b32">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX7.rst | 397 s_movreld_b32 dst, src0
|
D | AMDGPUAsmGFX8.rst | 414 s_movreld_b32 dst, src0
|
D | AMDGPUAsmGFX9.rst | 556 s_movreld_b32 dst, src0
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 180 defm S_MOVRELD_B32 : SOP1_32 <sop1<0x30, 0x2c>, "s_movreld_b32", []>;
|