Searched refs:stxfsr (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.inline.hpp270 inline void Assembler::stxfsr( Register s1, Register s2) { v9_only(); emit_long( op(ldst_op) | rd(G1) | op3(stfsr_op3) | rs1(s1) | rs2(s2) ); } function in class:Assembler
271 inline void Assembler::stxfsr( Register s1, int simm13a) { v9_only(); emit_data( op(ldst_op) | rd(G1) | op3(stfsr_op3) | rs1(s1) | immed(true) | simm(simm13a, 13)); } function in class:Assembler
H A Dassembler_sparc.cpp474 stxfsr( I6, I5 );
475 stxfsr( L4, -1 );
H A Dassembler_sparc.hpp1663 inline void stxfsr( Register s1, Register s2 );
1664 inline void stxfsr( Register s1, int simm13a);
H A DsharedRuntime_sparc.cpp210 __ stxfsr(SP, fsr_offset+STACK_BIAS);

Completed in 77 milliseconds