Lines Matching refs:target_index
424 SIM_CPU *current_cpu, SI base_index, SI disp_index, SI target_index,
465 if (target_index & 1)
471 if (target_index & 3)
507 SET_NESR_DRN (nesr, target_index);
534 SET_NE_FLAG (NE_flags, target_index);
541 SET_NE_FLAG (NE_flags, target_index);
559 SET_NE_FLAG (NE_flags, target_index);
563 CLEAR_NE_FLAG (NE_flags, target_index);
648 int target_index, int non_excepting)
667 SET_NE_FLAG (NE_flags, target_index);
791 clear_nesr_neear (SIM_CPU *current_cpu, SI target_index, BI is_float)
810 if (target_index < 0 || GET_NESR_DRN (nesr) == target_index)
822 SI target_index,
831 if (target_index >= 0)
832 CLEAR_NE_FLAG (NE_flags, target_index);
843 /* Return 1 if the given register is available, 0 otherwise. TARGET_INDEX==-1
857 frvbf_clear_ne_flags (SIM_CPU *current_cpu, SI target_index, BI is_float)
870 if (! frv_check_register_access (current_cpu, target_index,
881 clear_ne_flags (current_cpu, target_index, hi_available, lo_available,
890 clear_nesr_neear (current_cpu, target_index, is_float);
895 frvbf_commit (SIM_CPU *current_cpu, SI target_index, BI is_float)
910 if (! frv_check_register_access (current_cpu, target_index,
922 if (target_index >= 0)
923 NE_flag = GET_NE_FLAG (NE_flags, target_index);
931 clear_ne_flags (current_cpu, target_index, hi_available, lo_available,
941 clear_nesr_neear (current_cpu, target_index, is_float);