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

/openjdk10/hotspot/src/cpu/x86/vm/
H A DmacroAssembler_x86_sin.cpp1299 fxch(1);
1305 fxch(1);
1310 fxch(1);
1319 fxch(2);
1322 fxch(1);
1329 fxch(1);
1335 fxch(1);
1340 fxch(1);
1349 fxch(1);
1351 fxch(
[all...]
H A DmacroAssembler_x86_tan.cpp1302 fxch(1);
1306 fxch(1);
1310 fxch(1);
1314 fxch(1);
1318 fxch(1);
1322 fxch(1);
1326 fxch(1);
1330 fxch(1);
1338 fxch(3);
1345 fxch(
[all...]
H A Dc1_LinearScan_x86.cpp855 LIR_Op1* fxch = new LIR_Op1(lir_fxch, LIR_OprFact::intConst(slot)); local
856 instrs->instructions_list()->push(fxch);
H A Dc1_LIRAssembler_x86.cpp175 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler
176 __ fxch(i);
H A Dassembler_x86.hpp1214 void fxch(int i = 1);
H A Dassembler_x86.cpp6948 fxch();
6954 fxch();
7136 void Assembler::fxch(int i) { function in class:Assembler
H A DmacroAssembler_x86.cpp3147 // Note: fxch & fpop to get rid of ST1
3149 fxch(1);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64Arithmetic.java86 masm.fxch(1);
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRAssembler.hpp108 void fxch(int i);
H A Dc1_LIRAssembler.cpp529 fxch(op->in_opr()->as_jint());
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3038 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp146 void LIR_Assembler::fxch(int i) { Unimplemented(); } function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2872 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2800 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java3685 public void fxch(int i) { method in class:AMD64Assembler
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp100 void LIR_Assembler::fxch(int i) { function in class:LIR_Assembler

Completed in 278 milliseconds