Searched refs:AL (Results 1 - 9 of 9) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50X86RegisterEnums.java30 public static final int AL = 1; field in interface:DebugVC50X86RegisterEnums
/openjdk10/jdk/src/java.base/share/classes/sun/text/bidi/
H A DBidiBase.java552 short flags; /* bits for L or R/AL found within the pair */
968 private static final byte AL = 13; field in class:BidiBase
1109 /* lastArabicPos is index to the last AL in the text, -1 if none */
1180 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO)|DirPropFlag(RLI);
1182 static final int MASK_R_AL = DirPropFlag(R)|DirPropFlag(AL);
1466 * default. Only if a strong R or AL is found within its scope will the LRI be
1483 strong R or AL character at either end of the text */
1560 if (dirProp == R || dirProp == AL) {
1573 if (dirProp == AL)
1659 a strong R or AL a
[all...]
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DAllLocations.java68 return Ext.f((@AK Object) arr[0]) instanceof @AL Inner @AM [] @AN [] ?
141 @Retention(RUNTIME) @Target({TYPE_USE}) @interface AL { } interface
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Ddecode_aarch64.hpp60 AL = 0b1110, // meaning ANY enumerator in enum:CondCode
H A Dassembler_aarch64.cpp232 __ br(Assembler::AL, __ pc()); // b.AL .
233 __ br(Assembler::AL, back); // b.AL back
234 __ br(Assembler::AL, forth); // b.AL forth
H A DstubGenerator_aarch64.cpp388 __ br(Assembler::AL, exit);
392 __ br(Assembler::AL, exit);
396 __ br(Assembler::AL, exit);
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};
943 INSN(bal, AL);
H A Dc1_LIRAssembler_aarch64.cpp2928 Assembler::Condition acond = Assembler::AL;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm.aarch64/src/org/graalvm/compiler/asm/aarch64/
H A DAArch64Assembler.java683 AL(0xE), enum constant in enum:AArch64Assembler.ConditionFlag
685 /** Always | always (identical to AL, just to have valid 0b1111 encoding). */
731 case AL:

Completed in 192 milliseconds