Home
last modified time | relevance | path

Searched refs:emit_group_store (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dexpr.h408 extern void emit_group_store (rtx, rtx, tree, int);
Dfunction.c2369 emit_group_store (validize_mem (stack_parm), entry_parm, in assign_parm_adjust_entry_rtl()
2518 emit_group_store (t, entry_parm, NULL_TREE, in assign_parm_setup_block()
2523 emit_group_store (parmreg, entry_parm, data->nominal_type, in assign_parm_setup_block()
2574 emit_group_store (mem, entry_parm, data->passed_type, size); in assign_parm_setup_block()
Dcalls.c2893 emit_group_store (target, valreg, TREE_TYPE (exp), in expand_call()
3881 emit_group_store (temp, valreg, NULL_TREE, in emit_library_call_value_1()
3925 emit_group_store (value, valreg, NULL_TREE, GET_MODE_SIZE (outmode)); in emit_library_call_value_1()
Dexpr.c1857 emit_group_store (rtx orig_dst, rtx src, tree type ATTRIBUTE_UNUSED, int ssize) in emit_group_store() function
1873 emit_group_store (dst, src, type, ssize); in emit_group_store()
1921 emit_group_store (temp, src, type, ssize); in emit_group_store()
DChangeLog-20067407 * expr.c (emit_group_store): Correct operand order in call to
7906 * expr.c (emit_group_store): Check whether simplify_gen_subreg returns
8016 * expr.c (emit_group_store): Make BYTEPOS a HOST_WIDE_INT to
8042 * expr.c (emit_group_store): Optimize group stores into a pseudo
8233 * expr.c (emit_group_store): Only create a new pseudo reg if the
DFSFChangeLog535 * calls.c (expand_call): Don't call emit_group_store if target
DChangeLog-20045154 pseudo registers. Do emit_group_store in conversion_insns.
7200 (emit_group_store): Similarly.
7540 * expr.c (emit_group_store): Do not treat floats as BLKmode.
7605 (emit_group_store): Same.
14575 emit_group_move, emit_group_store, use_reg, use_regs,
16947 * expr.c (convert_move, emit_group_load, emit_group_store,
19056 * expr.c (convert_move, emit_group_load, emit_group_store,
23473 emit_group_store, emit_store_flag,
24148 * expr.c (emit_group_load, emit_group_store, copy_blkmode_from_reg,
25958 * expr.c (emit_group_load, emit_group_store): Likewise.
[all …]
DChangeLog-200310453 arguments to emit_group_store.
13989 (emit_group_load, emit_group_store): Adjust declarations.
13994 (emit_group_store): Likewise.
13996 emit_group_load and emit_group_store calls.
14003 and emit_group_store calls.
14005 Adjust emit_group_store call. Store values at the "wrong" end
31643 * expr.c (emit_group_store): Fix crash when converting single
34679 * expr.c (emit_group_store): Initialize dst with CONST0_RTX
DChangeLog-200011971 * expr.c (emit_group_store): Don't set it.
23801 (expand_call): Likewise, to emit_group_store and emit_block_move.
23807 (emit_block_move, emit_group_load, emit_group_store): Likewise.
23818 (assign_parms): Likewise to emit_group_store.
24303 (emit_group_store): Likewise.
28801 (emit_block_move, emit_group_load, emit_group_store): Likewise.
28813 * expr.h (emit_block_move, emit_group_load, emit_group_store):
DFSFChangeLog.119054 * expr.c (emit_group_store): For REG case, call gen_lowpart if
12480 * expr.c (emit_group_load, emit_group_store): New functions.
12485 * expr.h (emit_group_load, emit_group_store, use_group_regs): New
DChangeLog-19984776 * expr.c (emit_group_store): Handle a PARALLEL destination.
9289 * expr.c (emit_group_load, emit_group_store): Rewrite considering
DChangeLog-20015606 (store_field, emit_group_load, emit_group_store): Likewise.
5607 * expr.h (emit_group_load, emit_group_store): Delete ALIGN parm.
31627 (emit_group_store): Likewise.
DChangeLog-200227432 * expr.c (emit_group_store): Handle storing into CONCAT.
27928 * expr.c (emit_group_store): Don't copy const0_rtx to a CONCAT.
DChangeLog-199920872 (emit_group_store): Use MEM_SET_IN_STRUCT_P.