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

/openjdk9/hotspot/test/compiler/intrinsics/bigInteger/
H A DTestMultiplyToLen.java46 public static BigInteger base_multiply(BigInteger op1, BigInteger op2) { argument
51 public static BigInteger new_multiply(BigInteger op1, BigInteger op2) { argument
H A DTestMulAdd.java52 public static BigInteger base_multiply(BigInteger op1) { argument
57 public static BigInteger new_multiply(BigInteger op1) { argument
H A DTestSquareToLen.java49 public static BigInteger base_multiply(BigInteger op1) { argument
54 public static BigInteger new_multiply(BigInteger op1) { argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/
H A DEdgeMoveOptimizer.java93 private static boolean same(LIRInstruction op1, LIRInstruction op2) { argument
/openjdk9/langtools/test/tools/javac/resolve/
H A DBitWiseOperators.java59 public static boolean compatible(OperandType op1, OperandType op2) { argument
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJOp.java228 String op1; field in class:JOp.TernaryOp
234 TernaryOp(String op1, String op2, argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orb/
H A DOperationFactory.java464 private Operation op1 ; field in class:OperationFactory.ComposeAction
467 ComposeAction( Operation op1, Operation op2 ) argument
483 public static Operation compose( Operation op1, Operation op2 ) argument
[all...]
/openjdk9/hotspot/src/cpu/zero/vm/
H A DbytecodeInterpreter_zero.inline.hpp31 inline jfloat BytecodeInterpreter::VMfloatAdd(jfloat op1, jfloat op2) { argument
35 inline jfloat BytecodeInterpreter::VMfloatSub(jfloat op1, jfloat op2) { argument
39 inline jfloat BytecodeInterpreter::VMfloatMul(jfloat op1, jfloat op2) { argument
43 inline jfloat BytecodeInterpreter::VMfloatDiv(jfloat op1, jfloat op2) { argument
47 inline jfloat BytecodeInterpreter::VMfloatRem(jfloat op1, jfloat op2) { argument
55 VMfloatCompare(jfloat op1, jfloat op2, int32_t direction) argument
70 VMlongAdd(jlong op1, jlong op2) argument
74 VMlongAnd(jlong op1, jlong op2) argument
78 VMlongDiv(jlong op1, jlong op2) argument
84 VMlongMul(jlong op1, jlong op2) argument
88 VMlongOr(jlong op1, jlong op2) argument
92 VMlongSub(jlong op1, jlong op2) argument
96 VMlongXor(jlong op1, jlong op2) argument
100 VMlongRem(jlong op1, jlong op2) argument
106 VMlongUshr(jlong op1, jint op2) argument
110 VMlongShr(jlong op1, jint op2) argument
114 VMlongShl(jlong op1, jint op2) argument
138 VMlongEq(jlong op1, jlong op2) argument
142 VMlongNe(jlong op1, jlong op2) argument
146 VMlongGe(jlong op1, jlong op2) argument
150 VMlongLe(jlong op1, jlong op2) argument
154 VMlongLt(jlong op1, jlong op2) argument
158 VMlongGt(jlong op1, jlong op2) argument
162 VMlongCompare(jlong op1, jlong op2) argument
182 VMdoubleAdd(jdouble op1, jdouble op2) argument
186 VMdoubleDiv(jdouble op1, jdouble op2) argument
191 VMdoubleMul(jdouble op1, jdouble op2) argument
199 VMdoubleRem(jdouble op1, jdouble op2) argument
203 VMdoubleSub(jdouble op1, jdouble op2) argument
207 VMdoubleCompare(jdouble op1, jdouble op2, int32_t direction) argument
230 VMintAdd(jint op1, jint op2) argument
234 VMintAnd(jint op1, jint op2) argument
238 VMintDiv(jint op1, jint op2) argument
244 VMintMul(jint op1, jint op2) argument
252 VMintOr(jint op1, jint op2) argument
256 VMintRem(jint op1, jint op2) argument
262 VMintShl(jint op1, jint op2) argument
266 VMintShr(jint op1, jint op2) argument
270 VMintSub(jint op1, jint op2) argument
274 VMintUshr(jint op1, jint op2) argument
278 VMintXor(jint op1, jint op2) argument
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dmulnode.cpp89 int op1 = mul1->Opcode(); local
H A Daddnode.cpp243 int op1 = in1->Opcode(); local
374 int op1 = in1->Opcode(); local
[all...]
H A Dsubnode.cpp144 uint op1 = in1->Opcode(); local
274 uint op1 local
[all...]
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp180 LIR_Op1* op1 = op->as_Op1(); local
462 void FpuStackAllocator::handle_op1(LIR_Op1* op1) { argument
[all...]
H A DmacroAssembler_x86.cpp9687 void MacroAssembler::multiply_add_64_bmi2(Register sum, Register op1, Register op2, Register carry, Register tmp2) { argument
9702 void MacroAssembler::multiply_add_64(Register sum, Register op1, Registe argument
9845 const Register op1 = tmp4; local
9963 const Register op1 = tmp4; local
10039 const Register op1 = tmp4; local
[all...]
H A Dassembler_x86.cpp248 void Assembler::emit_arith_b(int op1, int op2, Register dst, int imm8) { argument
259 void Assembler::emit_arith(int op1, int op2, Register dst, int32_t imm32) { argument
275 emit_arith_imm32(int op1, int op2, Register dst, int32_t imm32) argument
285 emit_arith_operand(int op1, Register rm, Address adr, int32_t imm32) argument
300 emit_arith(int op1, int op2, Register dst, Register src) argument
[all...]
/openjdk9/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DOperators.java160 OperatorSymbol resolveBinary(DiagnosticPosition pos, JCTree.Tag tag, Type op1, Type op2) { argument
H A DInfer.java1172 boolean doIncorporationOp(IncorporationBinaryOpKind opKind, Type op1, Type op2, Warner warn) { argument
1200 abstract boolean apply(Type op1, Type op2, Warner warn, Types types); argument
1213 Type op1; field in class:Infer.IncorporationBinaryOp
1216 IncorporationBinaryOp(IncorporationBinaryOpKind opKind, Type op1, Type op2) { argument
[all...]
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIR.cpp479 LIR_Op1* op1 = (LIR_Op1*)op; local
491 LIR_Op1* op1 = (LIR_Op1*)op; local
669 LIR_Op1* op1 = (LIR_Op1*)op; local
[all...]
H A Dc1_LinearScan.cpp436 LIR_Op1* op1 = (LIR_Op1*)op; local
5897 bool EdgeMoveOptimizer::operations_different(LIR_Op* op1, LIR_Op* op2) { argument
[all...]
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp78 LIR_Op1* op1 = op->as_Op1(); local
/openjdk9/hotspot/src/share/vm/adlc/
H A Dformssel.cpp3585 bool static root_ops_match(FormDict &globals, const char *op1, const char *op2) { argument

Completed in 257 milliseconds