Searched refs:machine_regno (Results 1 – 1 of 1) sorted by relevance
69 int machine_regno; member133 bool nonvolatile_reg_p (int machine_regno);142 bool machine_regno_to_lldb_regno (int machine_regno, uint32_t& lldb_regno);261 AssemblyParse_x86::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()443 AssemblyParse_x86::machine_regno_to_lldb_regno (int machine_regno, uint32_t &lldb_regno) in machine_regno_to_lldb_regno() argument459 if (ent->machine_regno == machine_regno) in machine_regno_to_lldb_regno()547 int machine_regno; // register numbers masked directly out of instructions in get_non_call_site_unwind_plan() local597 if (push_reg_p (machine_regno)) in get_non_call_site_unwind_plan()[all …]