Searched refs:CMP (Results 1 - 11 of 11) sorted by relevance

/openjdk9/langtools/test/tools/sjavac/
H A DOptionDecoding.java77 final String CMP = "srcRefList.txt";
80 "--compare-found-sources", CMP);
86 assertEquals(Paths.get(CMP), options.getSourceReferenceList());
/openjdk9/common/autoconf/
H A Dcompare.sh.in41 export CMP="@CMP@"
H A Dgenerated-configure.sh1076 CMP
1246 CMP
2214 CMP Override default value for CMP
6069 if [ -z "${CMP+x}" ]; then
6080 case $CMP in
6082 ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
6103 CMP=$ac_cv_path_CMP
6104 if test -n "$CMP"; then
6105 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CMP" >
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.amd64/src/org/graalvm/compiler/core/amd64/
H A DAMD64LIRGenerator.java26 import static org.graalvm.compiler.asm.amd64.AMD64Assembler.AMD64BinaryArithmetic.CMP;
341 append(new AMD64BinaryConsumer.MemoryConstOp(CMP, size, b, 0, state));
345 append(new AMD64BinaryConsumer.MemoryVMConstOp(CMP.getMIOpcode(size, false), b, vc, state));
350 append(new AMD64BinaryConsumer.MemoryConstOp(CMP, size, b, (int) value, state));
359 AMD64RMOp op = CMP.getRMOpcode(size);
H A DAMD64ArithmeticLIRGenerator.java28 import static org.graalvm.compiler.asm.amd64.AMD64Assembler.AMD64BinaryArithmetic.CMP;
1238 getLIRGen().append(new AMD64BinaryConsumer.VMConstOp(CMP.getMIOpcode(DWORD, false), left, vc));
1240 getLIRGen().append(new AMD64BinaryConsumer.DataOp(CMP.getRMOpcode(size), size, left, vc));
1250 getLIRGen().append(new AMD64BinaryConsumer.ConstOp(CMP, size, left, (int) jc.asLong()));
1257 getLIRGen().append(new AMD64BinaryConsumer.Op(CMP.getRMOpcode(size), size, left, getLIRGen().asAllocatable(right)));
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DType.java289 public Instruction CMP(boolean less) { method in class:Type
H A DRealType.java334 public Instruction CMP(boolean less) { method in class:RealType
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DRelationalExpr.java247 il.append(tleft.CMP(_op == Operators.LT || _op == Operators.LE));
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.amd64/src/org/graalvm/compiler/asm/amd64/
H A DAMD64Assembler.java33 import static org.graalvm.compiler.asm.amd64.AMD64Assembler.AMD64BinaryArithmetic.CMP;
1562 public static final AMD64BinaryArithmetic CMP = new AMD64BinaryArithmetic("CMP", 7); field in class:AMD64Assembler.AMD64BinaryArithmetic
1773 CMP.getMIOpcode(DWORD, isByte(imm32)).emit(this, DWORD, dst, imm32);
1777 CMP.rmOp.emit(this, DWORD, dst, src);
1781 CMP.rmOp.emit(this, DWORD, dst, src);
1785 CMP.getMIOpcode(DWORD, isByte(imm32)).emit(this, DWORD, dst, imm32);
3181 CMP.getMIOpcode(QWORD, isByte(imm32)).emit(this, QWORD, dst, imm32);
3185 CMP.rmOp.emit(this, QWORD, dst, src);
3189 CMP
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A Dsuperword.hpp573 enum CMP { enum in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/common/bin/
H A Dcompare.sh428 if $CMP $OTHER_ZIP $THIS_ZIP > /dev/null

Completed in 246 milliseconds