Searched refs:emitPrefixImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCCodeEmitter.cpp | 84 bool emitPrefixImpl(unsigned &CurOp, const MCInst &MI, 654 bool X86MCCodeEmitter::emitPrefixImpl(unsigned &CurOp, const MCInst &MI, in emitPrefixImpl() function in X86MCCodeEmitter 1405 emitPrefixImpl(CurOp, MI, STI, OS); in emitPrefix() 1424 bool HasREX = emitPrefixImpl(CurOp, MI, STI, OS); in encodeInstruction()
|