Searched refs:vfp_s0 (Results 1 – 1 of 1) sorted by relevance
/external/lldb/tools/debugserver/source/MacOSX/arm/ |
D | DNBArchImpl.cpp | 1186 vfp_s0 = 17, // match the g_gdb_register_map_arm table in RNBRemote.cpp enumerator 1351 uint32_t g_invalidate_q0[] {vfp_q0, vfp_d0, vfp_d1, vfp_s0, vfp_s1, vfp_s2, vfp_s3, IN… 1376 #define DEFINE_VFP_S_IDX(idx) e_regSetVFP, vfp_s##idx - vfp_s0, "s" #idx, NULL, IEEE754, FLOAT_FOR… 1377 #define DEFINE_VFP_D_IDX(idx) e_regSetVFP, vfp_d##idx - vfp_s0, "d" #idx, NULL, IEEE754, FLOAT_FOR… 1378 #define DEFINE_VFP_Q_IDX(idx) e_regSetVFP, vfp_q##idx - vfp_s0, "q" #idx, NULL, Vector, VectorOfUI… 1568 reg += vfp_s0; in GetRegisterValue() 1569 if (reg >= vfp_s0 && reg <= vfp_s31) in GetRegisterValue() 1571 value->value.uint32 = m_state.context.vfp.__r[reg - vfp_s0]; in GetRegisterValue() 1666 reg += vfp_s0; in SetRegisterValue() 1668 if (reg >= vfp_s0 && reg <= vfp_s31) in SetRegisterValue() [all …]
|