Home
last modified time | relevance | path

Searched refs:get_subtarget (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dexpr.c141 static rtx get_subtarget (rtx);
3863 get_subtarget (rtx x) in get_subtarget() function
5924 rtx subtarget = get_subtarget (target); in force_operand()
6775 subtarget = get_subtarget (target); in expand_expr_real_1()
9164 if (! get_subtarget (target) in do_store_flag()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpr.c158 static rtx get_subtarget PARAMS ((rtx));
4049 get_subtarget (x) in get_subtarget() function
5919 rtx subtarget = get_subtarget (target);
6585 subtarget = get_subtarget (target);
10990 if (! get_subtarget (subtarget)
11040 if (! get_subtarget (target)
H A DChangeLog.34311 * expr.c (get_subtarget): New function.