Home | History | Annotate | Download | only in mips

Lines Matching refs:Split

703   Split(ne, v0, Operand(at), if_true, if_false, fall_through);
707 void FullCodeGenerator::Split(Condition cc,
793 Split(eq, a0, Operand(t0), if_true, if_false, NULL);
2522 Split(eq, t0, Operand(zero_reg), if_true, if_false, fall_through);
2543 Split(eq, at, Operand(zero_reg), if_true, if_false, fall_through);
2573 Split(le, a1, Operand(LAST_NONCALLABLE_SPEC_OBJECT_TYPE),
2596 Split(ge, a1, Operand(FIRST_SPEC_OBJECT_TYPE),
2621 Split(ne, at, Operand(zero_reg), if_true, if_false, fall_through);
2749 Split(eq, a1, Operand(JS_ARRAY_TYPE),
2772 Split(eq, a1, Operand(JS_REGEXP_TYPE), if_true, if_false, fall_through);
2802 Split(eq, a1, Operand(Smi::FromInt(StackFrame::CONSTRUCT)),
2826 Split(eq, v0, Operand(a1), if_true, if_false, fall_through);
3505 Split(eq, a0, Operand(zero_reg), if_true, if_false, fall_through);
4052 // We could eliminate this smi check if we split the code at
4182 Split(eq, v0, Operand(at), if_true, if_false, fall_through);
4190 Split(eq, a1, Operand(zero_reg),
4196 Split(eq, v0, Operand(at), if_true, if_false, fall_through);
4200 Split(eq, v0, Operand(at), if_true, if_false, fall_through);
4209 Split(ne, a1, Operand(zero_reg), if_true, if_false, fall_through);
4215 Split(eq, a1, Operand(JS_FUNCTION_PROXY_TYPE),
4231 Split(eq, a1, Operand(zero_reg), if_true, if_false, fall_through);
4264 Split(eq, v0, Operand(t0), if_true, if_false, fall_through);
4273 Split(eq, v0, Operand(zero_reg), if_true, if_false, fall_through);
4311 Split(cc, a1, Operand(a0), if_true, if_false, NULL);
4320 Split(cc, v0, Operand(zero_reg), if_true, if_false, fall_through);
4348 Split(eq, a0, Operand(a1), if_true, if_false, fall_through);
4361 Split(ne, a1, Operand(zero_reg), if_true, if_false, fall_through);