Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c77 static uint32_t decode_and_fetch_long_imm8(struct x86emu *, uint8_t *);
1053 decode_and_fetch_long_imm8(struct x86emu *emu, uint8_t *imm) in decode_and_fetch_long_imm8() function
3212 destval = decode_and_fetch_long_imm8(emu, &amt); in x86emuOp_opcC1_word_RM_MEM()
5169 destval = decode_and_fetch_long_imm8(emu, &shift); in common_shift32()
5528 srcval = decode_and_fetch_long_imm8(emu, &shift); in x86emuOp2_32_btX_I()