Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp263 bool x86AssemblyInspectionEngine::nonvolatile_reg_p(int machine_regno) { in nonvolatile_reg_p() argument
265 switch (machine_regno) { in nonvolatile_reg_p()
278 switch (machine_regno) { in nonvolatile_reg_p()
892 int machine_regno, uint32_t &lldb_regno) { in machine_regno_to_lldb_regno() argument
893 MachineRegnumToNameAndLLDBRegnum::iterator it = m_reg_map.find(machine_regno); in machine_regno_to_lldb_regno()
964 int machine_regno; // register numbers masked directly out of instructions in GetNonCallSiteUnwindPlanFromAssembly() local
1040 else if (push_reg_p(machine_regno)) { in GetNonCallSiteUnwindPlanFromAssembly()
1051 if (nonvolatile_reg_p(machine_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
1052 machine_regno_to_lldb_regno(machine_regno, lldb_regno) && in GetNonCallSiteUnwindPlanFromAssembly()
1053 !saved_registers[machine_regno]) { in GetNonCallSiteUnwindPlanFromAssembly()
[all …]
H A Dx86AssemblyInspectionEngine.h93 bool nonvolatile_reg_p(int machine_regno);
133 bool machine_regno_to_lldb_regno(int machine_regno, uint32_t &lldb_regno);