Home
last modified time | relevance | path

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

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86MCCodeEmitter.cpp125 void EmitMemModRMByte(const MCInst &MI, unsigned Op,
219 void X86MCCodeEmitter::EmitMemModRMByte(const MCInst &MI, unsigned Op, in EmitMemModRMByte() function in X86MCCodeEmitter
857 EmitMemModRMByte(MI, CurOp, in EncodeInstruction()
885 EmitMemModRMByte(MI, FirstMemOp, GetX86RegNum(MI.getOperand(CurOp)), in EncodeInstruction()
907 EmitMemModRMByte(MI, CurOp, (TSFlags & X86II::FormMask)-X86II::MRM0m, in EncodeInstruction()
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp150 void EmitMemModRMByte(const MCInst &MI, unsigned Op,
384 void X86MCCodeEmitter::EmitMemModRMByte(const MCInst &MI, unsigned Op, in EmitMemModRMByte() function in X86MCCodeEmitter
1458 EmitMemModRMByte(MI, CurOp, in encodeInstruction()
1509 EmitMemModRMByte(MI, FirstMemOp, GetX86RegNum(MI.getOperand(CurOp)), in encodeInstruction()
1547 EmitMemModRMByte(MI, CurOp, (Form == X86II::MRMXm) ? 0 : Form-X86II::MRM0m, in encodeInstruction()