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

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64/src/org/graalvm/compiler/core/amd64/
H A DAMD64ArithmeticLIRGenerator.java342 private Variable emitIMULConst(OperandSize size, AllocatableValue a, ConstantValue b) { method in class:AMD64ArithmeticLIRGenerator
363 return emitIMULConst(size, getLIRGen().asAllocatable(a), asConstantValue(b));
365 return emitIMULConst(size, getLIRGen().asAllocatable(b), asConstantValue(a));

Completed in 40 milliseconds