Symbol: R_AL
common/lib/libx86emu/x86emu.c
1290
emu->x86.R_AL = (*binop)(emu, emu->x86.R_AL, srcval);
common/lib/libx86emu/x86emu.c
1490
cmp_byte(emu, emu->x86.R_AL, srcval);
common/lib/libx86emu/x86emu.c
2326
if (emu->x86.R_AL & 0x80) {
common/lib/libx86emu/x86emu.c
2439
emu->x86.R_AL = fetch_data_byte(emu, offset);
common/lib/libx86emu/x86emu.c
2467
store_data_byte(emu, offset, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
2710
store_byte(emu, emu->x86.R_ES, emu->x86.R_DI, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
2716
store_byte(emu, emu->x86.R_ES, emu->x86.R_DI, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
2772
emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
common/lib/libx86emu/x86emu.c
2778
emu->x86.R_AL = fetch_data_byte(emu, emu->x86.R_SI);
common/lib/libx86emu/x86emu.c
2836
cmp_byte(emu, emu->x86.R_AL, val2);
common/lib/libx86emu/x86emu.c
2848
cmp_byte(emu, emu->x86.R_AL, val2);
common/lib/libx86emu/x86emu.c
2857
cmp_byte(emu, emu->x86.R_AL, val2);
common/lib/libx86emu/x86emu.c
3389
emu->x86.R_AX = aam_word(emu, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
3418
addr = (uint16_t) (emu->x86.R_BX + (uint8_t) emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
3419
emu->x86.R_AL = fetch_data_byte(emu, addr);
common/lib/libx86emu/x86emu.c
3555
emu->x86.R_AL = (*emu->emu_inb) (emu, port);
common/lib/libx86emu/x86emu.c
3583
(*emu->emu_outb) (emu, port, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
3670
emu->x86.R_AL = (*emu->emu_inb) (emu, emu->x86.R_DX);
common/lib/libx86emu/x86emu.c
3692
(*emu->emu_outb) (emu, emu->x86.R_DX, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
4185
emu->x86.R_AL = daa_byte(emu, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
4210
emu->x86.R_AL = das_byte(emu, emu->x86.R_AL);
common/lib/libx86emu/x86emu.c
4586
test_byte(emu, emu->x86.R_AL, fetch_byte_imm(emu));
common/lib/libx86emu/x86emu.c
4611
emu->x86.R_AL = fetch_byte_imm(emu);
common/lib/libx86emu/x86emu.c
627
return &emu->x86.R_AL;
common/lib/libx86emu/x86emu.c
7663
int16_t res = (int16_t) ((int8_t) emu->x86.R_AL * (int8_t) s);
common/lib/libx86emu/x86emu.c
7666
if (((emu->x86.R_AL & 0x80) == 0 && emu->x86.R_AH == 0x00) ||
common/lib/libx86emu/x86emu.c
7667
((emu->x86.R_AL & 0x80) != 0 && emu->x86.R_AH == 0xFF)) {
common/lib/libx86emu/x86emu.c
7723
uint16_t res = (uint16_t) (emu->x86.R_AL * s);
common/lib/libx86emu/x86emu.c
7793
emu->x86.R_AL = (int8_t) div;
common/lib/libx86emu/x86emu.c
7873
emu->x86.R_AL = (uint8_t) div;