Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/x86emu/
H A Dx86emu.c5158 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32() argument
5171 if (shift_left) in common_shift32()
5179 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16() argument
5192 if (shift_left) in common_shift16()
5200 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() argument
5203 common_shift32(emu, shift_left, use_cl); in common_shift()
5205 common_shift16(emu, shift_left, use_cl); in common_shift()