Lines Matching refs:RegOpcodeField
369 void emitMemModRMByte(const MCInst &MI, unsigned Op, unsigned RegOpcodeField,
608 const MCInst &MI, unsigned Op, unsigned RegOpcodeField, uint64_t TSFlags, in emitMemModRMByte() argument
625 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte()
737 emitByte(modRMByte(0, RegOpcodeField, RMfield), CB); in emitMemModRMByte()
741 emitByte(modRMByte(1, RegOpcodeField, RMfield), CB); in emitMemModRMByte()
746 emitByte(modRMByte(2, RegOpcodeField, RMfield), CB); in emitMemModRMByte()
750 emitByte(modRMByte(0, RegOpcodeField, 6), CB); in emitMemModRMByte()
771 emitByte(modRMByte(0, RegOpcodeField, 5), CB); in emitMemModRMByte()
783 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
794 emitByte(modRMByte(0, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
807 emitByte(modRMByte(1, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
817 emitByte(modRMByte(2, RegOpcodeField, BaseRegNo), CB); in emitMemModRMByte()
837 emitByte(modRMByte(0, RegOpcodeField, 4), CB); in emitMemModRMByte()
846 emitByte(modRMByte(0, RegOpcodeField, 4), CB); in emitMemModRMByte()
852 emitByte(modRMByte(1, RegOpcodeField, 4), CB); in emitMemModRMByte()
856 emitByte(modRMByte(2, RegOpcodeField, 4), CB); in emitMemModRMByte()