Searched refs:machine_regno (Results 1 – 2 of 2) sorted by relevance
263 bool x86AssemblyInspectionEngine::nonvolatile_reg_p(int machine_regno) { in nonvolatile_reg_p() argument265 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() argument893 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() local1040 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 …]
93 bool nonvolatile_reg_p(int machine_regno);133 bool machine_regno_to_lldb_regno(int machine_regno, uint32_t &lldb_regno);