Home
last modified time | relevance | path

Searched refs:not_int32 (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/mips/
Dcode-stubs-mips.h752 Label* not_int32);
782 Label* not_int32);
798 Label* not_int32);
819 Label* not_int32);
Dcode-stubs-mips.cc768 Label* not_int32) { in LoadNumberAsInt32Double() argument
789 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32); in LoadNumberAsInt32Double()
806 __ Branch(not_int32, ne, except_flag, Operand(zero_reg)); in LoadNumberAsInt32Double()
825 DoubleIs32BitInteger(masm, dst1, dst2, scratch1, scratch2, not_int32); in LoadNumberAsInt32Double()
844 Label* not_int32) { in LoadNumberAsInt32() argument
860 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32); in LoadNumberAsInt32()
879 __ Branch(not_int32, ne, except_flag, Operand(zero_reg)); in LoadNumberAsInt32()
893 DoubleIs32BitInteger(masm, scratch1, scratch2, dst, scratch3, not_int32); in LoadNumberAsInt32()
924 Label* not_int32) { in DoubleIs32BitInteger() argument
940 __ Branch(not_int32, lt, scratch, Operand(zero_reg)); in DoubleIs32BitInteger()
[all …]
Dmacro-assembler-mips.h753 Label *not_int32);
Dmacro-assembler-mips.cc1308 Label *not_int32) { in ConvertToInt32() argument
1327 Branch(not_int32, gt, scratch2, Operand(non_smi_exponent)); in ConvertToInt32()
/external/v8/src/arm/
Dcode-stubs-arm.h752 Label* not_int32);
782 Label* not_int32);
798 Label* not_int32);
819 Label* not_int32);
Dcode-stubs-arm.cc755 Label* not_int32) { in LoadNumberAsInt32Double() argument
776 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32); in LoadNumberAsInt32Double()
793 __ b(ne, not_int32); in LoadNumberAsInt32Double()
812 DoubleIs32BitInteger(masm, dst1, dst2, scratch1, scratch2, not_int32); in LoadNumberAsInt32Double()
830 Label* not_int32) { in LoadNumberAsInt32() argument
846 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32); in LoadNumberAsInt32()
865 __ b(ne, not_int32); in LoadNumberAsInt32()
880 DoubleIs32BitInteger(masm, scratch1, scratch2, dst, scratch3, not_int32); in LoadNumberAsInt32()
906 Label* not_int32) { in DoubleIs32BitInteger() argument
922 __ b(mi, not_int32); in DoubleIs32BitInteger()
[all …]
Dmacro-assembler-arm.h922 Label *not_int32);
Dmacro-assembler-arm.cc2325 Label *not_int32) { in ConvertToInt32() argument
2339 b(ge, not_int32); in ConvertToInt32()
2374 b(gt, not_int32); in ConvertToInt32()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc641 Label* not_int32);
1695 Label not_int32; in GenerateInt32Stub() local
1699 FloatingPointHelper::CheckSSE2OperandsAreInt32(masm, &not_int32, ecx); in GenerateInt32Stub()
1712 __ j(not_zero, &not_int32); in GenerateInt32Stub()
1713 __ j(carry, &not_int32); in GenerateInt32Stub()
1724 FloatingPointHelper::CheckFloatOperandsAreInt32(masm, &not_int32); in GenerateInt32Stub()
1742 __ bind(&not_int32); in GenerateInt32Stub()
1759 Label not_int32; in GenerateInt32Stub() local
1770 &not_int32); in GenerateInt32Stub()
1829 __ bind(&not_int32); in GenerateInt32Stub()
[all …]