HomeSort by relevance Sort by last modified time
    Searched refs:no_carry (Results 1 - 4 of 4) sorted by null

  /external/v8/src/mips/
code-stubs-mips.cc 835 Label while_true, no_carry, loop_end; local
840 __ Branch(&no_carry, eq, scratch2, Operand(zero_reg));
842 __ bind(&no_carry);
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 832 Label while_true, no_carry, loop_end; local
837 __ Branch(&no_carry, eq, scratch2, Operand(zero_reg));
839 __ bind(&no_carry);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 802 Label while_true, no_carry, loop_end; local
805 __ beq(&no_carry, cr0);
807 __ bind(&no_carry);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 772 Label while_true, no_carry, loop_end; local
776 __ beq(&no_carry, Label::kNear);
778 __ bind(&no_carry);
    [all...]

Completed in 182 milliseconds