Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp164 IC_IMM, enumerator
201 if (!(Op.first == IC_IMM || Op.first == IC_REGISTER)) in popOperand()
206 assert ((Op == IC_IMM || Op == IC_REGISTER) && in pushOperand()
275 if (Op.first == IC_IMM || Op.first == IC_REGISTER) { in execute()
280 assert (Operand.first == IC_IMM && in execute()
287 OperandStack.push_back(std::make_pair(IC_IMM, -Operand.second)); in execute()
290 OperandStack.push_back(std::make_pair(IC_IMM, ~Operand.second)); in execute()
304 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
308 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
311 assert (Op1.first == IC_IMM && Op2.first == IC_IMM && in execute()
[all …]