Searched refs:Lslow (Results 1 - 3 of 3) sorted by relevance

/openjdk10/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.cpp3487 Label Lloop, Lslow; local
3492 beq(CCR0, Lslow);
3525 bind(Lslow); // Fallback to slow version
3548 Label Lloop, Lslow; local
3552 beq(CCR0, Lslow);
3581 bind(Lslow); // Fallback to slow version
3604 Label Ldone, Lslow, Lloop, Lreturn_diff; local
3656 bne(CCR0, Lslow);
3667 bind(Lslow);
3981 Label Lfastloop, Lslow, Lloo local
[all...]
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.cpp4135 Label Lloop, Lslow; local
4142 br(Assembler::less, false, Assembler::pn, Lslow);
4148 br(Assembler::notZero, false, Assembler::pn, Lslow);
4197 bind(Lslow);
4224 Label Lloop, Lslow; local
4231 br(Assembler::less, false, Assembler::pn, Lslow);
4237 br(Assembler::notZero, false, Assembler::pn, Lslow);
4264 bind(Lslow);
/openjdk10/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.cpp4908 Label Lloop1, Lloop2, Lslow, Ldone;
4918 z_brl(Lslow);
4935 z_brne(Lslow); // Failed fast case, retry slowly.
4949 bind(Lslow);
5006 Label Lloop1, Lloop2, Lslow, Ldone;
5012 z_brl(Lslow);
5029 bind(Lslow);
5053 Label Lloop1, Lloop2, Lslow, Lnotfound, Ldone;
5064 z_brl(Lslow);
5078 bind(Lslow);
[all...]

Completed in 216 milliseconds