Searched defs:shift_left (Results 1 – 5 of 5) sorted by relevance
28 shift_left(_ForwardIterator __first, _ForwardIterator __last, in shift_left() function
11 inline void S1::shift_left(int delta, int ct) in shift_left() function
5164 common_shift32(struct x86emu *emu, int shift_left, int use_cl) in common_shift32()5185 common_shift16(struct x86emu *emu, int shift_left, int use_cl) in common_shift16()5206 common_shift(struct x86emu *emu, int shift_left, int use_cl) in common_shift()
800 uint32_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local
679 uint64_t shift_left = sizeof(value) * 8 - 1 - msbit; in bits() local