Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRegisterValue.h139 llvm::APInt GetAsUInt128(const llvm::APInt &fail_value,
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp573 llvm::APInt RegisterValue::GetAsUInt128(const llvm::APInt &fail_value, in GetAsUInt128() function in RegisterValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp2280 wr_val = reg_value.GetAsUInt128(fail_value); in Emulate_MSA_Branch_V()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp2957 wr_val = reg_value.GetAsUInt128(fail_value); in Emulate_MSA_Branch_V()