/external/llvm/test/MC/AMDGPU/ |
D | sop1.s | 219 s_movrels_b32 s1, s2 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AMDGPU/ |
D | sop1.s | 222 s_movrels_b32 s1, s2 label
|
D | gfx7_asm_all.s | 13743 s_movrels_b32 s5, s1 label 13746 s_movrels_b32 s103, s1 label 13749 s_movrels_b32 flat_scratch_lo, s1 label 13752 s_movrels_b32 flat_scratch_hi, s1 label 13755 s_movrels_b32 vcc_lo, s1 label 13758 s_movrels_b32 vcc_hi, s1 label 13761 s_movrels_b32 tba_lo, s1 label 13764 s_movrels_b32 tba_hi, s1 label 13767 s_movrels_b32 tma_lo, s1 label 13770 s_movrels_b32 tma_hi, s1 label [all …]
|
D | gfx8_asm_all.s | 14370 s_movrels_b32 s5, s1 label 14373 s_movrels_b32 s101, s1 label 14376 s_movrels_b32 flat_scratch_lo, s1 label 14379 s_movrels_b32 flat_scratch_hi, s1 label 14382 s_movrels_b32 vcc_lo, s1 label 14385 s_movrels_b32 vcc_hi, s1 label 14388 s_movrels_b32 tba_lo, s1 label 14391 s_movrels_b32 tba_hi, s1 label 14394 s_movrels_b32 tma_lo, s1 label 14397 s_movrels_b32 tma_hi, s1 label [all …]
|
/external/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 156 # VI: s_movrels_b32 s1, s2 ; encoding: [0x02,0x2a,0x81,0xbe]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AMDGPU/ |
D | sop1_vi.txt | 165 # VI: s_movrels_b32 s1, s2 ; encoding: [0x02,0x2a,0x81,0xbe]
|
D | gfx8_dasm_all.txt | 11106 # CHECK: s_movrels_b32 s5, s1 ; encoding: [0x01,0x2a,0x85,0xbe] 11109 # CHECK: s_movrels_b32 s101, s1 ; encoding: [0x01,0x2a,0xe5,0xbe] 11112 # CHECK: s_movrels_b32 flat_scratch_lo, s1 ; encoding: [0x01,0x2a,0xe6,0xbe] 11115 # CHECK: s_movrels_b32 flat_scratch_hi, s1 ; encoding: [0x01,0x2a,0xe7,0xbe] 11118 # CHECK: s_movrels_b32 vcc_lo, s1 ; encoding: [0x01,0x2a,0xea,0xbe] 11121 # CHECK: s_movrels_b32 vcc_hi, s1 ; encoding: [0x01,0x2a,0xeb,0xbe] 11124 # CHECK: s_movrels_b32 tba_lo, s1 ; encoding: [0x01,0x2a,0xec,0xbe] 11127 # CHECK: s_movrels_b32 tba_hi, s1 ; encoding: [0x01,0x2a,0xed,0xbe] 11130 # CHECK: s_movrels_b32 tma_lo, s1 ; encoding: [0x01,0x2a,0xee,0xbe] 11133 # CHECK: s_movrels_b32 tma_hi, s1 ; encoding: [0x01,0x2a,0xef,0xbe] [all …]
|
D | gfx9_dasm_all.txt | 11484 # CHECK: s_movrels_b32 s5, s1 ; encoding: [0x01,0x2a,0x85,0xbe] 11487 # CHECK: s_movrels_b32 s101, s1 ; encoding: [0x01,0x2a,0xe5,0xbe] 11490 # CHECK: s_movrels_b32 flat_scratch_lo, s1 ; encoding: [0x01,0x2a,0xe6,0xbe] 11493 # CHECK: s_movrels_b32 flat_scratch_hi, s1 ; encoding: [0x01,0x2a,0xe7,0xbe] 11496 # CHECK: s_movrels_b32 vcc_lo, s1 ; encoding: [0x01,0x2a,0xea,0xbe] 11499 # CHECK: s_movrels_b32 vcc_hi, s1 ; encoding: [0x01,0x2a,0xeb,0xbe] 11502 # CHECK: s_movrels_b32 m0, s1 ; encoding: [0x01,0x2a,0xfc,0xbe] 11505 # CHECK: s_movrels_b32 exec_lo, s1 ; encoding: [0x01,0x2a,0xfe,0xbe] 11508 # CHECK: s_movrels_b32 exec_hi, s1 ; encoding: [0x01,0x2a,0xff,0xbe] 11511 # CHECK: s_movrels_b32 s5, s101 ; encoding: [0x65,0x2a,0x85,0xbe] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SOPInstructions.td | 238 def S_MOVRELS_B32 : SOP1_32 <"s_movrels_b32">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | AMDGPUAsmGFX7.rst | 399 s_movrels_b32 dst, src0
|
D | AMDGPUAsmGFX8.rst | 416 s_movrels_b32 dst, src0
|
D | AMDGPUAsmGFX9.rst | 558 s_movrels_b32 dst, src0
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 178 defm S_MOVRELS_B32 : SOP1_32 <sop1<0x2e, 0x2a>, "s_movrels_b32", []>;
|