Lines Matching refs:RegisterValue
34 bool RegisterValue::GetData(DataExtractor &data) const { in GetData()
38 uint32_t RegisterValue::GetAsMemoryData(const RegisterInfo ®_info, void *dst, in GetAsMemoryData()
74 uint32_t RegisterValue::SetFromMemoryData(const RegisterInfo ®_info, in SetFromMemoryData()
115 bool RegisterValue::GetScalarValue(Scalar &scalar) const { in GetScalarValue()
140 void RegisterValue::Clear() { m_type = eTypeInvalid; } in Clear()
142 RegisterValue::Type RegisterValue::SetType(const RegisterInfo ®_info) { in SetType()
144 RegisterValue copy; in SetType()
155 Status RegisterValue::SetValueFromData(const RegisterInfo ®_info, in SetValueFromData()
249 RegisterValue *reg_value) { in ParseVectorEncoding()
313 Status RegisterValue::SetValueFromString(const RegisterInfo *reg_info, in SetValueFromString()
435 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend()
455 bool RegisterValue::CopyValue(const RegisterValue &rhs) { in CopyValue()
481 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16()
507 uint32_t RegisterValue::GetAsUInt32(uint32_t fail_value, in GetAsUInt32()
537 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64()
572 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128()
608 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat()
627 double RegisterValue::GetAsDouble(double fail_value, bool *success_ptr) const { in GetAsDouble()
647 long double RegisterValue::GetAsLongDouble(long double fail_value, in GetAsLongDouble()
668 const void *RegisterValue::GetBytes() const { in GetBytes()
688 uint32_t RegisterValue::GetByteSize() const { in GetByteSize()
709 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
727 void RegisterValue::SetBytes(const void *bytes, size_t length, in SetBytes()
740 bool RegisterValue::operator==(const RegisterValue &rhs) const { in operator ==()
761 bool RegisterValue::operator!=(const RegisterValue &rhs) const { in operator !=()
765 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit()
805 bool RegisterValue::SetBit(uint32_t bit) { in SetBit()