Searched defs:IsNot (Results 1 – 3 of 3) sorted by relevance
13 public class IsNot<T> extends BaseMatcher<T> { class16 public IsNot(Matcher<T> matcher) { in IsNot() method in IsNot
779 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function887 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function928 bool IsNot(uint32_t value) const { return reg_ != value; } in IsNot() function1016 bool IsNot(uint32_t value) const { return condition_ != value; } in IsNot() function1065 bool IsNot(Shift value) const { return shift_ != value.shift_; } in IsNot() function
24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8, enumerator