Searched defs:commutative (Results 1 - 4 of 4) 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.java183 private Variable emitBinary(LIRKind resultKind, AMD64BinaryArithmetic op, OperandSize size, boolean commutative, Value a, Value b, boolean setFlags) { argument
193 private Variable emitBinary(LIRKind resultKind, AMD64RMOp op, OperandSize size, boolean commutative, Value a, Value b) { argument
203 private Variable emitBinary(LIRKind resultKind, AMD64RRMOp op, OperandSize size, boolean commutative, Value a, Value b) { argument
213 emitBinaryConst(LIRKind resultKind, AMD64BinaryArithmetic op, OperandSize size, boolean commutative, AllocatableValue a, ConstantValue b, boolean setFlags) argument
265 emitBinaryVar(LIRKind resultKind, AMD64RMOp op, OperandSize size, boolean commutative, AllocatableValue a, AllocatableValue b) argument
275 emitBinaryVar(LIRKind resultKind, AMD64RRMOp op, OperandSize size, boolean commutative, AllocatableValue a, AllocatableValue b) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64/src/org/graalvm/compiler/core/aarch64/
H A DAArch64ArithmeticLIRGenerator.java290 protected Variable emitBinary(ValueKind<?> resultKind, AArch64ArithmeticOp op, boolean commutative, Value a, Value b) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.match.processor/src/org/graalvm/compiler/core/match/processor/
H A DMatchProcessor.java343 final boolean commutative; field in class:MatchProcessor.TypeDescriptor
353 TypeDescriptor(TypeMirror mirror, String shortName, String nodeClass, String nodePackage, String[] inputs, boolean commutative, boolean shareable) { argument
380 private void declareType(TypeMirror mirror, String shortName, String nodeClass, String nodePackage, String[] inputs, boolean commutative, boolean shareable, Element element) { argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DArithmeticOpTable.java487 protected Add(boolean associative, boolean commutative) { argument
494 protected Sub(boolean associative, boolean commutative) { argument
501 protected Mul(boolean associative, boolean commutative) { argument
508 protected MulHigh(boolean associative, boolean commutative) { argument
515 protected UMulHigh(boolean associative, boolean commutative) { argument
522 Div(boolean associative, boolean commutative) argument
529 Rem(boolean associative, boolean commutative) argument
536 And(boolean associative, boolean commutative) argument
543 Or(boolean associative, boolean commutative) argument
550 Xor(boolean associative, boolean commutative) argument
556 private final boolean commutative; field in class:ArithmeticOpTable.BinaryOp
558 BinaryOp(String operation, boolean associative, boolean commutative) argument
[all...]

Completed in 109 milliseconds