Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp82 IC_IMM, enumerator
95 assert ((Op.first == IC_IMM || Op.first == IC_REGISTER) in popOperand()
100 assert ((Op == IC_IMM || Op == IC_REGISTER) && in pushOperand()
169 if (Op.first == IC_IMM || Op.first == IC_REGISTER) { in execute()
182 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
186 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
189 assert (Op1.first == IC_IMM && Op2.first == IC_IMM && in execute()
192 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
195 assert (Op1.first == IC_IMM && Op2.first == IC_IMM && in execute()
199 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
[all …]