• Home
  • Raw
  • Download

Lines Matching defs:Is

131   bool Is(CPURegister ref) const { return GetReg() == ref.GetReg(); }  in Is()  function
142 bool Is(Register ref) const { return GetCode() == ref.GetCode(); } in Is() function
305 bool Is(DataType type) const { return value_ == type.value_; } in Is() function
306 bool Is(DataTypeValue value) const { return value_ == value; } in Is() function
307 bool Is(DataTypeType type) const { return GetType() == type; } in Is() function
311 bool Is(DataTypeType type, uint32_t size) const { in Is() function
779 bool Is(SpecialRegister value) const { return reg_ == value.reg_; } in Is() function
780 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
887 bool Is(MaskedSpecialRegister value) const { return reg_ == value.reg_; } in Is() function
888 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
928 bool Is(SpecialFPRegister value) const { return reg_ == value.reg_; } in Is() function
929 bool Is(uint32_t value) const { return reg_ == value; } in Is() function
945 bool Is(CRegister value) const { return code_ == value.code_; } in Is() function
969 bool Is(Coprocessor coproc) const { return coproc_ == coproc.coproc_; } in Is() function
970 bool Is(CoprocessorName coproc) const { return coproc_ == coproc; } in Is() function
1017 bool Is(Condition value) const { return condition_ == value.condition_; } in Is() function
1018 bool Is(uint32_t value) const { return condition_ == value; } in Is() function
1067 bool Is(Shift value) const { return shift_ == value.shift_; } in Is() function
1114 bool Is(const ImmediateShiftOperand& rhs) const { in Is() function
1137 bool Is(const RegisterShiftOperand& rhs) const { in Is() function
1338 bool Is(AlignmentType type) { return align_ == type; } in Is() function