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

/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/calc/
H A DUnaryArithmeticNode.java40 public abstract class UnaryArithmeticNode<OP> extends UnaryNode implements ArithmeticOperation, ArithmeticLIRLowerable {
47 protected final SerializableUnaryFunction<OP> getOp;
49 protected UnaryArithmeticNode(NodeClass<? extends UnaryArithmeticNode<OP>> c, SerializableUnaryFunction<OP> getOp, ValueNode value) {
54 protected final UnaryOp<OP> getOp(ValueNode forValue) {
59 public final UnaryOp<OP> getArithmeticOp() {
78 protected static <OP> ValueNode findSynonym(ValueNode forValue, UnaryOp<OP> op) {
H A DShiftNode.java51 public abstract class ShiftNode<OP> extends BinaryNode implements ArithmeticOperation, ArithmeticLIRLowerable, NarrowableArithmeticNode {
58 protected final SerializableShiftFunction<OP> getOp;
66 protected ShiftNode(NodeClass<? extends ShiftNode<OP>> c, SerializableShiftFunction<OP> getOp, ValueNode x, ValueNode s) {
72 protected final ShiftOp<OP> getOp(ValueNode forValue) {
77 public final ShiftOp<OP> getArithmeticOp() {
H A DBinaryArithmeticNode.java53 public abstract class BinaryArithmeticNode<OP> extends BinaryNode implements ArithmeticOperation, ArithmeticLIRLowerable, Canonicalizable.Binary<ValueNode> {
60 protected final SerializableBinaryFunction<OP> getOp;
62 protected BinaryArithmeticNode(NodeClass<? extends BinaryArithmeticNode<OP>> c, SerializableBinaryFunction<OP> getOp, ValueNode x, ValueNode y) {
67 protected final BinaryOp<OP> getOp(ValueNode forX, ValueNode forY) {
74 public final BinaryOp<OP> getArithmeticOp() {
91 public static <OP> ConstantNode tryConstantFold(BinaryOp<OP> op, ValueNode forX, ValueNode forY, Stamp stamp) {
H A DIntegerConvertNode.java48 public abstract class IntegerConvertNode<OP, REV> extends UnaryNode implements ArithmeticOperation, ConvertNode, ArithmeticLIRLowerable {
51 protected final SerializableIntegerConvertFunction<OP> getOp;
60 protected IntegerConvertNode(NodeClass<? extends IntegerConvertNode<OP, REV>> c, SerializableIntegerConvertFunction<OP> getOp, SerializableIntegerConvertFunction<REV> getReverseOp, int inputBits,
77 protected final IntegerConvertOp<OP> getOp(ValueNode forValue) {
82 public final IntegerConvertOp<OP> getArithmeticOp() {
/openjdk9/jdk/src/java.base/share/classes/java/util/stream/
H A DStreamOpFlag.java221 * OP 11 11 11 10 01
248 set(Type.SPLITERATOR).set(Type.STREAM).setAndClear(Type.OP)),
269 set(Type.SPLITERATOR).set(Type.STREAM).setAndClear(Type.OP)),
282 set(Type.SPLITERATOR).set(Type.STREAM).setAndClear(Type.OP).clear(Type.TERMINAL_OP)
297 set(Type.SPLITERATOR).set(Type.STREAM).clear(Type.OP)),
328 set(Type.OP).set(Type.TERMINAL_OP));
354 OP, enum constant in enum:StreamOpFlag.Type
538 static final int OP_MASK = createMask(Type.OP);
/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DAlphaMath.h434 * Store ## STRATEGY ## CompsUsingOp(L_PREFIX, OP, R_PREFIX)
438 #define Store3ComponentsUsingOp(L_PREFIX, OP, R_PREFIX) \
440 L_PREFIX ## R OP R_PREFIX ## R; \
441 L_PREFIX ## G OP R_PREFIX ## G; \
442 L_PREFIX ## B OP R_PREFIX ## B; \
445 #define Store1ComponentUsingOp(L_PREFIX, OP, R_PREFIX) \
446 L_PREFIX ## G OP R_PREFIX ## G
448 #define Store4ByteArgbCompsUsingOp(L_PREFIX, OP, R_PREFIX) \
449 Store3ComponentsUsingOp(L_PREFIX, OP, R_PREFIX)
451 #define Store1ByteGrayCompsUsingOp(L_PREFIX, OP, R_PREFI
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DArithmeticOpTable.java106 <OP> UnaryOp<OP> wrapUnaryOp(UnaryOp<OP> op);
108 <OP> BinaryOp<OP> wrapBinaryOp(BinaryOp<OP> op);
110 <OP> ShiftOp<OP> wrapShiftOp(ShiftOp<OP> op);
112 <OP> IntegerConvertO
[all...]
/openjdk9/jdk/test/java/util/stream/boottest/java.base/java/util/stream/
H A DFlagOpTest.java96 if (f.canSet(StreamOpFlag.Type.OP)) {
124 if (f.canSet(StreamOpFlag.Type.OP)) {
/openjdk9/jdk/src/demo/share/applets/SpreadSheet/
H A DSpreadSheet.java208 case Node.OP:
585 node.type = Node.OP;
763 public static final int OP = 0; field in class:Node
813 case Node.OP:
/openjdk9/jdk/test/javax/management/mxbean/
H A DMXBeanTest.java452 case OP:
524 case OP:
574 private static final int GET = 0, SET = 1, OP = 2; field in class:MXBeanTest
/openjdk9/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1411 #define JAVA_INTEGER_OP(OP, NAME, TYPE, UNSIGNED_TYPE) \
1414 ures OP ## = static_cast<UNSIGNED_TYPE>(in2); \
/openjdk9/common/bin/
H A Dcompare.sh255 OP=`ls -l ${OTHER_DIR}/$f | awk '{printf("%.10s\n", $1);}'`
257 if [ "$OP" != "$TP" ]
260 $PRINTF "\tother: ${OP} this: ${TP}\t$f\n"
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DmacroAssembler_aarch64.cpp2226 #define ATOMIC_OP(NAME, LDXR, OP, IOP, AOP, STXR, sz) \
2247 OP(rscratch1, result, incr); \
2262 #define ATOMIC_XCHG(OP, AOP, LDXR, STXR, sz) \
2263 void MacroAssembler::atomic_##OP(Register prev, Register newv, Register addr) { \

Completed in 167 milliseconds