Searched refs:Is16BitMemOperand (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MCCodeEmitter.cpp | 66 bool Is16BitMemOperand(const MCInst &MI, unsigned Op, in Is16BitMemOperand() function in __anon8cde41100111::X86MCCodeEmitter 445 if (Is16BitMemOperand(MI, Op, STI)) { in emitMemModRMByte() 1250 assert(!Is16BitMemOperand(MI, MemoryOperand, STI)); in encodeInstruction() 1254 need_address_override = Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction() 1258 need_address_override = !Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction()
|