Searched refs:Is16BitMemOperand (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 58 bool Is16BitMemOperand(const MCInst &MI, unsigned Op, in Is16BitMemOperand() function in __anonc84e4ccd0111::X86MCCodeEmitter 411 if (Is16BitMemOperand(MI, Op, STI)) { in emitMemModRMByte() 1171 assert(!Is16BitMemOperand(MI, MemoryOperand, STI)); in encodeInstruction() 1175 need_address_override = Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction() 1179 need_address_override = !Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCCodeEmitter.cpp | 66 bool Is16BitMemOperand(const MCInst &MI, unsigned Op, in Is16BitMemOperand() function in __anonce9fbb050111::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()
|