Searched refs:m_machine_alt_fp_regnum (Results 1 – 2 of 2) sorted by relevance
27 m_machine_alt_fp_regnum(LLDB_INVALID_REGNUM), in x86AssemblyInspectionEngine()64 m_machine_alt_fp_regnum = k_machine_ebx; in Initialize()90 m_machine_alt_fp_regnum = k_machine_rbx; in Initialize()142 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize()169 m_machine_alt_fp_regnum = k_machine_ebx; in Initialize()195 m_machine_alt_fp_regnum = k_machine_rbx; in Initialize()250 if (machine_regno_to_lldb_regno(m_machine_alt_fp_regnum, lldb_regno)) in Initialize()
177 uint32_t m_machine_alt_fp_regnum; variable