Lines Matching refs:target_cpu
755 target_cpu
2512 target_cpu=$1
12120 case ${target_cpu} in
12206 case ${target_cpu} in
12247 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12250 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12253 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12256 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12259 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12774 case ${target_cpu} in
12783 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12786 case ${target_cpu} in
12789 *) cgen_cpu_prefix=${target_cpu} ;;
12976 #define TARGET_CPU "${target_cpu}"