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

/u-boot/drivers/bios_emulator/
H A Dbios.c78 if (M.x86.R_AL == 0) {
82 } else if (M.x86.R_AL == 1) {
90 M.x86.R_AL);
97 M.x86.R_AH, M.x86.R_AL, M.x86.R_BL);
164 M.x86.R_AL = 0x00; /* no config space/special cycle generation support */
/u-boot/drivers/bios_emulator/x86emu/
H A Dops.c416 M.x86.R_AL = genop_byte_operation[op1](M.x86.R_AL, srcval);
587 M.x86.R_AL = daa_byte(M.x86.R_AL);
615 M.x86.R_AL = das_byte(M.x86.R_AL);
2261 if (M.x86.R_AL & 0x80) {
2443 M.x86.R_AL = fetch_data_byte(offset);
2486 store_data_byte(offset, M.x86.R_AL);
2712 test_byte(M.x86.R_AL, (u
[all...]
H A Dprim_ops.c1876 s16 res = (s16)((s8)M.x86.R_AL * (s8)s);
1879 if (((M.x86.R_AL & 0x80) == 0 && M.x86.R_AH == 0x00) ||
1880 ((M.x86.R_AL & 0x80) != 0 && M.x86.R_AH == 0xFF)) {
1970 u16 res = (u16)(M.x86.R_AL * s);
2056 M.x86.R_AL = (s8) div;
2181 M.x86.R_AL = (u8)div;
H A Ddecode.c567 return &M.x86.R_AL;
/u-boot/drivers/bios_emulator/include/x86emu/
H A Dregs.h127 #define R_AL gen.A.I8_reg.l_reg macro

Completed in 59 milliseconds