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

/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
555 private final boolean associative; field in class:ArithmeticOpTable.BinaryOp
558 BinaryOp(String operation, boolean associative, boolean commutative) argument
[all...]

Completed in 51 milliseconds