Lines Matching refs:not_int32
768 Label* not_int32) {
789 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32);
805 // Jump to not_int32 if the operation did not succeed.
806 __ Branch(not_int32, ne, except_flag, Operand(zero_reg));
824 // Jump to not_int32 if that's not the case.
825 DoubleIs32BitInteger(masm, dst1, dst2, scratch1, scratch2, not_int32);
844 Label* not_int32) {
860 __ JumpIfNotHeapNumber(object, heap_number_map, scratch1, not_int32);
878 // Jump to not_int32 if the operation did not succeed.
879 __ Branch(not_int32, ne, except_flag, Operand(zero_reg));
893 DoubleIs32BitInteger(masm, scratch1, scratch2, dst, scratch3, not_int32);
924 Label* not_int32) {
940 __ Branch(not_int32, lt, scratch, Operand(zero_reg));
949 __ Branch(not_int32, gt, tmp, Operand(30));
952 __ Branch(not_int32, ne, tmp, Operand(zero_reg));
975 __ Branch(not_int32, ne, src1, Operand(zero_reg));