Home
last modified time | relevance | path

Searched refs:Flip (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Support/
DKnownBits.cpp137 auto Flip = [](const KnownBits &Val) { return KnownBits(Val.One, Val.Zero); }; in umin() local
138 return Flip(umax(Flip(LHS), Flip(RHS))); in umin()
143 auto Flip = [](const KnownBits &Val) { in smax() local
151 return Flip(umax(Flip(LHS), Flip(RHS))); in smax()
156 auto Flip = [](const KnownBits &Val) { in smin() local
164 return Flip(umax(Flip(LHS), Flip(RHS))); in smin()
/openbsd/src/sys/arch/sparc64/sparc64/
Din_cksum.S108 xor %g1, 1, %g1 ! Flip byte_swapped
169 xor %g1, 1, %g1 ! Flip byte_swapped
/openbsd/src/distrib/notes/alpha/
Dprep168 Flip the `S3' switch on the back of the machine
/openbsd/src/share/misc/
Dusb_hid_usages1037 0x247 AC Flip Horizontal
1038 0x248 AC Flip Vertical
1629 0xD1 Gesture: Chassis Flip Gesture
/openbsd/src/gnu/gcc/libmudflap/
DChangeLog488 (__mf_find_objects2): Flip successor/predecessor search sequence.
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Dspe.md2668 ;; Flip the GT bit.
/openbsd/src/gnu/llvm/llvm/lib/Target/
DREADME.txt168 /* Flip the target bit of each basis state */
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.45054 * cppmacro.c (enter_macro_context): Flip sense of return value.