Searched defs:other_color (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dmacro-assembler-arm.cc3638 Label other_color, word_boundary; local
3641 b(first_bit == 1 ? eq : ne, &other_color);
3647 jmp(&other_color);
3653 bind(&other_color);
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc3015 Label other_color, word_boundary; local
3017 j(first_bit == 1 ? zero : not_zero, &other_color, Label::kNear);
3022 jmp(&other_color, Label::kNear);
3029 bind(&other_color);
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.cc6799 Label other_color; local
6803 Branch(&other_color, first_bit == 1 ? eq : ne, t8, Operand(zero_reg));
6809 bind(&other_color);
/external/v8/src/s390/
H A Dmacro-assembler-s390.cc3102 Label other_color, word_boundary; local
3106 b(first_bit == 1 ? eq : ne, &other_color, Label::kNear);
3115 b(&other_color, Label::kNear);
3121 bind(&other_color);
/external/v8/src/x87/
H A Dmacro-assembler-x87.cc2862 Label other_color, word_boundary; local
2864 j(first_bit == 1 ? zero : not_zero, &other_color, Label::kNear);
2869 jmp(&other_color, Label::kNear);
2876 bind(&other_color);
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.cc4256 Label other_color; local
4258 Tbz(bitmap_scratch, 0, &other_color);
4264 Bind(&other_color);
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc6384 Label other_color, word_boundary; local
6387 Branch(&other_color, first_bit == 1 ? eq : ne, t8, Operand(zero_reg));
6393 jmp(&other_color);
6399 bind(&other_color);
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.cc3378 Label other_color, word_boundary; local
3382 b(first_bit == 1 ? eq : ne, &other_color, cr0);
3390 b(&other_color);
3396 bind(&other_color);

Completed in 303 milliseconds