Home | History | Annotate | Download | only in gas

Lines Matching refs:target_cpu

756 target_cpu
2512 target_cpu=$1
12491 case ${target_cpu} in
12556 case ${target_cpu} in
12597 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12600 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12603 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12606 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12609 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
13137 case ${target_cpu} in
13146 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
13149 case ${target_cpu} in
13152 *) cgen_cpu_prefix=${target_cpu} ;;
13339 #define TARGET_CPU "${target_cpu}"