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

/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dassembler_ppc.cpp105 int simm16_rest = load_const_optimized(d, roc.as_constant(), noreg, true); local
106 Assembler::ld(d, simm16_rest, d);
124 int simm16_rest = load_const_optimized(d, roc.as_constant(), noreg, true); local
125 Assembler::lwa(d, simm16_rest, d);
143 int simm16_rest = load_const_optimized(d, roc.as_constant(), noreg, true); local
144 Assembler::lwz(d, simm16_rest, d);
162 int simm16_rest = load_const_optimized(d, roc.as_constant(), noreg, true); local
163 Assembler::lha(d, simm16_rest, d);
181 int simm16_rest = load_const_optimized(d, roc.as_constant(), noreg, true); local
182 Assembler::lhz(d, simm16_rest,
200 int simm16_rest = load_const_optimized(d, roc.as_constant(), noreg, true); local
220 int simm16_rest = load_const_optimized(tmp, roc.as_constant(), noreg, true); local
241 int simm16_rest = load_const_optimized(tmp, roc.as_constant(), noreg, true); local
262 int simm16_rest = load_const_optimized(tmp, roc.as_constant(), noreg, true); local
283 int simm16_rest = load_const_optimized(tmp, roc.as_constant(), noreg, true); local
509 int simm16_rest = load_const_optimized(tmp1, x, tmp2, return_simm16_rest); local
[all...]
H A Dinterp_masm_ppc_64.cpp2123 int simm16_rest = load_const_optimized(Rtmp, &Interpreter::_rethrow_exception_entry, R0, true); local
2124 ld(Rtmp, simm16_rest, Rtmp);

Completed in 101 milliseconds