Lines Matching refs:RegOpcodeField
360 void emitMemModRMByte(const MCInst &MI, unsigned Op, unsigned RegOpcodeField,
599 const MCInst &MI, unsigned Op, unsigned RegOpcodeField, uint64_t TSFlags, in emitMemModRMByte() argument
616 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte()
725 emitByte(modRMByte(0, RegOpcodeField, RMfield), CB); in emitMemModRMByte()
729 emitByte(modRMByte(1, RegOpcodeField, RMfield), CB); in emitMemModRMByte()
734 emitByte(modRMByte(2, RegOpcodeField, RMfield), CB); in emitMemModRMByte()
738 emitByte(modRMByte(0, RegOpcodeField, 6), CB); in emitMemModRMByte()
768 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte()
780 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
791 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
804 emitByte(modRMByte(1, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
814 emitByte(modRMByte(2, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
834 emitByte(modRMByte(0, RegOpcodeField, 4), CB); in emitMemModRMByte()
843 emitByte(modRMByte(0, RegOpcodeField, 4), CB); in emitMemModRMByte()
849 emitByte(modRMByte(1, RegOpcodeField, 4), CB); in emitMemModRMByte()
853 emitByte(modRMByte(2, RegOpcodeField, 4), CB); in emitMemModRMByte()