Searched refs:AMD64Arithmetic (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64Arithmetic.java40 public enum AMD64Arithmetic { enum
47 @Opcode private final AMD64Arithmetic opcode;
53 public FPDivRemOp(AMD64Arithmetic opcode, AllocatableValue result, AllocatableValue x, AllocatableValue y) {
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64/src/org/graalvm/compiler/core/amd64/
H A DAMD64ArithmeticLIRGenerator.java67 import static org.graalvm.compiler.lir.amd64.AMD64Arithmetic.DREM;
68 import static org.graalvm.compiler.lir.amd64.AMD64Arithmetic.FREM;
97 import org.graalvm.compiler.lir.amd64.AMD64Arithmetic.FPDivRemOp;

Completed in 93 milliseconds