Searched refs:L_fill_8_bytes_loop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1843 Label L_fill_8_bytes_loop; local
1844 __ BIND(L_fill_8_bytes_loop);
1847 __ brx(Assembler::greaterEqual, false, Assembler::pn, L_fill_8_bytes_loop);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp11418 Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes; local
11441 BIND(L_fill_8_bytes_loop);
11447 jcc(Assembler::greaterEqual, L_fill_8_bytes_loop);
11462 Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes; local
11523 BIND(L_fill_8_bytes_loop);
11528 jcc(Assembler::greaterEqual, L_fill_8_bytes_loop);

Completed in 75 milliseconds