Searched refs:move_op (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp214 void move_op(LIR_Opr src, LIR_Opr result, BasicType type,
H A Dc1_LIRAssembler.cpp501 move_op(op->in_opr(), op->result_opr(), op->type(),
796 void LIR_Assembler::move_op(LIR_Opr src, LIR_Opr dest, BasicType type, LIR_PatchCode patch_code, CodeEmitInfo* info, bool pop_fpu_stack, bool unaligned, bool wide) { function in class:LIR_Assembler
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3242 move_op(src, dest, type, lir_patch_none, info, false, false, false);

Completed in 31 milliseconds