Lines Matching defs:Is
132 bool Is(CPURegister ref) const { return GetReg() == ref.GetReg(); } in Is() function
143 bool Is(Register ref) const { return GetCode() == ref.GetCode(); } in Is() function
304 bool Is(DataTypeValue value) const { return value_ == value; } in Is() function
305 bool Is(DataTypeType type) const { return GetType() == type; } in Is() function
309 bool Is(DataTypeType type, uint32_t size) const { in Is() function
777 bool Is(SpecialRegister value) const { return reg_ == value.reg_; } in Is() function
778 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
885 bool Is(MaskedSpecialRegister value) const { return reg_ == value.reg_; } in Is() function
886 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
926 bool Is(SpecialFPRegister value) const { return reg_ == value.reg_; } in Is() function
927 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
943 bool Is(CRegister value) const { return code_ == value.code_; } in Is() function
967 bool Is(Coprocessor coproc) const { return coproc_ == coproc.coproc_; } in Is() function
968 bool Is(CoprocessorName coproc) const { return coproc_ == coproc; } in Is() function
1014 bool Is(Condition value) const { return condition_ == value.condition_; } in Is() function
1015 bool Is(uint32_t value) const { return condition_ == value; } in Is() function
1064 bool Is(Shift value) const { return shift_ == value.shift_; } in Is() function
1111 bool Is(const ImmediateShiftOperand& rhs) const { in Is() function
1134 bool Is(const RegisterShiftOperand& rhs) const { in Is() function
1335 bool Is(AlignmentType type) { return align_ == type; } in Is() function