Searched refs:use_cl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.c | 5155 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32() argument 5162 if (use_cl) { in common_shift32() 5176 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16() argument 5183 if (use_cl) { in common_shift16() 5197 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift() argument 5200 common_shift32(emu, shift_left, use_cl); in common_shift() 5202 common_shift16(emu, shift_left, use_cl); in common_shift()
|