Searched refs:fxch (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp105 void fxch(int i);
H A Dc1_LIRAssembler.cpp534 fxch(op->in_opr()->as_jint());
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp955 LIR_Op1* fxch = new LIR_Op1(lir_fxch, LIR_OprFact::intConst(slot)); local
956 instrs->instructions_list()->push(fxch);
H A Dassembler_x86.cpp3952 fxch();
3958 fxch();
4140 void Assembler::fxch(int i) { function in class:Assembler
7683 fxch();
7707 fxch(); fpop();
7708 fxch(); fpop();
7811 fxch(); fpop();
7812 fxch(); fpop();
7859 // Note: fxch & fpop to get rid of ST1
7861 fxch(
[all...]
H A Dc1_LIRAssembler_x86.cpp173 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler
174 __ fxch(i);
H A Dassembler_x86.hpp1158 void fxch(int i = 1);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3128 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler

Completed in 1815 milliseconds