Home | History | Annotate | Download | only in mips

Lines Matching defs:true_label

2673   Label true_label, done;
2682 __ Branch(&true_label, eq, result, Operand(zero_reg));
2685 __ bind(&true_label);
5509 Condition LCodeGen::EmitTypeofIs(Label* true_label,
5522 __ JumpIfSmi(input, true_label);
5551 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input));
5559 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input));
5575 __ Branch(true_label, eq, input, Operand(JS_FUNCTION_TYPE));
5583 __ Branch(USE_DELAY_SLOT, true_label, eq, at, Operand(input));