Searched defs:fxch (Results 1 - 4 of 4) sorted by relevance

/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 Dc1_LIRAssembler_x86.cpp173 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler
174 __ fxch(i);
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...]
/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 87 milliseconds