Home | History | Annotate | Download | only in gas

Lines Matching refs:target_cpu

703 target_cpu
2387 target_cpu=$1
12036 case ${target_cpu} in
12122 case ${target_cpu} in
12166 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12169 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12172 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12175 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12178 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12533 case ${target_cpu} in
12542 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12545 case ${target_cpu} in
12548 *) cgen_cpu_prefix=${target_cpu} ;;
12744 #define TARGET_CPU "${target_cpu}"