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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp59 && inv_rd(long_at(0)) != G0); }
77 && Assembler::inv_rd(x) == O7;
87 && inv_rd(x) == G0;
111 (inv_rd(x) == G0) && (inv_rs1(x) == SP) && (inv_rs2(x) == G3_scratch);
122 (inv_rd(x) == G0) && (inv_rs1(x) == O7);
132 (inv_rd(x) == G0) && (inv_immed(x) ? Assembler::inv_simm13(x) == 0 : inv_rs2(x) == G0);
182 static Register inv_rd( int x ) { return Assembler::inv_rd( x); } function in class:VALUE_OBJ_CLASS_SPEC
538 Register destination() { return inv_rd(long_at(sethi_offset)); }
597 Register destination() { return inv_rd(long_a
[all...]
H A Dassembler_sparc.hpp960 static Register inv_rd( int x ) { return as_Register(inv_u_field(x, 29, 25)); } function in class:Assembler

Completed in 2542 milliseconds