Lines Matching defs:lhs
43 VReg lhs = pg->AllocReg();
46 pg->StoreAccumulator(binExpr, lhs);
48 pg->Condition(binExpr, binExpr->OperatorType(), lhs, falseLabel);
133 VReg lhs = etsg->AllocReg();
140 etsg->ApplyConversionAndStoreAccumulator(binExpr->Left(), lhs, binExpr->OperationType());
155 etsg->LoadAccumulator(binExpr, lhs);
163 VReg lhs = etsg->AllocReg();
170 etsg->ApplyConversionAndStoreAccumulator(binExpr->Left(), lhs, binExpr->OperationType());
182 etsg->LoadAccumulator(binExpr, lhs);
225 VReg lhs = etsg->AllocReg();
227 etsg->ApplyConversionAndStoreAccumulator(expr->Left(), lhs, expr->OperationType());
232 etsg->CallBigIntBinaryComparison(expr, lhs, rhs, signature);
261 VReg lhs = etsg->AllocReg();
263 binExpr->CompileOperands(etsg, lhs);
264 etsg->Condition(binExpr, binExpr->OperatorType(), lhs, falseLabel);