Home
last modified time | relevance | path

Searched refs:ldstm_type (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c9484 vfp_sp_ldstm (str, ldstm_type) in vfp_sp_ldstm() argument
9486 enum vfp_ldstm_type ldstm_type;
9502 else if (ldstm_type != VFP_LDSTMIA)
9521 vfp_dp_ldstm (str, ldstm_type) in vfp_dp_ldstm() argument
9523 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)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c5716 vfp_sp_ldstm (enum vfp_ldstm_type ldstm_type) in vfp_sp_ldstm() argument
5721 constraint (ldstm_type != VFP_LDSTMIA, in vfp_sp_ldstm()
5729 vfp_dp_ldstm (enum vfp_ldstm_type ldstm_type) in vfp_dp_ldstm() argument
5736 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()