Searched refs:load_unsigned_byte (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp261 __ load_unsigned_byte(temp_reg, at_bcp(0));
357 __ load_unsigned_byte(rbx, at_bcp(1));
501 __ load_unsigned_byte(reg, at_bcp(offset));
512 __ load_unsigned_byte(rbx, at_bcp(Bytecodes::length_for(Bytecodes::_iload)));
805 __ load_unsigned_byte(rbx, at_bcp(Bytecodes::length_for(Bytecodes::_aload_0)));
1595 __ load_unsigned_byte(rbx, Address(rsi, rdx, Address::times_1, 0));
1697 __ load_unsigned_byte(rbx, Address(rsi, 0));
1710 __ load_unsigned_byte(rbx, Address(rsi, 0)); // restore target bytecode
1722 __ load_unsigned_byte(rbx, Address(rsi, 0)); // restore target bytecode
1867 __ load_unsigned_byte(rb
[all...]
H A DtemplateTable_x86_64.cpp267 __ load_unsigned_byte(temp_reg, at_bcp(0));
371 __ load_unsigned_byte(rbx, at_bcp(1));
518 __ load_unsigned_byte(reg, at_bcp(offset));
530 __ load_unsigned_byte(rbx,
817 __ load_unsigned_byte(rbx,
1624 __ load_unsigned_byte(rbx, Address(r13, rdx, Address::times_1, 0));
1729 __ load_unsigned_byte(rbx, Address(r13, 0));
1742 __ load_unsigned_byte(rbx, Address(r13, 0)); // restore target bytecode
1757 __ load_unsigned_byte(rbx, Address(r13, 0)); // restore target bytecode
1903 __ load_unsigned_byte(rb
[all...]
H A Dinterp_masm_x86_32.cpp230 load_unsigned_byte(reg, Address(rsi, bcp_offset));
486 load_unsigned_byte(rbx, Address(rsi, step));
495 load_unsigned_byte(rbx, Address(rsi, 0));
H A Dinterp_masm_x86_64.cpp228 load_unsigned_byte(index, Address(r13, bcp_offset));
486 load_unsigned_byte(rbx, Address(r13, step));
494 load_unsigned_byte(rbx, Address(r13, 0));
H A Dassembler_x86.hpp1886 int load_unsigned_byte(Register dst, Address src);
H A Dassembler_x86.cpp7948 off = load_unsigned_byte(dst, src);
7975 int MacroAssembler::load_unsigned_byte(Register dst, Address src) { function in class:MacroAssembler
8019 case 1: is_signed ? load_signed_byte( dst, src) : load_unsigned_byte( dst, src); break;

Completed in 170 milliseconds