Searched refs:R_AL (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 639 return &emu->x86.R_AL; in decode_rm_byte_register() 1320 emu->x86.R_AL = (*binop)(emu, emu->x86.R_AL, srcval); in common_binop_byte_imm() 1525 cmp_byte(emu, emu->x86.R_AL, srcval); in x86emuOp_cmp_byte_AL_IMM() 2395 if (emu->x86.R_AL & 0x80) { in x86emuOp_cbw() 2801 emu->x86.R_AL); in x86emuOp_stos_byte() 2933 cmp_byte(emu, emu->x86.R_AL, val2); in x86emuOp_scas_byte() 2954 cmp_byte(emu, emu->x86.R_AL, val2); in x86emuOp_scas_byte() 4348 emu->x86.R_AL = daa_byte(emu, emu->x86.R_AL); in x86emu_exec_one_byte() 4373 emu->x86.R_AL = das_byte(emu, emu->x86.R_AL); in x86emu_exec_one_byte() 8069 emu->x86.R_AL = (int8_t) div; in idiv_byte() [all …]
|
| H A D | x86emu_regs.h | 42 #define R_AL register_a.I8_reg.l_reg macro
|