Searched refs:cur_op (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-generic.c | 689 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps); in expand_vector_divmod() 723 return cur_op; in expand_vector_divmod() 734 cur_op = add_rshift (gsi, type, cur_op, shifts); in expand_vector_divmod() 789 cur_op = op0; in expand_vector_divmod() 798 cur_op = add_rshift (gsi, type, cur_op, pre_shifts); in expand_vector_divmod() 835 cur_op = add_rshift (gsi, type, cur_op, post_shifts); in expand_vector_divmod() 875 cur_op = gimplify_build2 (gsi, PLUS_EXPR, type, cur_op, op0); in expand_vector_divmod() 877 cur_op = add_rshift (gsi, type, cur_op, post_shifts); in expand_vector_divmod() 888 cur_op = gimplify_build2 (gsi, MINUS_EXPR, type, cur_op, tem); in expand_vector_divmod() 890 cur_op = gimplify_build2 (gsi, MINUS_EXPR, type, tem, cur_op); in expand_vector_divmod() [all …]
|
H A D | tree-vect-generic.cc | 789 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps); in expand_vector_divmod() 825 return cur_op; in expand_vector_divmod() 836 cur_op = add_rshift (gsi, type, cur_op, shifts); in expand_vector_divmod() 891 cur_op = op0; in expand_vector_divmod() 900 cur_op = add_rshift (gsi, type, cur_op, pre_shifts); in expand_vector_divmod() 937 cur_op = add_rshift (gsi, type, cur_op, post_shifts); in expand_vector_divmod() 977 cur_op = gimplify_build2 (gsi, PLUS_EXPR, type, cur_op, op0); in expand_vector_divmod() 979 cur_op = add_rshift (gsi, type, cur_op, post_shifts); in expand_vector_divmod() 990 cur_op = gimplify_build2 (gsi, MINUS_EXPR, type, cur_op, tem); in expand_vector_divmod() 992 cur_op = gimplify_build2 (gsi, MINUS_EXPR, type, tem, cur_op); in expand_vector_divmod() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-generic.c | 689 cur_op = add_rshift (gsi, uns_type, cur_op, shift_temps); in expand_vector_divmod() 723 return cur_op; in expand_vector_divmod() 734 cur_op = add_rshift (gsi, type, cur_op, shifts); in expand_vector_divmod() 789 cur_op = op0; in expand_vector_divmod() 798 cur_op = add_rshift (gsi, type, cur_op, pre_shifts); in expand_vector_divmod() 835 cur_op = add_rshift (gsi, type, cur_op, post_shifts); in expand_vector_divmod() 875 cur_op = gimplify_build2 (gsi, PLUS_EXPR, type, cur_op, op0); in expand_vector_divmod() 877 cur_op = add_rshift (gsi, type, cur_op, post_shifts); in expand_vector_divmod() 888 cur_op = gimplify_build2 (gsi, MINUS_EXPR, type, cur_op, tem); in expand_vector_divmod() 890 cur_op = gimplify_build2 (gsi, MINUS_EXPR, type, tem, cur_op); in expand_vector_divmod() [all …]
|
/netbsd/sys/dev/marvell/ |
H A D | mvxpsec.c | 3068 uint32_t cur_op = acc_desc->acc_config & MV_ACC_CRYPTO_OP_MASK; in mvxpsec_packet_update_op_order() local 3073 if (cur_op == 0) in mvxpsec_packet_update_op_order() 3075 else if (cur_op == MV_ACC_CRYPTO_OP_MAC && op == MV_ACC_CRYPTO_OP_ENC) { in mvxpsec_packet_update_op_order() 3080 else if (cur_op == MV_ACC_CRYPTO_OP_ENC && op == MV_ACC_CRYPTO_OP_MAC) { in mvxpsec_packet_update_op_order()
|