Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c51 static uint8_t fetch_data_byte (struct X86EMU *, uint32_t offset);
438 fetch_data_byte(struct X86EMU *emu, uint32_t offset) in fetch_data_byte() function
963 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte()
1015 return fetch_data_byte(emu, emu->cur_offset); in decode_and_fetch_byte_imm8()
1104 destval = fetch_data_byte(emu, destoffset); in common_binop_byte_rm_r()
1123 destval = fetch_data_byte(emu, destoffset); in common_binop_ns_byte_rm_r()
1159 srcval = fetch_data_byte(emu, srcoffset); in common_binop_byte_r_rm()
2439 emu->x86.R_AL = fetch_data_byte(emu, offset); in x86emuOp_mov_AL_M_IMM()
2509 val = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_movs_byte()
2573 val1 = fetch_data_byte(emu, emu->x86.R_SI); in x86emuOp_cmps_byte()
[all …]