Searched refs:fetch_data_byte (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/contrib/x86emu/ |
| H A D | x86emu.c | 977 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte() 1029 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte_imm8() 1119 destval = fetch_data_byte(emu, destoffset); in common_binop_byte_rm_r() 1139 destval = fetch_data_byte(emu, destoffset); in common_binop_ns_byte_rm_r() 1177 srcval = fetch_data_byte(emu, srcoffset); in common_binop_byte_r_rm() 2512 emu->x86.R_AL = fetch_data_byte(emu, offset); in x86emuOp_mov_AL_M_IMM() 2586 val = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_movs_byte() 2653 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte() 2667 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte() 2678 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte() [all …]
|