Searched refs:Is16BitMemOperand (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/ |
| HD | X86MCCodeEmitter.cpp | 58 bool Is16BitMemOperand(const MCInst &MI, unsigned Op, in Is16BitMemOperand() function in __anon9b88913a0111::X86MCCodeEmitter 405 if (Is16BitMemOperand(MI, Op, STI)) { in EmitMemModRMByte() 1208 assert(!Is16BitMemOperand(MI, MemoryOperand, STI)); in encodeInstruction() 1212 need_address_override = Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction() 1216 need_address_override = !Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction()
|