Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp267 SmallVector<ICToken, 16> OperandStack; in execute() local
270 OperandStack.push_back(Op); in execute()
273 ICToken Operand = OperandStack.pop_back_val(); in execute()
290 ICToken Op2 = OperandStack.pop_back_val(); in execute()
291 ICToken Op1 = OperandStack.pop_back_val(); in execute()
298 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
302 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
308 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
315 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
321 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
[all …]