Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp73 void emitRegModRMByte(const MCOperand &ModRMReg, unsigned RegOpcodeFld,
308 void X86MCCodeEmitter::emitRegModRMByte(const MCOperand &ModRMReg, in emitRegModRMByte() function in X86MCCodeEmitter
1427 emitRegModRMByte(MI.getOperand(CurOp), in encodeInstruction()
1459 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1473 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1490 emitRegModRMByte(MI.getOperand(SrcRegNum), in encodeInstruction()
1502 emitRegModRMByte(MI.getOperand(SecondOp), in encodeInstruction()
1571 emitRegModRMByte(MI.getOperand(RegOp), 0, OS); in encodeInstruction()
1589 emitRegModRMByte(MI.getOperand(CurOp++), in encodeInstruction()