Searched refs:load_unaligned_double (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | interp_masm_sparc.hpp | 227 void load_unaligned_double(Register r1, int offset, FloatRegister d);
|
H A D | interp_masm_sparc.cpp | 328 void InterpreterMacroAssembler::load_unaligned_double(Register r1, int offset, FloatRegister d) { function in class:InterpreterMacroAssembler 411 load_unaligned_double(Lesp, Interpreter::expr_offset_in_bytes(0), f); 1978 load_unaligned_double(index, Interpreter::local_offset_in_bytes(1), dst);
|
H A D | templateTable_sparc.cpp | 689 __ load_unaligned_double(Llocals, Interpreter::local_offset_in_bytes(n+1), dst);
|
Completed in 69 milliseconds