Lines Matching refs:get_scalar
96 return sim_->get_double_from_d_register(regnum).get_scalar(); in GetVFPDoubleRegisterValue()
120 *value = sim_->get_float_from_s_register(regnum).get_scalar(); in GetVFPSingleValue()
131 *value = sim_->get_double_from_d_register(regnum).get_scalar(); in GetVFPDoubleValue()
896 *x = get_double_from_d_register(0).get_scalar(); in GetFpArgs()
897 *y = get_double_from_d_register(1).get_scalar(); in GetFpArgs()
3217 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3222 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3233 float value = instr->DoubleImmedVmov().get_scalar(); in DecodeTypeVFP()
3239 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3244 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3256 double dn_value = get_double_from_d_register(vn).get_scalar(); in DecodeTypeVFP()
3257 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3262 float sn_value = get_float_from_s_register(n).get_scalar(); in DecodeTypeVFP()
3263 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3271 double dn_value = get_double_from_d_register(vn).get_scalar(); in DecodeTypeVFP()
3272 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3277 float sn_value = get_float_from_s_register(n).get_scalar(); in DecodeTypeVFP()
3278 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3287 double dn_value = get_double_from_d_register(vn).get_scalar(); in DecodeTypeVFP()
3288 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3293 float sn_value = get_float_from_s_register(n).get_scalar(); in DecodeTypeVFP()
3294 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3303 const double dd_val = get_double_from_d_register(vd).get_scalar(); in DecodeTypeVFP()
3304 const double dn_val = get_double_from_d_register(vn).get_scalar(); in DecodeTypeVFP()
3305 const double dm_val = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3317 const float sd_val = get_float_from_s_register(d).get_scalar(); in DecodeTypeVFP()
3318 const float sn_val = get_float_from_s_register(n).get_scalar(); in DecodeTypeVFP()
3319 const float sm_val = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3334 double dn_value = get_double_from_d_register(vn).get_scalar(); in DecodeTypeVFP()
3335 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeTypeVFP()
3341 float sn_value = get_float_from_s_register(n).get_scalar(); in DecodeTypeVFP()
3342 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeTypeVFP()
3581 double dd_value = get_double_from_d_register(d).get_scalar(); in DecodeVCMP()
3584 dm_value = get_double_from_d_register(m).get_scalar(); in DecodeVCMP()
3596 float sd_value = get_float_from_s_register(d).get_scalar(); in DecodeVCMP()
3599 sm_value = get_float_from_s_register(m).get_scalar(); in DecodeVCMP()
3629 double val = get_double_from_d_register(src).get_scalar(); in DecodeVCVTBetweenDoubleAndSingle()
3632 float val = get_float_from_s_register(src).get_scalar(); in DecodeVCVTBetweenDoubleAndSingle()
3767 double val = double_precision ? get_double_from_d_register(src).get_scalar() in DecodeVCVTBetweenFloatingPointAndInteger()
3768 : get_float_from_s_register(src).get_scalar(); in DecodeVCVTBetweenFloatingPointAndInteger()
5515 double dm_value = get_double_from_d_register(vm).get_scalar(); in DecodeSpecialCondition()
5541 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeSpecialCondition()
5571 double dn_value = get_double_from_d_register(n).get_scalar(); in DecodeSpecialCondition()
5572 double dm_value = get_double_from_d_register(m).get_scalar(); in DecodeSpecialCondition()
5601 float sn_value = get_float_from_s_register(n).get_scalar(); in DecodeSpecialCondition()
5602 float sm_value = get_float_from_s_register(m).get_scalar(); in DecodeSpecialCondition()