Home
last modified time | relevance | path

Searched refs:IsAdd64bitOverflow (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp1652 static int IsAdd64bitOverflow(int64_t a, int64_t b) { in IsAdd64bitOverflow() function
1718 if (IsAdd64bitOverflow(rs_val, rt_val)) in Emulate_BXX_3ops_C()
1723 if (!IsAdd64bitOverflow(rs_val, rt_val)) in Emulate_BXX_3ops_C()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1803 static int IsAdd64bitOverflow(int32_t a, int32_t b) { in IsAdd64bitOverflow() function
1918 if (IsAdd64bitOverflow(rs_val, rt_val)) in Emulate_BXX_3ops_C()
1923 if (!IsAdd64bitOverflow(rs_val, rt_val)) in Emulate_BXX_3ops_C()