Searched defs:L_fill_32_bytes_loop (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp1820 Label L_fill_32_bytes_loop, L_fill_4_bytes; local
1822 __ BIND(L_fill_32_bytes_loop);
1830 __ brx(Assembler::greaterEqual, false, Assembler::pt, L_fill_32_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
11424 BIND(L_fill_32_bytes_loop);
11432 jcc(Assembler::greaterEqual, L_fill_32_bytes_loop);
11462 Label L_fill_32_bytes_loop, L_check_fill_8_bytes, L_fill_8_bytes_loop, L_fill_8_bytes; local
11498 BIND(L_fill_32_bytes_loop);
11512 jcc(Assembler::greaterEqual, L_fill_32_bytes_loop);

Completed in 73 milliseconds