Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp72 void emitRegModRMByte(const MCOperand &ModRMReg, unsigned RegOpcodeFld,
366 void X86MCCodeEmitter::emitRegModRMByte(const MCOperand &ModRMReg, in emitRegModRMByte() function in X86MCCodeEmitter
1513 emitRegModRMByte(MI.getOperand(CurOp), in encodeInstruction()
1545 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1559 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1576 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1588 emitRegModRMByte(MI.getOperand(SecondOp), in encodeInstruction()
1657 emitRegModRMByte(MI.getOperand(RegOp), 0, OS); in encodeInstruction()
1675 emitRegModRMByte(MI.getOperand(CurOp++), in encodeInstruction()