Searched refs:EmitMemModRMByte (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 113 void EmitMemModRMByte(const MCInst &MI, unsigned Op, 241 void X86MCCodeEmitter::EmitMemModRMByte(const MCInst &MI, unsigned Op, in EmitMemModRMByte() function in X86MCCodeEmitter 930 EmitMemModRMByte(MI, CurOp, in EncodeInstruction() 958 EmitMemModRMByte(MI, FirstMemOp, GetX86RegNum(MI.getOperand(CurOp)), in EncodeInstruction() 980 EmitMemModRMByte(MI, CurOp, (TSFlags & X86II::FormMask)-X86II::MRM0m, in EncodeInstruction()
|