Searched refs:operandReg (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | updateExpression.cpp | 41 compiler::VReg operandReg = pg->AllocReg(); in Compile() local 47 pg->StoreAccumulator(this, operandReg); in Compile() 48 pg->ToNumeric(this, operandReg); in Compile() 51 pg->StoreAccumulator(this, operandReg); in Compile() 52 pg->Unary(this, operator_, operandReg); in Compile() 57 pg->LoadAccumulator(this, operandReg); in Compile()
|
H A D | unaryExpression.cpp | 112 compiler::VReg operandReg = pg->AllocReg(); in Compile() local 113 pg->StoreAccumulator(this, operandReg); in Compile() 114 pg->Unary(this, operator_, operandReg); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSCompiler.cpp | 1155 compiler::VReg operandReg = pg->AllocReg(); in Compile() local 1156 pg->StoreAccumulator(expr, operandReg); in Compile() 1157 pg->Unary(expr, expr->OperatorType(), operandReg); in Compile() 1167 compiler::VReg operandReg = pg->AllocReg(); in Compile() local 1172 pg->StoreAccumulator(expr, operandReg); in Compile() 1173 pg->Unary(expr, expr->OperatorType(), operandReg); in Compile() 1178 pg->ToNumber(expr, operandReg); in Compile()
|
Completed in 4 milliseconds