Searched refs:ldstm_type (Results 1 – 2 of 2) sorted by relevance
9484 vfp_sp_ldstm (str, ldstm_type) in vfp_sp_ldstm() argument9486 enum vfp_ldstm_type ldstm_type;9502 else if (ldstm_type != VFP_LDSTMIA)9521 vfp_dp_ldstm (str, ldstm_type) in vfp_dp_ldstm() argument9523 enum vfp_ldstm_type ldstm_type;9539 else if (ldstm_type != VFP_LDSTMIA && ldstm_type != VFP_LDSTMIAX)9553 if (ldstm_type == VFP_LDSTMIAX || ldstm_type == VFP_LDSTMDBX)
5716 vfp_sp_ldstm (enum vfp_ldstm_type ldstm_type) in vfp_sp_ldstm() argument5721 constraint (ldstm_type != VFP_LDSTMIA, in vfp_sp_ldstm()5729 vfp_dp_ldstm (enum vfp_ldstm_type ldstm_type) in vfp_dp_ldstm() argument5736 constraint (ldstm_type != VFP_LDSTMIA && ldstm_type != VFP_LDSTMIAX, in vfp_dp_ldstm()5743 if (ldstm_type == VFP_LDSTMIAX || ldstm_type == VFP_LDSTMDBX) in vfp_dp_ldstm()