Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc3223 float sd_value = fast_sqrt(sm_value, isolate_); in DecodeTypeVFP() local
3224 sd_value = canonicalizeNaN(sd_value); in DecodeTypeVFP()
3225 set_s_register_from_float(d, sd_value); in DecodeTypeVFP()
3245 float sd_value = truncf(sm_value); in DecodeTypeVFP() local
3246 sd_value = canonicalizeNaN(sd_value); in DecodeTypeVFP()
3247 set_s_register_from_float(d, sd_value); in DecodeTypeVFP()
3264 float sd_value = sn_value - sm_value; in DecodeTypeVFP() local
3265 sd_value = canonicalizeNaN(sd_value); in DecodeTypeVFP()
3266 set_s_register_from_float(d, sd_value); in DecodeTypeVFP()
3279 float sd_value = sn_value + sm_value; in DecodeTypeVFP() local
[all …]