Searched refs:swap_p (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ccp.c1355 bool swap_p = false; local
1532 swap_p = true;
1540 const widest_int &o1val = swap_p ? r2val : r1val;
1541 const widest_int &o1mask = swap_p ? r2mask : r1mask;
1542 const widest_int &o2val = swap_p ? r1val : r2val;
1543 const widest_int &o2mask = swap_p ? r1mask : r2mask;
H A Dtree-vect-stmts.c10592 bool swap_p = false;
10609 swap_p = true;
10615 swap_p = true;
10678 if (swap_p)
10699 if (swap_p && j == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ccp.cc1493 bool swap_p = false; local
1809 swap_p = true;
1818 const widest_int &o1val = swap_p ? r2val : r1val;
1819 const widest_int &o1mask = swap_p ? r2mask : r1mask;
1820 const widest_int &o2val = swap_p ? r1val : r2val;
1821 const widest_int &o2mask = swap_p ? r1mask : r2mask;
H A Dtree-vect-stmts.cc10905 bool swap_p = false;
10922 swap_p = true;
10928 swap_p = true;
10989 if (swap_p)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c6513 bool neg_p = false, swap_p = false;
6528 case LE: cond = GE; swap_p = true; break;
6534 case LT: cond = GT; swap_p = true; break;
6561 case GE: cond = GT; neg_p = true; swap_p = true; break;
6563 case GEU: cond = GTU; neg_p = true; swap_p = true; break;
6569 case LT: cond = GT; swap_p = true; break;
6571 case LTU: cond = GTU; swap_p = true; break;
6576 if (swap_p)
6600 bool swap_p = false;
6613 swap_p
6512 bool neg_p = false, swap_p = false; local
6599 bool swap_p = false; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc6626 bool neg_p = false, swap_p = false;
6642 case LE: cond = GE; swap_p = true; break;
6648 case LT: cond = GT; swap_p = true; break;
6688 case GE: cond = GT; neg_p = true; swap_p = true; break;
6690 case GEU: cond = GTU; neg_p = true; swap_p = true; break;
6696 case LT: cond = GT; swap_p = true; break;
6698 case LTU: cond = GTU; swap_p = true; break;
6703 if (swap_p)
6727 bool swap_p = false;
6740 swap_p
6625 bool neg_p = false, swap_p = false; local
6726 bool swap_p = false; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c20927 umips_load_store_pair_p_1 (bool load_p, bool swap_p,
20951 && swap_p
20850 umips_load_store_pair_p_1(bool load_p, bool swap_p, rtx first_reg, rtx mem1, rtx mem2) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c18327 bool swap_p = ((vec_flags & VEC_ADVSIMD) != 0 && BYTES_BIG_ENDIAN); local
18328 rtx elt = CONST_VECTOR_ELT (op, swap_p ? (n_elts - 1 - i) : i);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc21102 umips_load_store_pair_p_1 (bool load_p, bool swap_p,
21126 && swap_p
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc21412 bool swap_p = ((vec_flags & VEC_ADVSIMD) != 0 && BYTES_BIG_ENDIAN);
21413 rtx elt = CONST_VECTOR_ELT (op, swap_p ? (n_elts - 1 - i) : i);

Completed in 1095 milliseconds