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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/
H A DAMD64Binary.java324 public static class MemoryTwoOp extends AMD64LIRInstruction implements ImplicitNullCheck { class in class:AMD64Binary
336 public MemoryTwoOp(AMD64RMOp opcode, OperandSize size, AllocatableValue result, AllocatableValue x, AMD64AddressValue y, LIRFrameState state) { method in class:AMD64Binary.MemoryTwoOp

Completed in 96 milliseconds