Home
last modified time | relevance | path

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

/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c77 static uint16_t decode_and_fetch_word_imm8(struct X86EMU *, uint8_t *);
1023 decode_and_fetch_word_imm8(struct X86EMU *emu, uint8_t *imm) in decode_and_fetch_word_imm8() function
3103 destval = decode_and_fetch_word_imm8(emu, &amt); in x86emuOp_opcC1_word_RM_MEM()
5026 destval = decode_and_fetch_word_imm8(emu, &shift); in common_shift16()
5372 srcval = decode_and_fetch_word_imm8(emu, &shift); in x86emuOp2_16_btX_I()