LLDB mainline
Macros | Functions
EmulateInstructionMIPS64.cpp File Reference
#include "EmulateInstructionMIPS64.h"
#include <cstdlib>
#include <optional>
#include "lldb/Core/Address.h"
#include "lldb/Core/Opcode.h"
#include "lldb/Core/PluginManager.h"
#include "lldb/Host/PosixApi.h"
#include "lldb/Symbol/UnwindPlan.h"
#include "lldb/Utility/ArchSpec.h"
#include "lldb/Utility/ConstString.h"
#include "lldb/Utility/DataExtractor.h"
#include "lldb/Utility/RegisterValue.h"
#include "lldb/Utility/Stream.h"
#include "llvm-c/Disassembler.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCContext.h"
#include "llvm/MC/MCDisassembler/MCDisassembler.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCInstrInfo.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCTargetOptions.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/ADT/STLExtras.h"
#include "Plugins/Process/Utility/InstructionUtils.h"
#include "Plugins/Process/Utility/RegisterContext_mips.h"

Go to the source code of this file.

Macros

#define UInt(x)   ((uint64_t)x)
 
#define integer   int64_t
 

Functions

static int IsAdd64bitOverflow (int64_t a, int64_t b)
 

Macro Definition Documentation

◆ integer

#define integer   int64_t

Definition at line 47 of file EmulateInstructionMIPS64.cpp.

◆ UInt

#define UInt (   x)    ((uint64_t)x)

Definition at line 46 of file EmulateInstructionMIPS64.cpp.

Function Documentation

◆ IsAdd64bitOverflow()

static int IsAdd64bitOverflow ( int64_t  a,
int64_t  b 
)
static

Definition at line 1640 of file EmulateInstructionMIPS64.cpp.