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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Registers.java50 public static final X86Register AL; field in class:X86Registers
82 AL = new X86RegisterPart(0, "%al", 0, 8);
98 AL, CL, DL, BL, AH, CH, DH, BH
H A DX86Opcodes.java70 public static final int AL = 16; field in interface:X86Opcodes
H A DX86Disassembler.java52 new ArithmeticDecoder("addb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_ADD),
61 new LogicalDecoder("orb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_OR),
70 new ArithmeticDecoder("adcb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_ADDC),
79 new ArithmeticDecoder("sbbb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_SUBC),
88 new LogicalDecoder("andb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_AND),
97 new ArithmeticDecoder("subb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_SUB),
106 new LogicalDecoder("xorb", ADDR_REG, AL, ADDR_I, b_mode, RTLOP_XOR),
115 new InstructionDecoder("cmpb", ADDR_REG, AL, ADDR_I, b_mode),
228 new MoveDecoder("movb", ADDR_REG, AL, ADDR_OFF, b_mode),
230 new MoveDecoder("movb", ADDR_OFF, b_mode, ADDR_REG, AL),
[all...]
H A DGRPDecoder.java130 new ArithmeticDecoder("mulb", ADDR_REG, AL, ADDR_E, b_mode, RTLOP_UMUL),
131 new ArithmeticDecoder("imulb", ADDR_REG, AL, ADDR_E, b_mode, RTLOP_SMUL),
132 new ArithmeticDecoder("divb", ADDR_REG, AL, ADDR_E, b_mode, RTLOP_UDIV),
133 new ArithmeticDecoder("idivb", ADDR_REG, AL, ADDR_E, b_mode, RTLOP_SDIV)
H A DInstructionDecoder.java374 case AL:
382 op = X86Registers.getRegister8(operandType - AL);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50X86RegisterEnums.java30 public static final int AL = 1; field in interface:DebugVC50X86RegisterEnums
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java775 private static final byte AL = 13; field in class:BidiBase
782 private static final int MASK_R_AL = (1 << R | 1 << AL);
850 /* lastArabicPos is index to the last AL in the text, -1 if none */
935 static final int MASK_RTL = DirPropFlag(R)|DirPropFlag(AL)|DirPropFlag(RLE)|DirPropFlag(RLO);
1204 strong R or AL character at either end of the text */
1262 if (dirProp == R || dirProp == AL) {
1280 else if (dirProp == AL) {
1623 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN */
1670 /* L, R, EN, AN, ON, S, B, ES, ET, CS, BN, NSM, AL, Res */
1674 /* 3 AL */ { 3
[all...]

Completed in 39 milliseconds