Symbol: R_AX
sys/dev/x86emu/x86emu.c
1343
emu->x86.R_AX = (*binop16)(emu, emu->x86.R_AX, srcval);
sys/dev/x86emu/x86emu.c
1553
cmp_word(emu, emu->x86.R_AX, srcval);
sys/dev/x86emu/x86emu.c
1586
push_word(emu, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
1621
emu->x86.R_AX = pop_word(emu);
sys/dev/x86emu/x86emu.c
2261
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2262
emu->x86.R_AX = emu->x86.R_CX;
sys/dev/x86emu/x86emu.c
2281
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2282
emu->x86.R_AX = emu->x86.R_DX;
sys/dev/x86emu/x86emu.c
2301
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2302
emu->x86.R_AX = emu->x86.R_BX;
sys/dev/x86emu/x86emu.c
2321
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2322
emu->x86.R_AX = emu->x86.R_SP;
sys/dev/x86emu/x86emu.c
2341
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2342
emu->x86.R_AX = emu->x86.R_BP;
sys/dev/x86emu/x86emu.c
2361
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2362
emu->x86.R_AX = emu->x86.R_SI;
sys/dev/x86emu/x86emu.c
2381
tmp = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
2382
emu->x86.R_AX = emu->x86.R_DI;
sys/dev/x86emu/x86emu.c
2395
if (emu->x86.R_AX & 0x8000) {
sys/dev/x86emu/x86emu.c
2423
if (emu->x86.R_AX & 0x8000) {
sys/dev/x86emu/x86emu.c
2537
emu->x86.R_AX = fetch_data_word(emu, offset);
sys/dev/x86emu/x86emu.c
2567
store_data_word(emu, offset, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
2785
test_word(emu, emu->x86.R_AX, fetch_word_imm(emu));
sys/dev/x86emu/x86emu.c
2850
emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
2914
emu->x86.R_AX = fetch_data_word(emu, emu->x86.R_SI);
sys/dev/x86emu/x86emu.c
2994
cmp_word(emu, emu->x86.R_AX, (uint16_t) val);
sys/dev/x86emu/x86emu.c
3013
cmp_word(emu, emu->x86.R_AX, (uint16_t) val);
sys/dev/x86emu/x86emu.c
3027
cmp_word(emu, emu->x86.R_AX, (uint16_t) val);
sys/dev/x86emu/x86emu.c
3043
emu->x86.R_AX = fetch_word_imm(emu);
sys/dev/x86emu/x86emu.c
3532
emu->x86.R_AX = aam_word(emu, emu->x86.R_AL);
sys/dev/x86emu/x86emu.c
3549
emu->x86.R_AX = aad_word(emu, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
3721
emu->x86.R_AX = (*emu->emu_inw) (emu, port);
sys/dev/x86emu/x86emu.c
3751
(*emu->emu_outw) (emu, port, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
3841
emu->x86.R_AX = (*emu->emu_inw) (emu, emu->x86.R_DX);
sys/dev/x86emu/x86emu.c
3865
(*emu->emu_outw) (emu, emu->x86.R_DX, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
4404
emu->x86.R_AX = aaa_word(emu, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
4430
emu->x86.R_AX = aas_word(emu, emu->x86.R_AX);
sys/dev/x86emu/x86emu.c
693
return &emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
7945
emu->x86.R_AX = res;
sys/dev/x86emu/x86emu.c
7963
int32_t res = (int16_t) emu->x86.R_AX * (int16_t) s;
sys/dev/x86emu/x86emu.c
7965
emu->x86.R_AX = (uint16_t) res;
sys/dev/x86emu/x86emu.c
7967
if (((emu->x86.R_AX & 0x8000) == 0 && emu->x86.R_DX == 0x00) ||
sys/dev/x86emu/x86emu.c
7968
((emu->x86.R_AX & 0x8000) != 0 && emu->x86.R_DX == 0xFF)) {
sys/dev/x86emu/x86emu.c
8008
emu->x86.R_AX = res;
sys/dev/x86emu/x86emu.c
8025
uint32_t res = emu->x86.R_AX * s;
sys/dev/x86emu/x86emu.c
8027
emu->x86.R_AX = (uint16_t) res;
sys/dev/x86emu/x86emu.c
8068
dvd = (int16_t) emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
8092
dvd = (((int32_t) emu->x86.R_DX) << 16) | emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
8108
emu->x86.R_AX = (uint16_t) div;
sys/dev/x86emu/x86emu.c
8151
dvd = emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
8175
dvd = (((uint32_t) emu->x86.R_DX) << 16) | emu->x86.R_AX;
sys/dev/x86emu/x86emu.c
8191
emu->x86.R_AX = (uint16_t) div;