Home | History | Annotate | Download | only in x86

Lines Matching full:machine_regno

69     int machine_regno;
133 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)
265 switch (machine_regno) {
278 switch (machine_regno) {
443 AssemblyParse_x86::machine_regno_to_lldb_regno (int machine_regno, uint32_t &lldb_regno)
459 if (ent->machine_regno == machine_regno)
547 int machine_regno
597 if (push_reg_p (machine_regno))
600 if (nonvolatile_reg_p (machine_regno) && machine_regno_to_lldb_regno (machine_regno, lldb_regno))
619 if (mov_reg_to_local_stack_frame_p (machine_regno, stack_offset) && nonvolatile_reg_p (machine_regno))
621 if (machine_regno_to_lldb_regno (machine_regno, lldb_regno))