Searched refs:not_int32 (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/mips/ |
D | code-stubs-mips.h | 752 Label* not_int32); 782 Label* not_int32); 798 Label* not_int32); 819 Label* not_int32);
|
D | code-stubs-mips.cc | 768 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 …]
|
D | macro-assembler-mips.h | 753 Label *not_int32);
|
D | macro-assembler-mips.cc | 1308 Label *not_int32) { in ConvertToInt32() argument 1327 Branch(not_int32, gt, scratch2, Operand(non_smi_exponent)); in ConvertToInt32()
|
/external/v8/src/arm/ |
D | code-stubs-arm.h | 752 Label* not_int32); 782 Label* not_int32); 798 Label* not_int32); 819 Label* not_int32);
|
D | code-stubs-arm.cc | 755 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 …]
|
D | macro-assembler-arm.h | 922 Label *not_int32);
|
D | macro-assembler-arm.cc | 2325 Label *not_int32) { in ConvertToInt32() argument 2339 b(ge, not_int32); in ConvertToInt32() 2374 b(gt, not_int32); in ConvertToInt32()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 641 Label* not_int32); 1695 Label not_int32; in GenerateInt32Stub() local 1699 FloatingPointHelper::CheckSSE2OperandsAreInt32(masm, ¬_int32, ecx); in GenerateInt32Stub() 1712 __ j(not_zero, ¬_int32); in GenerateInt32Stub() 1713 __ j(carry, ¬_int32); in GenerateInt32Stub() 1724 FloatingPointHelper::CheckFloatOperandsAreInt32(masm, ¬_int32); in GenerateInt32Stub() 1742 __ bind(¬_int32); in GenerateInt32Stub() 1759 Label not_int32; in GenerateInt32Stub() local 1770 ¬_int32); in GenerateInt32Stub() 1829 __ bind(¬_int32); in GenerateInt32Stub() [all …]
|