Searched refs:eTypeUInt64 (Results 1 – 12 of 12) sorted by relevance
129 case eTypeUInt64: in GetScalarValue()443 case eTypeUInt64: in SignExtend()466 case eTypeUInt64: in CopyValue()547 case eTypeUInt64: in GetAsUInt64()582 case eTypeUInt64: in GetAsUInt128()615 case eTypeUInt64: in GetAsFloat()635 case eTypeUInt64: in GetAsDouble()656 case eTypeUInt64: in GetAsLongDouble()675 case eTypeUInt64: in GetBytes()697 case eTypeUInt64: in GetByteSize()[all …]
48 eTypeUInt64, enumerator68 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()176 m_type = eTypeUInt64;215 void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
52 eTypeUInt64, enumerator181 case 1u << eTypeUInt64: in ConvertTypeMaskToType()182 return eTypeUInt64; in ConvertTypeMaskToType()
36 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
250 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()256 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()519 case eTypeUInt64: in GetBuiltinTypeAsCString()560 case 1u << eTypeUInt64: in CreateValueFromCStringForTypeMask()
192 case OptionValue::eTypeUInt64: { in Property()
58 case eTypeUInt64: in DumpValue()
75 case eTypeUInt64: in DumpValue()
228 : set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
743 case OptionValue::eTypeUInt64: in ReadArray()853 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
2237 if (is_pc_regnum && value.GetType() == RegisterValue::eTypeUInt64) { in ReadRegister()
14364 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()