Home
last modified time | relevance | path

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

/freebsd/sys/contrib/x86emu/
H A Dx86emu.c5197 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() function
5307 common_shift(emu, 1, 0); in x86emuOp2_shld_IMM()
5317 common_shift(emu, 1, 1); in x86emuOp2_shld_CL()
5357 common_shift(emu, 0, 0); in x86emuOp2_shrd_IMM()
5367 common_shift(emu, 0, 1); in x86emuOp2_shrd_CL()