Home
last modified time | relevance | path

Searched refs:getBaseOpcodeFor (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFMA3Info.cpp144 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in getFMA3Group()
H A DX86FixupGadgets.cpp216 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in isROPFriendly()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1368 uint8_t BaseOpcode = X86II::getBaseOpcodeFor(TSFlags); in encodeInstruction()
1760 emitByte(X86II::getBaseOpcodeFor(TSFlags), OS); in encodeInstruction()
H A DX86BaseInfo.h990 inline uint8_t getBaseOpcodeFor(uint64_t TSFlags) { in getBaseOpcodeFor() function