Searched refs:CONST_VECTOR_ELT (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | simplify-rtx.c | 907 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 …]
|
| D | cselib.c | 624 elt = CONST_VECTOR_ELT (x, i); in cselib_hash_rtx()
|
| D | rtl.h | 1026 #define CONST_VECTOR_ELT(RTX, N) XCVECEXP (RTX, 0, N, CONST_VECTOR) macro
|
| D | varasm.c | 3347 rtx elt = CONST_VECTOR_ELT (x, i); in output_constant_pool_2()
|
| D | dwarf2out.c | 9958 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()
|
| D | expmed.c | 4984 rtx elt = CONST_VECTOR_ELT (x, i); in make_tree()
|
| D | cse.c | 2289 elt = CONST_VECTOR_ELT (x, i); in hash_rtx()
|
| D | ChangeLog-2006 | 4523 macro CONST_VECTOR_ELT in order to handle FP vector modes.
|
| D | ChangeLog-2002 | 30779 (CONST_VECTOR_ELT): New.
|
| /freebsd-12-stable/contrib/gcc/config/rs6000/ |
| D | predicates.md | 305 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);
|
| D | rs6000.c | 2166 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/ |
| D | predicates.md | 677 rtx elt = CONST_VECTOR_ELT (op, n_elts); 696 rtx x = CONST_VECTOR_ELT (op, i);
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | arm.c | 7187 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/ |
| D | rtl.texi | 1387 @code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | mips.c | 8468 CONST_VECTOR_ELT (value, i), insn); in dump_constants_1()
|