Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp161 static bool is16BitMemOperand(const MCInst &MI, unsigned Op, in is16BitMemOperand() function
465 if (is16BitMemOperand(MI, Op, STI)) { in emitMemModRMByte()
683 assert(!is16BitMemOperand(MI, MemoryOperand, STI)); in emitPrefixImpl()
687 NeedAddressOverride = is16BitMemOperand(MI, MemoryOperand, STI); in emitPrefixImpl()
691 NeedAddressOverride = !is16BitMemOperand(MI, MemoryOperand, STI); in emitPrefixImpl()