Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/
HDdouble-int.h170 double_int_equal_p (double_int cst1, double_int cst2) in double_int_equal_p() argument
172 return cst1.low == cst2.low && cst1.high == cst2.high; in double_int_equal_p()
HDChangeLog-2004795 x + cst1 == cst2 to x == cst2 - cst1. Made static.
HDChangeLog-20053803 cst2 only for SPE vectors.
HDChangeLog-200225046 x = ((int) y < 0) ? cst1 : cst2.
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDpredicates.md288 int cst, cst2;
306 cst2 = INTVAL (CONST_VECTOR_ELT (op, 1));
308 && cst2 >= -0x7fff && cst2 <= 0x7fff;
HDrs6000.c2320 int cst, cst2; in output_vec_const_move() local
2364 cst2 = INTVAL (CONST_VECTOR_ELT (vec, 1)); in output_vec_const_move()
2367 if (cst == cst2) in output_vec_const_move()