HomeSort by relevance Sort by last modified time
    Searched full:not_int32 (Results 1 - 7 of 7) sorted by null

  /external/v8/src/mips/
code-stubs-mips.cc 148 // not_int32. If FPU is supported double_scratch is used but not scratch2.
156 Label* not_int32);
211 Label* not_int32) {
macro-assembler-mips.h 542 // to not_int32 label. If FPU is available double_scratch is used but not
549 Label *not_int32);
    [all...]
macro-assembler-mips.cc 804 // number. Rounds towards 0. Branch to 'not_int32' if the double is out of the
813 Label *not_int32) {
830 // If the exponent is higher than that then go to not_int32 case. This
832 Branch(not_int32, gt, scratch2, Operand(non_smi_exponent));
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 411 Label* not_int32);
414 // Control will jump to not_int32 if the value cannot be exactly represented
428 Label* not_int32);
431 // Control will jump to not_int32 if the object cannot be exactly represented
444 Label* not_int32);
449 // Control jumps to not_int32 if the value is not a 32-bit integer, and falls
465 Label* not_int32);
664 Label* not_int32) {
740 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32);
756 // Jump to not_int32 if the operation did not succeed
    [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h 649 // to not_int32 label. If VFP3 is available double_scratch is used but not
656 Label *not_int32);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 352 Label* not_int32);
923 Label not_int32; local
927 FloatingPointHelper::CheckSSE2OperandsAreInt32(masm, &not_int32, ecx);
940 __ j(not_zero, &not_int32);
941 __ j(carry, &not_int32);
987 Label not_int32; local
    [all...]

Completed in 1085 milliseconds