Home
last modified time | relevance | path

Searched refs:R_AL (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/bios_emulator/
H A Dbios.c78 if (M.x86.R_AL == 0) { in int42()
82 } else if (M.x86.R_AL == 1) { in int42()
90 M.x86.R_AL); in int42()
97 M.x86.R_AH, M.x86.R_AL, M.x86.R_BL); in int42()
164 M.x86.R_AL = 0x00; /* no config space/special cycle generation support */
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c415 M.x86.R_AL = genop_byte_operation[op1](M.x86.R_AL, srcval); in x86emuOp_genop_byte_AL_IMM()
586 M.x86.R_AL = daa_byte(M.x86.R_AL); in x86emuOp_daa()
614 M.x86.R_AL = das_byte(M.x86.R_AL); in x86emuOp_das()
2260 if (M.x86.R_AL & 0x80) { in x86emuOp_cbw()
2442 M.x86.R_AL = fetch_data_byte(offset); in x86emuOp_mov_AL_M_IMM()
2485 store_data_byte(offset, M.x86.R_AL); in x86emuOp_mov_M_AL_IMM()
2711 test_byte(M.x86.R_AL, (u8)imm); in x86emuOp_test_AL_IMM()
2762 store_data_byte_abs(M.x86.R_ES, M.x86.R_DI, M.x86.R_AL); in x86emuOp_stos_byte()
2768 store_data_byte_abs(M.x86.R_ES, M.x86.R_DI, M.x86.R_AL); in x86emuOp_stos_byte()
2838 M.x86.R_AL = fetch_data_byte(M.x86.R_SI); in x86emuOp_lods_byte()
[all …]
H A Dprim_ops.c1876 s16 res = (s16)((s8)M.x86.R_AL * (s8)s); in imul_byte()
1879 if (((M.x86.R_AL & 0x80) == 0 && M.x86.R_AH == 0x00) || in imul_byte()
1880 ((M.x86.R_AL & 0x80) != 0 && M.x86.R_AH == 0xFF)) { in imul_byte()
1970 u16 res = (u16)(M.x86.R_AL * s); in mul_byte()
2056 M.x86.R_AL = (s8) div; in idiv_byte()
2181 M.x86.R_AL = (u8)div; in div_byte()
H A Ddecode.c566 return &M.x86.R_AL; in decode_rm_byte_register()
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dxf86x86emu.h44 #define X86_AL M.x86.R_AL
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dops.c480 M.x86.R_AL = add_byte(M.x86.R_AL, srcval); in x86emuOp_add_byte_AL_IMM()
918 M.x86.R_AL = or_byte(M.x86.R_AL, srcval); in x86emuOp_or_byte_AL_IMM()
1354 M.x86.R_AL = adc_byte(M.x86.R_AL, srcval); in x86emuOp_adc_byte_AL_IMM()
1792 M.x86.R_AL = sbb_byte(M.x86.R_AL, srcval); in x86emuOp_sbb_byte_AL_IMM()
2235 M.x86.R_AL = and_byte(M.x86.R_AL, srcval); in x86emuOp_and_byte_AL_IMM()
2298 M.x86.R_AL = daa_byte(M.x86.R_AL); in x86emuOp_daa()
2676 M.x86.R_AL = sub_byte(M.x86.R_AL, srcval); in x86emuOp_sub_byte_AL_IMM()
2736 M.x86.R_AL = das_byte(M.x86.R_AL); in x86emuOp_das()
3114 M.x86.R_AL = xor_byte(M.x86.R_AL, srcval); in x86emuOp_xor_byte_AL_IMM()
3543 cmp_byte(M.x86.R_AL, srcval); in x86emuOp_cmp_byte_AL_IMM()
[all …]
H A Dprim_ops.c2159 s16 res = (s16) ((s8) M.x86.R_AL * (s8) s); in imul_byte()
2162 if (((M.x86.R_AL & 0x80) == 0 && M.x86.R_AH == 0x00) || in imul_byte()
2163 ((M.x86.R_AL & 0x80) != 0 && M.x86.R_AH == 0xFF)) { in imul_byte()
2260 u16 res = (u16) (M.x86.R_AL * s); in mul_byte()
2353 M.x86.R_AL = (s8) div; in idiv_byte()
2482 M.x86.R_AL = (u8) div; in div_byte()
H A Dvalidate.c349 M.x86.R_AL = d; \
475 r_quot = M.x86.R_AL; \
H A Ddecode.c571 return &M.x86.R_AL; in decode_rm_byte_register()
/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/x86emu/
H A Dregs.h132 #define R_AL gen.A.I8_reg.l_reg macro
/OK3568_Linux_fs/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h126 #define R_AL gen.A.I8_reg.l_reg macro
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/v86d/v86d/
H A DUpdate-x86emu-from-X.org.patch1320 - return &M.x86.R_AL;
1348 + return &M.x86.R_AL;
8144 if (M.x86.R_AL & 0x80) {
8617 - test_byte(M.x86.R_AL, (u8)imm);
8618 + test_byte(M.x86.R_AL, (u8) imm);
8678 store_data_byte_abs(M.x86.R_ES, M.x86.R_DI, M.x86.R_AL);
8744 M.x86.R_AL = fetch_data_byte(M.x86.R_SI);
8822 cmp_byte(M.x86.R_AL, val2);
9913 - addr = (u16)(M.x86.R_BX + (u8)M.x86.R_AL);
9914 + addr = (u16) (M.x86.R_BX + (u8) M.x86.R_AL);
[all …]