Home | History | Annotate | Download | only in mips

Lines Matching full:return_equal

1117   Label heap_number, return_equal;
1140 // Normally here we fall through to return_equal, but undefined is
1144 __ Branch(&return_equal, ne, t4, Operand(ODDBALL_TYPE));
1146 __ Branch(&return_equal, ne, a0, Operand(t2));
1160 __ bind(&return_equal);
1187 __ Branch(&return_equal, ne, t3, Operand(exp_mask_reg));