Home
last modified time | relevance | path

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

/u-boot/drivers/bios_emulator/
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 */
/u-boot/drivers/bios_emulator/x86emu/
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()
2711 test_byte(M.x86.R_AL, (u8)imm); in x86emuOp_test_AL_IMM()
2916 cmp_byte(M.x86.R_AL, val2); in x86emuOp_scas_byte()
2928 cmp_byte(M.x86.R_AL, val2); in x86emuOp_scas_byte()
2937 cmp_byte(M.x86.R_AL, val2); in x86emuOp_scas_byte()
3977 M.x86.R_AX = aam_word(M.x86.R_AL); in x86emuOp_aam()
4116 M.x86.R_AL = (*sys_inb)(port); in x86emuOp_in_byte_AL_IMM()
[all …]
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()
A Ddecode.c566 return &M.x86.R_AL; in decode_rm_byte_register()
/u-boot/drivers/bios_emulator/include/x86emu/
A Dregs.h126 #define R_AL gen.A.I8_reg.l_reg macro

Completed in 17 milliseconds