Searched defs:next_test (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc913 Label next_test; // Recycled for each test. local
926 __ bind(&next_test);
927 next_test.Unuse();
942 __ b(ne, &next_test);
960 __ b(ne, &next_test);
966 __ b(ne, &next_test);
973 __ bind(&next_test);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc913 Label next_test; // Recycled for each test. local
926 __ Bind(&next_test);
927 next_test.Unuse();
940 __ B(ne, &next_test);
956 __ JumpIfNotRoot(x0, Heap::kTrueValueRootIndex, &next_test);
961 __ Cbnz(x0, &next_test);
968 __ Bind(&next_test);
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc856 Label next_test; // Recycled for each test. local
869 __ bind(&next_test);
870 next_test.Unuse();
886 __ j(not_equal, &next_test);
902 __ j(not_equal, &next_test);
908 __ j(not_equal, &next_test);
915 __ bind(&next_test);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc912 Label next_test; // Recycled for each test. local
925 __ bind(&next_test);
926 next_test.Unuse();
941 __ Branch(&next_test, ne, a1, Operand(a0));
959 __ Branch(&next_test, ne, v0, Operand(at));
964 __ Branch(&next_test, ne, v0, Operand(zero_reg));
971 __ bind(&next_test);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc911 Label next_test; // Recycled for each test. local
924 __ bind(&next_test);
925 next_test.Unuse();
940 __ Branch(&next_test, ne, a1, Operand(a0));
958 __ Branch(&next_test, ne, v0, Operand(at));
963 __ Branch(&next_test, ne, v0, Operand(zero_reg));
970 __ bind(&next_test);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc877 Label next_test; // Recycled for each test. local
890 __ bind(&next_test);
891 next_test.Unuse();
906 __ bne(&next_test);
924 __ bne(&next_test);
930 __ bne(&next_test);
937 __ bind(&next_test);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc848 Label next_test; // Recycled for each test. local
861 __ bind(&next_test);
862 next_test.Unuse();
878 __ bne(&next_test);
895 __ bne(&next_test);
901 __ bne(&next_test);
908 __ bind(&next_test);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc871 Label next_test; // Recycled for each test. local
884 __ bind(&next_test);
885 next_test.Unuse();
901 __ j(not_equal, &next_test);
918 __ j(not_equal, &next_test);
924 __ j(not_equal, &next_test);
931 __ bind(&next_test);
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc848 Label next_test; // Recycled for each test. local
861 __ bind(&next_test);
862 next_test.Unuse();
878 __ j(not_equal, &next_test);
894 __ j(not_equal, &next_test);
900 __ j(not_equal, &next_test);
907 __ bind(&next_test);

Completed in 189 milliseconds