Home | History | Annotate | Download | only in mips

Lines Matching defs:IsSmi

400     } else if (r.IsSmi()) {
468 bool LCodeGen::IsSmi(LConstantOperand* op) const {
469 return chunk_->LookupLiteralRepresentation(op).IsSmi();
506 if (r.IsSmi()) {
1393 if (instr->hydrogen()->representation().IsSmi()) {
1402 if (instr->hydrogen()->representation().IsSmi()) {
1524 if (instr->hydrogen_value()->representation().IsSmi() &&
1901 if (r.IsInteger32() || r.IsSmi()) {
1918 } else if (type.IsSmi()) {
2116 if (instr->hydrogen_value()->representation().IsSmi()) {
2125 if (instr->hydrogen_value()->representation().IsSmi()) {
2712 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
2801 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
2833 if (instr->hydrogen()->key()->representation().IsSmi()) {
3466 if (exponent_type.IsSmi()) {
3730 DCHECK(!representation.IsSmi() ||
3732 IsSmi(LConstantOperand::cast(instr->value())));
3849 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3935 int shift_size = (instr->hydrogen()->key()->representation().IsSmi())
3983 if (instr->hydrogen()->key()->representation().IsSmi()) {
4690 if (instr->hydrogen()->value()->representation().IsSmi()) {
4715 NumberUntagDMode mode = value->representation().IsSmi()