Home
last modified time | relevance | path

Searched refs:flat_load_dwordx3 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/MC/AMDGPU/
Dflat.s169 flat_load_dwordx3 v[5:7], v[3:4] label
/external/llvm/lib/Target/AMDGPU/
DCIInstructions.td135 flat<0xf, 0x16>, "flat_load_dwordx3", VReg_96
/external/llvm/test/MC/Disassembler/AMDGPU/
Dflat_vi.txt66 # VI: flat_load_dwordx3 v[5:7], v[3:4] ; encoding: [0x00,0x00,0x58,0xdc,0x03,0x00,0x00,0x05]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DFLATInstructions.td386 def FLAT_LOAD_DWORDX3 : FLAT_Load_Pseudo <"flat_load_dwordx3", VReg_96>;
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp3492 op = global ? aco_opcode::global_load_dwordx3 : aco_opcode::flat_load_dwordx3; in global_load_callback()