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

/netbsd-current/common/lib/libx86emu/
H A Dx86emu.c4994 common_shift32(struct X86EMU *emu, bool shift_left, bool use_cl) argument
5007 if (shift_left)
5015 common_shift16(struct X86EMU *emu, bool shift_left, bool use_cl) argument
5028 if (shift_left)
5036 common_shift(struct X86EMU *emu, bool shift_left, bool use_cl) argument
5039 common_shift32(emu, shift_left, use_cl);
5041 common_shift16(emu, shift_left, use_cl);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3766 shift_left(_ForwardIterator __first, _ForwardIterator __last,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h3558 shift_left(_ForwardIterator __first, _ForwardIterator __last,
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2776 shift_left:
2807 goto shift_left;

Completed in 370 milliseconds