Searched refs:BitNot (Results 1 – 2 of 2) sorted by relevance
91 int32_t BitNot(int32_t a) { return ~(uint32_t)a; } in BitNot() function93 int BitsSelect(int mask, int bound, int val) { return BitXor(BitAnd(mask, bound), BitAnd(BitNot(mas… in BitsSelect()97 int32_t MaskIfNonZero(int32_t a) { return a ? BitNot(0) : 0; } in MaskIfNonZero()134 const int positive_mask = x > threshold ? BitNot(0) : 0; in SaturatingRoundingMultiplyByPOT()135 const int negative_mask = x < -threshold ? BitNot(0) : 0; in SaturatingRoundingMultiplyByPOT()
95168 - /* 103 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),95249 + /* 104 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),132829 - /* 113 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),132900 + /* 114 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),