Home
last modified time | relevance | path

Searched defs:BaseOpcode (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstrInfo.h54 unsigned BaseOpcode; member
DAMDGPUInstructionSelector.cpp449 static unsigned getSmrdOpcode(unsigned BaseOpcode, unsigned LoadSize) { in getSmrdOpcode()
DSIISelLowering.cpp4555 const AMDGPU::MIMGBaseOpcodeInfo *BaseOpcode = in lowerImage() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFMA3Info.cpp136 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in getFMA3Group() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.h189 MIMGBaseOpcode BaseOpcode; member
DAMDGPUBaseInfo.cpp104 uint16_t BaseOpcode; member
116 int getMIMGOpcode(unsigned BaseOpcode, unsigned MIMGEncoding, in getMIMGOpcode()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp725 unsigned char BaseOpcode = X86II::getBaseOpcodeFor(Desc->TSFlags); in emitInstruction() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp881 unsigned char BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in EncodeInstruction() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1191 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in encodeInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp1270 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in encodeInstruction() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1317 #define TestImpl(Inst, Dst, BaseOpcode) \ in TEST_F() argument