Home
last modified time | relevance | path

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

/freebsd-12.1/sys/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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp2266 shift_left: in handleIntIntBinOp()
2295 goto shift_left; in handleIntIntBinOp()