Searched refs:sth (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp277 inline void Assembler::sth( Register d, Register s1, Register s2) { emit_long( op(ldst_op) | rd(d) | op3(sth_op3) | rs1(s1) | rs2(s2) ); } function in class:Assembler
278 inline void Assembler::sth( Register d, Register s1, int simm13a) { emit_data( op(ldst_op) | rd(d) | op3(sth_op3) | rs1(s1) | immed(true) | simm(simm13a, 13)); } function in class:Assembler
300 inline void Assembler::sth(Register d, const Address& a, int offset) { function in class:Assembler
301 if (a.has_index()) { assert(offset == 0, ""); sth(d, a.base(), a.index() ); }
302 else { sth(d, a.base(), a.disp() + offset); }
322 inline void Assembler::sth(Register d, Register s1, RegisterOrConstant s2) { sth(d, Address(s1, s2)); } function in class:Assembler
833 inline void MacroAssembler::clrh( Register s1, Register s2) { sth( G0, s1, s2 ); }
838 inline void MacroAssembler::clrh( Register s1, int simm13a) { sth( G0, s1, simm13a); }
H A DstubGenerator_sparc.cpp1656 __ sth(O3, to, -2);
1667 __ sth(O3, to, -4);
1668 __ sth(O4, to, -2);
1697 __ sth(O3, to, offset);
1785 __ sth(value, to, 0);
1870 __ sth(value, to, 0);
1920 __ sth(value, to, 0);
1925 __ sth(value, to, 0);
1927 __ delayed()->sth(value, to, 2);
1989 __ sth(O
[all...]
H A DnativeInst_sparc.cpp632 a->sth( G5, G4, al1.low10() ); idx++;
634 a->sth( G5, G4, I3 ); idx++;
776 a->sth( G5, G4, al.low10()); idx++;
778 a->sth( G5, G4, I3 ); idx++;
H A Dassembler_sparc.hpp1675 inline void sth( Register d, Register s1, Register s2 );
1676 inline void sth( Register d, Register s1, int simm13a);
1692 inline void sth( Register d, const Address& a, int offset = 0 );
1699 inline void sth( Register d, Register s1, RegisterOrConstant s2 );
H A Dc1_LIRAssembler_sparc.cpp811 case T_CHAR : __ sth(from_reg->as_register(), base, offset); break;
812 case T_SHORT : __ sth(from_reg->as_register(), base, offset); break;
874 case T_CHAR : __ sth(from_reg->as_register(), base, disp); break;
875 case T_SHORT : __ sth(from_reg->as_register(), base, disp); break;
H A DtemplateTable_sparc.cpp950 __ sth(Otos_i, O2, arrayOopDesc::base_offset_in_bytes(T_CHAR));
2769 __ sth(Otos_i, Rclass, Roffset);
2786 __ sth(Otos_i, Rclass, Roffset);
2869 case Bytecodes::_fast_sputfield: __ sth(Otos_i, Rclass, Roffset); break;
H A Dassembler_sparc.cpp482 sth( L5, O2, I7 );
483 sth( I7, I6, -1 );
2507 case 2: sth( src, dst); break;
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1137 setTreeHintsClosure<Chunk> sth(0);
1138 sth.do_tree(root());

Completed in 129 milliseconds