Searched refs:encode_arm_vfp_sp_reg (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 4318 encode_arm_vfp_sp_reg (int reg, enum vfp_sp_reg_pos pos) in encode_arm_vfp_sp_reg() function 5634 encode_arm_vfp_sp_reg (inst.operands[0].reg, VFP_REG_Sd); in do_vfp_sp_monadic() 5635 encode_arm_vfp_sp_reg (inst.operands[1].reg, VFP_REG_Sm); in do_vfp_sp_monadic() 5641 encode_arm_vfp_sp_reg (inst.operands[0].reg, VFP_REG_Sd); in do_vfp_sp_dyadic() 5642 encode_arm_vfp_sp_reg (inst.operands[1].reg, VFP_REG_Sn); in do_vfp_sp_dyadic() 5643 encode_arm_vfp_sp_reg (inst.operands[2].reg, VFP_REG_Sm); in do_vfp_sp_dyadic() 5649 encode_arm_vfp_sp_reg (inst.operands[0].reg, VFP_REG_Sd); in do_vfp_sp_compare_z() 5656 encode_arm_vfp_sp_reg (inst.operands[1].reg, VFP_REG_Sm); in do_vfp_dp_sp_cvt() 5662 encode_arm_vfp_sp_reg (inst.operands[0].reg, VFP_REG_Sd); in do_vfp_sp_dp_cvt() 5670 encode_arm_vfp_sp_reg (inst.operands[1].reg, VFP_REG_Sn); in do_vfp_reg_from_sp() [all …]
|