Lines Matching refs:RegisterValue

34 bool RegisterValue::GetData(DataExtractor &data) const {  in GetData()
38 uint32_t RegisterValue::GetAsMemoryData(const RegisterInfo *reg_info, void *dst, in GetAsMemoryData()
84 uint32_t RegisterValue::SetFromMemoryData(const RegisterInfo *reg_info, in SetFromMemoryData()
136 bool RegisterValue::GetScalarValue(Scalar &scalar) const { in GetScalarValue()
160 void RegisterValue::Clear() { m_type = eTypeInvalid; } in Clear()
162 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType()
164 RegisterValue copy; in SetType()
172 Status RegisterValue::SetValueFromData(const RegisterInfo *reg_info, in SetValueFromData()
271 RegisterValue *reg_value) { in ParseVectorEncoding()
335 Status RegisterValue::SetValueFromString(const RegisterInfo *reg_info, in SetValueFromString()
459 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend()
479 bool RegisterValue::CopyValue(const RegisterValue &rhs) { in CopyValue()
507 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16()
533 uint32_t RegisterValue::GetAsUInt32(uint32_t fail_value, in GetAsUInt32()
563 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64()
598 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128()
633 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat()
652 double RegisterValue::GetAsDouble(double fail_value, bool *success_ptr) const { in GetAsDouble()
672 long double RegisterValue::GetAsLongDouble(long double fail_value, in GetAsLongDouble()
693 const void *RegisterValue::GetBytes() const { in GetBytes()
713 uint32_t RegisterValue::GetByteSize() const { in GetByteSize()
734 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
752 void RegisterValue::SetBytes(const void *bytes, size_t length, in SetBytes()
770 bool RegisterValue::operator==(const RegisterValue &rhs) const { in operator ==()
799 bool RegisterValue::operator!=(const RegisterValue &rhs) const { in operator !=()
803 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit()
843 bool RegisterValue::SetBit(uint32_t bit) { in SetBit()