Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Ddouble-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()
DChangeLog-2004795 x + cst1 == cst2 to x == cst2 - cst1. Made static.
DChangeLog-20053803 cst2 only for SPE vectors.
DChangeLog-200225046 x = ((int) y < 0) ? cst1 : cst2.
/freebsd-12-stable/contrib/gcc/config/rs6000/
Dpredicates.md288 int cst, cst2;
306 cst2 = INTVAL (CONST_VECTOR_ELT (op, 1));
308 && cst2 >= -0x7fff && cst2 <= 0x7fff;
Drs6000.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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td510 // Fold (unmerge cst) -> cst1, cst2, ...