< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.amd64/src/org/graalvm/compiler/lir/amd64/AMD64BinaryConsumer.java

Print this page

        

*** 129,138 **** --- 129,142 ---- } protected boolean shouldAnnotate() { return false; } + + public AMD64MIOp getOpcode() { + return opcode; + } } /** * Instruction that has one {@link AllocatableValue} operand and one 32-bit immediate operand * that needs to be patched at runtime.
< prev index next >