Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp366 void emitRegModRMByte(const MCOperand &ModRMReg, unsigned RegOpcodeFld,
603 void X86MCCodeEmitter::emitRegModRMByte(const MCOperand &ModRMReg, in emitRegModRMByte() function in X86MCCodeEmitter
1662 emitRegModRMByte(MI.getOperand(CurOp), in encodeInstruction()
1672 emitRegModRMByte(MI.getOperand(FirstOp), in encodeInstruction()
1728 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1742 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1759 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1773 emitRegModRMByte(MI.getOperand(SecondOp), in encodeInstruction()
1847 emitRegModRMByte(MI.getOperand(RegOp), 0, CB); in encodeInstruction()
1865 emitRegModRMByte(MI.getOperand(CurOp++), in encodeInstruction()