Searched refs:pred_half (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386-expand.c | 15766 REAL_VALUE_TYPE pred_half, half_minus_pred_half; in ix86_expand_lround() local 15772 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_lround() 15775 adj = force_reg (mode, const_double_from_real_value (pred_half, mode)); in ix86_expand_lround() 16152 REAL_VALUE_TYPE pred_half, half_minus_pred_half; in ix86_expand_round() local 16166 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_round() 16169 half = force_reg (mode, const_double_from_real_value (pred_half, mode)); in ix86_expand_round() 16265 REAL_VALUE_TYPE pred_half, half_minus_pred_half; in ix86_expand_round_sse4() local 16288 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_round_sse4() 16289 half = const_double_from_real_value (pred_half, mode); in ix86_expand_round_sse4()
|
| H A D | sse.md | 18091 REAL_VALUE_TYPE pred_half, half_minus_pred_half; 18099 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); 18100 half = const_double_from_real_value (pred_half, scalar_mode);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386-expand.cc | 17801 REAL_VALUE_TYPE pred_half, half_minus_pred_half; in ix86_expand_lround() local 17807 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_lround() 17810 adj = force_reg (mode, const_double_from_real_value (pred_half, mode)); in ix86_expand_lround() 18189 REAL_VALUE_TYPE pred_half, half_minus_pred_half; in ix86_expand_round() local 18202 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_round() 18205 half = force_reg (mode, const_double_from_real_value (pred_half, mode)); in ix86_expand_round() 18300 REAL_VALUE_TYPE pred_half, half_minus_pred_half; in ix86_expand_round_sse4() local 18323 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); in ix86_expand_round_sse4() 18324 half = const_double_from_real_value (pred_half, mode); in ix86_expand_round_sse4()
|
| H A D | sse.md | 22872 REAL_VALUE_TYPE pred_half, half_minus_pred_half; 22880 real_arithmetic (&pred_half, MINUS_EXPR, &dconsthalf, &half_minus_pred_half); 22881 half = const_double_from_real_value (pred_half, scalar_mode);
|