Home
last modified time | relevance | path

Searched refs:fetch_data_byte (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c47 static uint8_t fetch_data_byte (struct x86emu *, uint32_t offset);
435 fetch_data_byte(struct x86emu *emu, uint32_t offset) in fetch_data_byte() function
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()
[all …]