Lines Matching refs:RegisterValue
36 bool RegisterValue::GetData(DataExtractor &data) const { in GetData()
40 uint32_t RegisterValue::GetAsMemoryData(const RegisterInfo *reg_info, void *dst, in GetAsMemoryData()
86 uint32_t RegisterValue::SetFromMemoryData(const RegisterInfo *reg_info, in SetFromMemoryData()
138 bool RegisterValue::GetScalarValue(Scalar &scalar) const { in GetScalarValue()
186 void RegisterValue::Clear() { m_type = eTypeInvalid; } in Clear()
188 RegisterValue::Type RegisterValue::SetType(const RegisterInfo *reg_info) { in SetType()
190 RegisterValue copy; in SetType()
198 Status RegisterValue::SetValueFromData(const RegisterInfo *reg_info, in SetValueFromData()
297 RegisterValue *reg_value) { in ParseVectorEncoding()
332 Status RegisterValue::SetValueFromString(const RegisterInfo *reg_info, in SetValueFromString()
456 bool RegisterValue::SignExtend(uint32_t sign_bitpos) { in SignExtend()
476 bool RegisterValue::CopyValue(const RegisterValue &rhs) { in CopyValue()
504 uint16_t RegisterValue::GetAsUInt16(uint16_t fail_value, in GetAsUInt16()
530 uint32_t RegisterValue::GetAsUInt32(uint32_t fail_value, in GetAsUInt32()
560 uint64_t RegisterValue::GetAsUInt64(uint64_t fail_value, in GetAsUInt64()
595 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128()
630 float RegisterValue::GetAsFloat(float fail_value, bool *success_ptr) const { in GetAsFloat()
649 double RegisterValue::GetAsDouble(double fail_value, bool *success_ptr) const { in GetAsDouble()
669 long double RegisterValue::GetAsLongDouble(long double fail_value, in GetAsLongDouble()
690 const void *RegisterValue::GetBytes() const { in GetBytes()
709 uint32_t RegisterValue::GetByteSize() const { in GetByteSize()
730 bool RegisterValue::SetUInt(uint64_t uint, uint32_t byte_size) { in SetUInt()
748 void RegisterValue::SetBytes(const void *bytes, size_t length, in SetBytes()
766 bool RegisterValue::operator==(const RegisterValue &rhs) const { in operator ==()
795 bool RegisterValue::operator!=(const RegisterValue &rhs) const { in operator !=()
799 bool RegisterValue::ClearBit(uint32_t bit) { in ClearBit()
839 bool RegisterValue::SetBit(uint32_t bit) { in SetBit()