Searched refs:use_cl (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/x86emu/ |
| H A D | x86emu.c | 5158 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32() argument 5165 if (use_cl) { in common_shift32() 5179 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16() argument 5186 if (use_cl) { 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()
|