Home
last modified time | relevance | path

Searched refs:GetAsUInt128 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h130 llvm::APInt GetAsUInt128(const llvm::APInt &fail_value,
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp598 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128() function in RegisterValue
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp2275 wr_val = reg_value.GetAsUInt128(fail_value); in Emulate_MSA_Branch_V()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS/
DEmulateInstructionMIPS.cpp2962 wr_val = reg_value.GetAsUInt128(fail_value); in Emulate_MSA_Branch_V()