Lines Matching refs:X86MCCodeEmitter
40 class X86MCCodeEmitter : public MCCodeEmitter { class
45 X86MCCodeEmitter(const MCInstrInfo &mcii, MCContext &ctx) in X86MCCodeEmitter() function in __anon51ed7f1b0111::X86MCCodeEmitter
47 X86MCCodeEmitter(const X86MCCodeEmitter &) = delete;
48 X86MCCodeEmitter &operator=(const X86MCCodeEmitter &) = delete;
49 ~X86MCCodeEmitter() override = default;
212 unsigned X86MCCodeEmitter::getX86RegNum(const MCOperand &MO) const { in getX86RegNum()
216 unsigned X86MCCodeEmitter::getX86RegEncoding(const MCInst &MI, in getX86RegEncoding()
225 bool X86MCCodeEmitter::isREXExtendedReg(const MCInst &MI, in isREXExtendedReg()
230 void X86MCCodeEmitter::emitImmediate(const MCOperand &DispOp, SMLoc Loc, in emitImmediate()
308 void X86MCCodeEmitter::emitRegModRMByte(const MCOperand &ModRMReg, in emitRegModRMByte()
314 void X86MCCodeEmitter::emitSIBByte(unsigned SS, unsigned Index, unsigned Base, in emitSIBByte()
320 void X86MCCodeEmitter::emitMemModRMByte(const MCInst &MI, unsigned Op, in emitMemModRMByte()
596 bool X86MCCodeEmitter::emitPrefixImpl(unsigned &CurOp, const MCInst &MI, in emitPrefixImpl()
662 void X86MCCodeEmitter::emitVEXOpcodePrefix(int MemOperand, const MCInst &MI, in emitVEXOpcodePrefix()
1117 bool X86MCCodeEmitter::emitREXPrefix(int MemOperand, const MCInst &MI, in emitREXPrefix()
1233 void X86MCCodeEmitter::emitSegmentOverridePrefix(unsigned SegOperand, in emitSegmentOverridePrefix()
1247 bool X86MCCodeEmitter::emitOpcodePrefix(int MemOperand, const MCInst &MI, in emitOpcodePrefix()
1307 void X86MCCodeEmitter::emitPrefix(const MCInst &MI, raw_ostream &OS, in emitPrefix()
1322 void X86MCCodeEmitter::encodeInstruction(const MCInst &MI, raw_ostream &OS, in encodeInstruction()
1751 return new X86MCCodeEmitter(MCII, Ctx); in createX86MCCodeEmitter()