Searched refs:cst2 (Results 1 – 6 of 6) sorted by relevance
170 double_int_equal_p (double_int cst1, double_int cst2) in double_int_equal_p() argument172 return cst1.low == cst2.low && cst1.high == cst2.high; in double_int_equal_p()
795 x + cst1 == cst2 to x == cst2 - cst1. Made static.
3803 cst2 only for SPE vectors.
25046 x = ((int) y < 0) ? cst1 : cst2.
288 int cst, cst2;306 cst2 = INTVAL (CONST_VECTOR_ELT (op, 1));308 && cst2 >= -0x7fff && cst2 <= 0x7fff;
2320 int cst, cst2; in output_vec_const_move() local2364 cst2 = INTVAL (CONST_VECTOR_ELT (vec, 1)); in output_vec_const_move()2367 if (cst == cst2) in output_vec_const_move()