Searched refs:emitPrefixImpl (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCCodeEmitter.cpp | 85 bool emitPrefixImpl(unsigned &CurOp, const MCInst &MI, 596 bool X86MCCodeEmitter::emitPrefixImpl(unsigned &CurOp, const MCInst &MI, in emitPrefixImpl() function in X86MCCodeEmitter 1319 emitPrefixImpl(CurOp, MI, STI, OS); in emitPrefix() 1338 bool HasREX = emitPrefixImpl(CurOp, MI, STI, OS); in encodeInstruction()
|