Searched refs:eTypeUInt64 (Results 1 – 12 of 12) sorted by relevance
139 case eTypeUInt64: in GetScalarValue()460 case eTypeUInt64: in SignExtend()483 case eTypeUInt64: in CopyValue()566 case eTypeUInt64: in GetAsUInt64()601 case eTypeUInt64: in GetAsUInt128()633 case eTypeUInt64: in GetAsFloat()653 case eTypeUInt64: in GetAsDouble()674 case eTypeUInt64: in GetAsLongDouble()693 case eTypeUInt64: in GetBytes()715 case eTypeUInt64: in GetByteSize()[all …]
38 eTypeUInt64, enumerator58 explicit RegisterValue(uint64_t inst) : m_type(eTypeUInt64) { in RegisterValue()166 m_type = eTypeUInt64;205 void SetUInt64(uint64_t uint, Type t = eTypeUInt64) {
28 case OptionValue::eTypeUInt64: in GetUInt64Value()251 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()257 if (GetType() == OptionValue::eTypeUInt64) in GetAsUInt64()496 case eTypeUInt64: in GetBuiltinTypeAsCString()537 case 1u << eTypeUInt64: in CreateValueFromCStringForTypeMask()
192 case OptionValue::eTypeUInt64: { in Property()
58 case eTypeUInt64: in DumpValue()
71 case eTypeUInt64: in DumpValue()
46 eTypeUInt64, enumerator172 case 1u << eTypeUInt64: in ConvertTypeMaskToType()173 return eTypeUInt64; in ConvertTypeMaskToType()
36 OptionValue::Type GetType() const override { return eTypeUInt64; } in GetType()
236 : set_indexes(OptionValue::ConvertTypeToMask(OptionValue::eTypeUInt64)), in CommandOptions()
735 case OptionValue::eTypeUInt64: in ReadArray()847 data_type = OptionValue::eTypeUInt64; in ReadDictionary()
2198 if (is_pc_regnum && value.GetType() == RegisterValue::eTypeUInt64) { in ReadRegister()
14364 (value_sp->GetType() != OptionValue::eTypeUInt64)) { in TestEmulation()