Searched refs:LS (Results 1 - 12 of 12) sorted by relevance

/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DPrintTextTest.java271 int LS = 30;
272 int ix=10, iy=LS+10;
281 iy += LS;
285 iy += LS;
292 iy += LS;
303 iy += LS;
310 iy += LS;
315 iy += LS;
324 iy += LS;
347 iy +=LS;
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Ddecode_aarch64.hpp55 LS = 0b1001, // meaning !(C == 1 && Z == 0) enumerator in enum:CondCode
330 // bits [29,28:26] of a LS are the secondary dispatch vector
H A Dassembler_aarch64.cpp217 __ br(Assembler::LS, __ pc()); // b.LS .
218 __ br(Assembler::LS, back); // b.LS back
219 __ br(Assembler::LS, forth); // b.LS forth
450 __ csincw(r10, r27, r15, Assembler::LS); // csinc w10, w27, w15, LS
453 __ csel(r12, r29, r7, Assembler::LS); // csel x12, x29, x7, LS
[all...]
H A Dc1_LIRAssembler_aarch64.cpp1136 case lir_cond_lessEqual: acond = (is_unordered ? Assembler::LE : Assembler::LS); break;
1150 case lir_cond_belowEqual: acond = Assembler::LS; break;
2936 case lir_cond_belowEqual: acond = Assembler::LS; break;
H A Dinterp_masm_aarch64.cpp637 br(Assembler::LS, no_reserved_zone_enabling);
H A Dassembler_aarch64.hpp914 {EQ, NE, HS, CS=HS, LO, CC=LO, MI, PL, VS, VC, HI, LS, GE, LT, GT, LE, AL, NV};
938 INSN(bls, LS);
H A DtemplateInterpreterGenerator_aarch64.cpp702 __ br(Assembler::LS, after_frame_check);
H A DstubGenerator_aarch64.cpp1218 __ br(Assembler::LS, copy16);
1224 __ br(Assembler::LS, copy32);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.aarch64/src/org/graalvm/compiler/core/aarch64/
H A DAArch64LIRGenerator.java231 return unorderedIsTrue ? ConditionFlag.LE : ConditionFlag.LS;
265 return ConditionFlag.LS;
/openjdk10/hotspot/make/gensrc/
H A DGensrc-jdk.internal.vm.compiler.gmk126 for i in $$($(LS)); do \
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh1063 LS
1263 LS
2231 LS Override default value for LS
9104 if [ -z "${LS+x}" ]; then
9115 case $LS in
9117 ac_cv_path_LS="$LS" # Let the user override the test with a path.
9138 LS=$ac_cv_path_LS
9139 if test -n "$LS"; then
9140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LS" >
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64Assembler.java668 LS(0x9), enum constant in enum:AArch64Assembler.ConditionFlag
720 return LS;
721 case LS:

Completed in 283 milliseconds