Home
last modified time | relevance | path

Searched refs:CONST_VECTOR_ELT (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dsimplify-rtx.c907 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (op, i % in_n_elts); in simplify_const_unary_operation()
927 CONST_VECTOR_ELT (op, i), in simplify_const_unary_operation()
2549 return CONST_VECTOR_ELT (trueop0, INTVAL (XVECEXP in simplify_binary_operation_1()
2572 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop0, in simplify_binary_operation_1()
2654 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop0, i); in simplify_binary_operation_1()
2661 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop1, in simplify_binary_operation_1()
2704 CONST_VECTOR_ELT (op0, i), in simplify_const_binary_operation()
2705 CONST_VECTOR_ELT (op1, i)); in simplify_const_binary_operation()
4198 ? CONST_VECTOR_ELT (op0, i) in simplify_ternary_operation()
4199 : CONST_VECTOR_ELT (op1, i)); in simplify_ternary_operation()
[all …]
Dcselib.c624 elt = CONST_VECTOR_ELT (x, i); in cselib_hash_rtx()
Drtl.h1026 #define CONST_VECTOR_ELT(RTX, N) XCVECEXP (RTX, 0, N, CONST_VECTOR) macro
Dvarasm.c3347 rtx elt = CONST_VECTOR_ELT (x, i); in output_constant_pool_2()
Ddwarf2out.c9958 rtx elt = CONST_VECTOR_ELT (rtl, i); in add_const_value_attribute()
9999 rtx elt = CONST_VECTOR_ELT (rtl, i); in add_const_value_attribute()
Dexpmed.c4984 rtx elt = CONST_VECTOR_ELT (x, i); in make_tree()
Dcse.c2289 elt = CONST_VECTOR_ELT (x, i); in hash_rtx()
DChangeLog-20064523 macro CONST_VECTOR_ELT in order to handle FP vector modes.
DChangeLog-200230779 (CONST_VECTOR_ELT): New.
/freebsd-12-stable/contrib/gcc/config/rs6000/
Dpredicates.md305 cst = INTVAL (CONST_VECTOR_ELT (op, 0));
306 cst2 = INTVAL (CONST_VECTOR_ELT (op, 1));
321 rtx last = CONST_VECTOR_ELT (op, GET_MODE_NUNITS (mode) - 1);
Drs6000.c2166 rtx tmp = CONST_VECTOR_ELT (op, elt); in const_vector_elt_as_int()
2288 rtx last = CONST_VECTOR_ELT (op, nunits - 1); in gen_easy_altivec_constant()
2363 cst = INTVAL (CONST_VECTOR_ELT (vec, 0)); in output_vec_const_move()
2364 cst2 = INTVAL (CONST_VECTOR_ELT (vec, 1)); in output_vec_const_move()
2365 operands[1] = CONST_VECTOR_ELT (vec, 0); in output_vec_const_move()
2366 operands[2] = CONST_VECTOR_ELT (vec, 1); in output_vec_const_move()
/freebsd-12-stable/contrib/gcc/config/i386/
Dpredicates.md677 rtx elt = CONST_VECTOR_ELT (op, n_elts);
696 rtx x = CONST_VECTOR_ELT (op, i);
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.c7187 fprintf (f, HOST_WIDE_INT_PRINT_HEX, INTVAL (CONST_VECTOR_ELT (x, i))); in arm_print_value()
11402 elt = CONST_VECTOR_ELT (x, i); in arm_assemble_integer()
14979 element = CONST_VECTOR_ELT (x, i); in arm_emit_vector_const()
/freebsd-12-stable/contrib/gcc/doc/
Drtl.texi1387 @code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c8468 CONST_VECTOR_ELT (value, i), insn); in dump_constants_1()