Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp261 SmallVector<ICToken, 16> OperandStack; in execute() local
265 OperandStack.push_back(Op); in execute()
268 ICToken Operand = OperandStack.pop_back_val(); in execute()
285 ICToken Op2 = OperandStack.pop_back_val(); in execute()
286 ICToken Op1 = OperandStack.pop_back_val(); in execute()
293 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
297 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
303 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
310 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
316 OperandStack.push_back(std::make_pair(IC_IMM, Val)); in execute()
[all …]