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

/openjdk9/jdk/test/java/util/StringJoiner/
H A DMergeTest.java45 Fixes(String prefix0, String suffix0, String prefix1, String suffix1) argument
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java630 protected final int prefix1; field in class:AMD64Assembler.AMD64Op
640 protected AMD64Op(String opcode, int prefix1, int prefix2, int op, OpAssertion assertion, CPUFeature feature) { argument
644 protected AMD64Op(String opcode, int prefix1, int prefix2, int op, boolean dstIsByte, boolean srcIsByte, OpAssertion assertion, CPUFeature feature) { argument
726 protected AMD64RROp(String opcode, int prefix1, int prefix2, int op, OpAssertion assertion, CPUFeature feature) { argument
730 AMD64RROp(String opcode, int prefix1, int prefix2, int op, boolean dstIsByte, boolean srcIsByte, OpAssertion assertion, CPUFeature feature) argument
742 AMD64RRROp(String opcode, int prefix1, int prefix2, int op, OpAssertion assertion, CPUFeature feature) argument
746 AMD64RRROp(String opcode, int prefix1, int prefix2, int op, boolean dstIsByte, boolean srcIsByte, OpAssertion assertion, CPUFeature feature) argument
807 AMD64RMOp(String opcode, int prefix1, int prefix2, int op, CPUFeature feature) argument
811 AMD64RMOp(String opcode, int prefix1, int prefix2, int op, OpAssertion assertion, CPUFeature feature) argument
999 AMD64RRMOp(String opcode, int prefix1, int prefix2, int op, CPUFeature feature) argument
1003 AMD64RRMOp(String opcode, int prefix1, int prefix2, int op, OpAssertion assertion, CPUFeature feature) argument
1128 AMD64MROp(String opcode, int prefix1, int prefix2, int op, OpAssertion assertion, CPUFeature feature) argument
[all...]

Completed in 104 milliseconds