Home
last modified time | relevance | path

Searched refs:Opcode2Addr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DVOP3PInstructions.td767 Instruction Opcode2Addr = TwoAddr;
779 let Fields = ["Opcode2Addr", "Opcode3Addr"];
785 let PrimaryKey = ["Opcode2Addr"];
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h398 unsigned Opcode2Addr; member
H A DAMDGPUBaseInfo.cpp501 return Info ? Info->Opcode2Addr : ~0u; in mapWMMA3AddrTo2AddrOpcode()