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

/openjdk10/hotspot/src/jdk.hotspot.agent/scripts/
H A Dstart-debug-server.bat3 REM
4 REM Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
5 REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 REM
7 REM This code is free software; you can redistribute it and/or modify it
8 REM under the terms of the GNU General Public License version 2 only, as
9 REM published by the Free Software Foundation.
10 REM
11 REM This code is distributed in the hope that it will be useful, but WITHOUT
12 REM AN
[all...]
H A Dstart-rmiregistry.bat3 REM
4 REM Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
5 REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 REM
7 REM This code is free software; you can redistribute it and/or modify it
8 REM under the terms of the GNU General Public License version 2 only, as
9 REM published by the Free Software Foundation.
10 REM
11 REM This code is distributed in the hope that it will be useful, but WITHOUT
12 REM AN
[all...]
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DRemainderExpression.java42 super(REM, where, left, right);
H A DBinaryExpression.java90 case REM:
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/calc/
H A DIntegerDivRemNode.java43 REM enum constant in enum:IntegerDivRemNode.Op
H A DSignedRemNode.java46 super(c, IntegerStamp.OPS.getRem().foldStamp(x.stamp(), y.stamp()), Op.REM, Type.SIGNED, x, y);
H A DUnsignedRemNode.java46 super(c, x.stamp().unrestricted(), Op.REM, Type.UNSIGNED, x, y);
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java229 int REM = 101; field in interface:ExpressionParserConstants
H A DExpressionParser.java585 case REM:
599 case REM:
600 tok = jj_consume_token(REM);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64/src/org/graalvm/compiler/core/amd64/
H A DAMD64NodeLIRBuilder.java98 assert otherDivRem.getOp() == Op.REM;
102 case REM:
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DBinOpExpr.java119 il.append(_type.REM());
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DType.java253 public Instruction REM() { method in class:Type
H A DIntType.java264 public Instruction REM() { method in class:IntType
H A DRealType.java313 public Instruction REM() { method in class:RealType
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir.aarch64/src/org/graalvm/compiler/lir/aarch64/
H A DAArch64ArithmeticOp.java58 REM, enum constant in enum:AArch64ArithmeticOp
341 case REM:
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DConstants.java400 int REM = 32; field in interface:Constants
H A DParser.java741 case REM:
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64/src/org/graalvm/compiler/core/aarch64/
H A DAArch64ArithmeticLIRGenerator.java142 return emitBinary(LIRKind.combine(a, b), getOpCode(a, AArch64ArithmeticOp.REM, AArch64ArithmeticOp.FREM), false, getLIRGen().asAllocatable(a), getLIRGen().asAllocatable(b));
307 case REM:
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DGeneratorAdapter.java186 public static final int REM = Opcodes.IREM; field in class:GeneratorAdapter
852 * MUL, DIV, REM, NEG, SHL, SHR, USHR, AND, OR, XOR.

Completed in 198 milliseconds