Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp94 bool emitOpcodePrefix(int MemOperand, const MCInst &MI,
656 HasREX = emitOpcodePrefix(MemoryOperand, MI, STI, OS); in emitPrefixImpl()
1247 bool X86MCCodeEmitter::emitOpcodePrefix(int MemOperand, const MCInst &MI, in emitOpcodePrefix() function in X86MCCodeEmitter