Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1226 int MemoryOperand = X86II::getMemoryOperandNo(TSFlags); in encodeInstruction() local
1227 if (MemoryOperand != -1) MemoryOperand += CurOp; in encodeInstruction()
1230 if (MemoryOperand >= 0) in encodeInstruction()
1247 } else if (MemoryOperand < 0) { in encodeInstruction()
1250 assert(!Is16BitMemOperand(MI, MemoryOperand, STI)); in encodeInstruction()
1251 need_address_override = Is32BitMemOperand(MI, MemoryOperand); in encodeInstruction()
1253 assert(!Is64BitMemOperand(MI, MemoryOperand)); in encodeInstruction()
1254 need_address_override = Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction()
1257 assert(!Is64BitMemOperand(MI, MemoryOperand)); in encodeInstruction()
1258 need_address_override = !Is16BitMemOperand(MI, MemoryOperand, STI); in encodeInstruction()
[all …]