Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp100 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anon720aab8e0111::X86AsmParser::InfixCalculator
456 IC.pushOperand(IC_REGISTER); in onRegister()
466 IC.pushOperand(IC_IMM); in onRegister()
487 IC.pushOperand(IC_IMM); in onIdentifierExpr()
529 IC.pushOperand(IC_IMM, -TmpInt); // Push -Imm. in onInteger()
539 IC.pushOperand(IC_IMM, ~TmpInt); // Push ~Imm. in onInteger()
541 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp156 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anon5196b0f00111::X86AsmParser::InfixCalculator
587 IC.pushOperand(IC_REGISTER); in onRegister()
602 IC.pushOperand(IC_IMM); in onRegister()
636 IC.pushOperand(IC_IMM); in onIdentifierExpr()
677 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
835 IC.pushOperand(IC_IMM); in onOffset()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp192 void pushOperand(InfixCalculatorTok Op, int64_t Val = 0) { in pushOperand() function in __anonffe6455c0111::X86AsmParser::InfixCalculator
775 IC.pushOperand(IC_REGISTER); in onRegister()
790 IC.pushOperand(IC_IMM); in onRegister()
827 IC.pushOperand(IC_IMM); in onIdentifierExpr()
875 IC.pushOperand(IC_IMM, TmpInt); in onInteger()
1043 IC.pushOperand(IC_IMM); in onOffset()