Lines Matching refs:IsSmiOrInteger32
686 if (instr->representation().IsSmiOrInteger32()) { in DoShift()
1168 LOperand* context = (r.IsDouble() || r.IsSmiOrInteger32()) in DoMathAbs()
1174 if (!r.IsDouble() && !r.IsSmiOrInteger32()) result = AssignPointerMap(result); in DoMathAbs()
1254 if (instr->representation().IsSmiOrInteger32()) { in DoBitwise()
1269 ASSERT(instr->representation().IsSmiOrInteger32()); in DoDivByPowerOf2I()
1304 ASSERT(instr->representation().IsSmiOrInteger32()); in DoDivI()
1324 if (instr->representation().IsSmiOrInteger32()) { in DoDiv()
1374 ASSERT(instr->representation().IsSmiOrInteger32()); in DoFlooringDivI()
1396 ASSERT(instr->representation().IsSmiOrInteger32()); in DoModByPowerOf2I()
1411 ASSERT(instr->representation().IsSmiOrInteger32()); in DoModByConstI()
1426 ASSERT(instr->representation().IsSmiOrInteger32()); in DoModI()
1442 if (instr->representation().IsSmiOrInteger32()) { in DoMod()
1453 if (instr->representation().IsSmiOrInteger32()) { in DoMul()
1517 if (instr->representation().IsSmiOrInteger32()) { in DoSub()
1546 if (instr->representation().IsSmiOrInteger32()) { in DoAdd()
1586 if (instr->representation().IsSmiOrInteger32()) { in DoMathMinMax()
1633 if (r.IsSmiOrInteger32()) { in DoCompareNumericAndBranch()
2107 ASSERT(instr->key()->representation().IsSmiOrInteger32()); in DoLoadKeyed()