Searched refs:hleft (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/arm64/
H A Dlithium-arm64.cc2107 HValue* hleft = hinstr->left(); local
2109 DCHECK(hleft->representation().Equals(hinstr->representation()));
2114 (hinstr->IsCommutative() && hleft->IsConstant() &&
2115 LikelyFitsImmField(hinstr, HConstant::cast(hleft)->Integer32Value()))) {
2133 *left = hleft;
2136 hleft->IsBitwiseBinaryShift() &&
2137 HBitwiseBinaryOperation::cast(hleft)->right()->IsConstant()) {
2138 shift = HBitwiseBinaryOperation::cast(hleft);
2181 HBinaryOperation* hinstr, HValue* hleft, HBitwiseBinaryOperation* hshift) {
2186 LOperand* left = UseRegisterAtStart(hleft);
2180 DoShiftedBinaryOp( HBinaryOperation* hinstr, HValue* hleft, HBitwiseBinaryOperation* hshift) argument
[all...]

Completed in 91 milliseconds