Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp84 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()