Searched defs:RegOpcode (Results 1 – 2 of 2) sorted by relevance
292 auto RegOpcode = OutMI.getOpcode(); in removeRegisterOperands() local
117 static uint8_t ModRMByte(unsigned Mod, unsigned RegOpcode, unsigned RM) { in ModRMByte()