Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsimplify-rtx.c416 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop, i % in_n_elts);
2389 ? CONST_VECTOR_ELT (op0, i)
2390 : CONST_VECTOR_ELT (op1, i));
2435 elt = CONST_VECTOR_ELT (op, offset);
2448 &CONST_VECTOR_ELT (op, offset))));
2464 elt = CONST_VECTOR_ELT (op, i);
Dvarasm.c2995 rtx elt = CONST_VECTOR_ELT (x, i);
3013 = CONST_DOUBLE_REAL_VALUE (CONST_VECTOR_ELT (x, i));
3470 elt = CONST_VECTOR_ELT (x, i);
3489 elt = CONST_VECTOR_ELT (x, i);
Dcselib.c601 elt = CONST_VECTOR_ELT (x, i);
Drtl.h1033 #define CONST_VECTOR_ELT(RTX, N) XCVECEXP (RTX, 0, N, CONST_VECTOR) macro
Ddwarf2out.c9234 rtx elt = CONST_VECTOR_ELT (rtl, i);
9272 rtx elt = CONST_VECTOR_ELT (rtl, i);
Dexpmed.c4079 elt = CONST_VECTOR_ELT (x, i);
Dgcse.c1642 elt = CONST_VECTOR_ELT (x, i);
Dcse.c2361 elt = CONST_VECTOR_ELT (x, i);
Dfold-const.c7353 elt = CONST_VECTOR_ELT (r, i);
DChangeLog.716332 (CONST_VECTOR_ELT): New.
/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c906 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (op, i % in_n_elts); in simplify_const_unary_operation()
926 CONST_VECTOR_ELT (op, i), in simplify_const_unary_operation()
2545 return CONST_VECTOR_ELT (trueop0, INTVAL (XVECEXP in simplify_binary_operation_1()
2568 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop0, in simplify_binary_operation_1()
2650 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop0, i); in simplify_binary_operation_1()
2657 RTVEC_ELT (v, i) = CONST_VECTOR_ELT (trueop1, in simplify_binary_operation_1()
2700 CONST_VECTOR_ELT (op0, i), in simplify_const_binary_operation()
2701 CONST_VECTOR_ELT (op1, i)); in simplify_const_binary_operation()
4194 ? CONST_VECTOR_ELT (op0, i) in simplify_ternary_operation()
4195 : CONST_VECTOR_ELT (op1, i)); in simplify_ternary_operation()
[all …]
Dcselib.c624 elt = CONST_VECTOR_ELT (x, i); in cselib_hash_rtx()
Drtl.h1012 #define CONST_VECTOR_ELT(RTX, N) XCVECEXP (RTX, 0, N, CONST_VECTOR) macro
Dvarasm.c3348 rtx elt = CONST_VECTOR_ELT (x, i); in output_constant_pool_2()
Ddwarf2out.c9907 rtx elt = CONST_VECTOR_ELT (rtl, i); in add_const_value_attribute()
9948 rtx elt = CONST_VECTOR_ELT (rtl, i); in add_const_value_attribute()
Dexpmed.c4988 rtx elt = CONST_VECTOR_ELT (x, i); in make_tree()
Dcse.c2279 elt = CONST_VECTOR_ELT (x, i); in hash_rtx()
/openbsd/src/gnu/gcc/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.c2133 rtx tmp = CONST_VECTOR_ELT (op, elt); in const_vector_elt_as_int()
2255 rtx last = CONST_VECTOR_ELT (op, nunits - 1); in gen_easy_altivec_constant()
2330 cst = INTVAL (CONST_VECTOR_ELT (vec, 0)); in output_vec_const_move()
2331 cst2 = INTVAL (CONST_VECTOR_ELT (vec, 1)); in output_vec_const_move()
2332 operands[1] = CONST_VECTOR_ELT (vec, 0); in output_vec_const_move()
2333 operands[2] = CONST_VECTOR_ELT (vec, 1); in output_vec_const_move()
/openbsd/src/gnu/gcc/gcc/config/i386/
Dpredicates.md677 rtx elt = CONST_VECTOR_ELT (op, n_elts);
696 rtx x = CONST_VECTOR_ELT (op, i);
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm.c7177 fprintf (f, HOST_WIDE_INT_PRINT_HEX, INTVAL (CONST_VECTOR_ELT (x, i))); in arm_print_value()
11392 elt = CONST_VECTOR_ELT (x, i); in arm_assemble_integer()
14870 element = CONST_VECTOR_ELT (x, i); in arm_emit_vector_const()
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Drtl.texi1220 @code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
/openbsd/src/gnu/gcc/gcc/doc/
Drtl.texi1387 @code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c8444 CONST_VECTOR_ELT (value, i), insn); in dump_constants_1()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.c1396 elt = CONST_VECTOR_ELT (op, i);

12