Searched refs:VFP_LDSTMIA (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-arm.c | 581 VFP_LDSTMIA, VFP_LDSTMDB, VFP_LDSTMIAX, VFP_LDSTMDBX enumerator 9502 else if (ldstm_type != VFP_LDSTMIA) 9539 else if (ldstm_type != VFP_LDSTMIA && ldstm_type != VFP_LDSTMIAX) 9564 vfp_sp_ldstm (str, VFP_LDSTMIA); 9578 vfp_dp_ldstm (str, VFP_LDSTMIA);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 365 VFP_LDSTMIA, VFP_LDSTMDB, VFP_LDSTMIAX, VFP_LDSTMDBX enumerator 5721 constraint (ldstm_type != VFP_LDSTMIA, in vfp_sp_ldstm() 5736 constraint (ldstm_type != VFP_LDSTMIA && ldstm_type != VFP_LDSTMIAX, in vfp_dp_ldstm() 5752 vfp_sp_ldstm (VFP_LDSTMIA); in do_vfp_sp_ldstmia() 5764 vfp_dp_ldstm (VFP_LDSTMIA); in do_vfp_dp_ldstmia()
|