Home
last modified time | relevance | path

Searched defs:RegOpcode (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FixupGadgets.cpp132 uint8_t RegOpcode = getRegNum(Src); in isROPFriendlyRegPair() local
147 bool FixupGadgetsPass::badModRM(uint8_t Mod, uint8_t RegOpcode, in badModRM()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMCInstLower.cpp291 auto RegOpcode = OutMI.getOpcode(); in removeRegisterOperands() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp103 static uint8_t modRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { in modRMByte()