Home | History | Annotate | Download | only in ia32

Lines Matching full:not_int32

352                                            Label* not_int32);
923 Label not_int32;
927 FloatingPointHelper::CheckSSE2OperandsAreInt32(masm, &not_int32, ecx);
940 __ j(not_zero, &not_int32);
941 __ j(carry, &not_int32);
952 FloatingPointHelper::CheckFloatOperandsAreInt32(masm, &not_int32);
970 __ bind(&not_int32);
987 Label not_int32;
992 FloatingPointHelper::CheckSSE2OperandsAreInt32(masm, &not_int32, ecx);
998 &not_int32);
1058 __ bind(&not_int32);
2183 Label* not_int32) {