Home
last modified time | relevance | path

Searched refs:nonvolatile_reg_p (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h93 bool nonvolatile_reg_p(int machine_regno);
H A Dx86AssemblyInspectionEngine.cpp263 bool x86AssemblyInspectionEngine::nonvolatile_reg_p(int machine_regno) { in nonvolatile_reg_p() function in x86AssemblyInspectionEngine
1051 if (nonvolatile_reg_p(machine_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
1068 if (nonvolatile_reg_p(machine_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
1140 nonvolatile_reg_p(machine_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h168 bool nonvolatile_reg_p(uint64_t regnum);
H A DEmulateInstructionMIPS64.cpp1042 bool EmulateInstructionMIPS64::nonvolatile_reg_p(uint64_t regnum) { in nonvolatile_reg_p() function in EmulateInstructionMIPS64
1155 if (nonvolatile_reg_p(src)) { in Emulate_SD()
1210 if (nonvolatile_reg_p(src)) { in Emulate_LD()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1152 bool EmulateInstructionMIPS::nonvolatile_reg_p(uint32_t regnum) { in nonvolatile_reg_p() function in EmulateInstructionMIPS
1256 if (nonvolatile_reg_p(src)) { in Emulate_SW()
1314 if (nonvolatile_reg_p(src)) { in Emulate_LW()
1520 if (base == dwarf_sp_mips && nonvolatile_reg_p(src)) { in Emulate_SWSP()
1597 if (!nonvolatile_reg_p(src)) in Emulate_SWM16_32()
1656 if (base == dwarf_sp_mips && nonvolatile_reg_p(src)) { in Emulate_LWSP()
1717 if (!nonvolatile_reg_p(dst)) in Emulate_LWM16_32()
H A DEmulateInstructionMIPS.h203 bool nonvolatile_reg_p(uint32_t regnum);