Home
last modified time | relevance | path

Searched refs:targ (Results 1 – 25 of 53) sorted by relevance

123

/toolchain/binutils/binutils-2.27/gas/
Dmakefile.vms40 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\
63 targ-cpu.obj: targ-cpu.c targ-cpu.h
74 $(RM) atof-targ.c;
77 $(RM) targ-env.h;
78 $(RM) targ-cpu.h;
79 $(RM) targ-cpu.c;
D.gitignore5 /targ-cpu.h
6 /targ-env.h
Dconfigure.com44 $ open/write outfile targ-cpu.h
48 $ open/write outfile targ-cpu.c
54 $ open/write outfile targ-env.h
70 $ create atof-targ.c
Ddep-in.sed28 s! targ-cpu\.h!!g
29 s! targ-env\.h!!g
Dconfigure.ac174 targ=${this_target}
926 [rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
927 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
929 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
Dconfigure.tgt25 # targ a configuration target name, such as i686-pc-linux-gnu.
43 eval `echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
DMakefile.am380 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-d10v/
Dd10v.exp161 foreach targ $opts(target) {
162 if [istarget $targ] {
171 foreach targ $opts(notarget) {
172 if [istarget $targ] {
195 foreach targ $opts(xfail) {
196 setup_xfail $targ
/toolchain/binutils/binutils-2.27/bfd/
Dpe-mips.c626 bfd_vma val, tmp, targ, src, low; in coff_pe_mips_relocate_section() local
741 targ = val + (tmp & 0x03ffffff) * 4; in coff_pe_mips_relocate_section()
742 if ((src & 0xf0000000) != (targ & 0xf0000000)) in coff_pe_mips_relocate_section()
749 tmp |= (targ / 4) & 0x3ffffff; in coff_pe_mips_relocate_section()
759 targ = val + rel[1].r_offset + ((tmp & 0xffff) << 16); in coff_pe_mips_relocate_section()
767 targ = val + low + ((tmp & 0xffff) << 16); in coff_pe_mips_relocate_section()
776 tmp |= (targ >> 16) & 0xffff; in coff_pe_mips_relocate_section()
782 targ = val + (tmp & 0xffff); in coff_pe_mips_relocate_section()
785 tmp |= targ & 0xffff; in coff_pe_mips_relocate_section()
Daout-adobe.c198 char *targ; in aout_adobe_object_p() local
218 targ = getenv ("GNUTARGET"); in aout_adobe_object_p()
219 if (targ && !strcmp (targ, aout_adobe_vec.name)) in aout_adobe_object_p()
Dconfig.bfd20 # Set shell variable targ to canonical target name, and run
50 case $targ in
52 echo "*** Configuration $targ is obsolete." >&2
60 echo "*** Configuration $targ is obsolete." >&2
68 case $targ in
87 echo "*** Configuration $targ is obsolete." >&2
93 targ_cpu=`echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
151 case "${targ}" in
215 case "${targ}" in
636 case "${targ}" in
[all …]
Dconfigure.ac291 for targ in `echo $enable_targets | sed 's/,/ /g'`
293 result=`$ac_config_sub $targ 2>/dev/null`
298 canon_targets="$canon_targets $targ"
309 for targ in $target $canon_targets
311 if test "x$targ" = "xall"; then
316 if test "x$targ" = "x$target"; then
/toolchain/binutils/binutils-2.27/binutils/
Dconfigure.ac215 for targ in `echo $enable_targets | sed 's/,/ /g'`
217 result=`$ac_config_sub $targ 2>/dev/null`
222 canon_targets="$canon_targets $targ"
247 for targ in $target $canon_targets
249 if test "x$targ" = "xall"; then
265 case $targ in
286 case $targ in
290 case $targ in
416 case $targ in
491 targ=$target
[all …]
Dconfigure.tgt22 # This file switches on the shell variable ${targ}, and sets the
27 case "${targ}" in
/toolchain/binutils/binutils-2.27/gold/
Dconfigure.tgt28 # This file switches on the shell variable ${targ}, which is a
50 case "$targ" in
56 case "$targ" in
69 case "$targ" in
Dconfigure.ac153 for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do
154 result=`$ac_config_sub $targ 2>/dev/null`
159 canon_targets="$canon_targets $targ"
175 for targ in $target $canon_targets; do
176 if test "$targ" = "all"; then
186 AC_MSG_ERROR("unsupported target $targ")
213 if test "$target" = "$targ"; then
Dconfigure1147 -target | --target | --targe | --targ | --tar | --ta | --t)
1149 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
3401 for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do
3402 result=`$ac_config_sub $targ 2>/dev/null`
3407 canon_targets="$canon_targets $targ"
3423 for targ in $target $canon_targets; do
3424 if test "$targ" = "all"; then
3434 as_fn_error "\"unsupported target $targ\"" "$LINENO" 5
3461 if test "$target" = "$targ"; then
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
Dshared.exp656 foreach targ $xfails {
657 setup_xfail $targ
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-xtensa.c3091 xg_is_single_relaxable_insn (TInsn *insn, TInsn *targ, bfd_boolean narrow_only) in xg_is_single_relaxable_insn() argument
3117 if (targ) in xg_is_single_relaxable_insn()
3118 xg_build_to_insn (targ, insn, match->to_instr); in xg_is_single_relaxable_insn()
3441 xg_build_to_insn (TInsn *targ, TInsn *insn, BuildInstr *bi) in xg_build_to_insn() argument
3446 tinsn_init (targ); in xg_build_to_insn()
3447 targ->debug_line = insn->debug_line; in xg_build_to_insn()
3448 targ->loc_directive_seen = insn->loc_directive_seen; in xg_build_to_insn()
3453 targ->opcode = bi->opcode; in xg_build_to_insn()
3454 targ->insn_type = ITYPE_INSN; in xg_build_to_insn()
3455 targ->is_specific_opcode = FALSE; in xg_build_to_insn()
[all …]
Dobj-macho.c1970 symbolS *targ = fix->fx_addsy; in obj_mach_o_force_reloc() local
1976 if (S_GET_SEGMENT (targ) == absolute_section) in obj_mach_o_force_reloc()
1979 return obj_mach_o_in_different_subsection (targ, subsec); in obj_mach_o_force_reloc()
/toolchain/binutils/binutils-2.27/ld/testsuite/lib/
Dld-lib.exp726 foreach targ $opts(target) {
727 if [istarget $targ] {
736 foreach targ $opts(notarget) {
737 if [istarget $targ] {
810 foreach targ $opts(xfail) {
811 setup_xfail $targ
/toolchain/binutils/binutils-2.27/opcodes/
Dconfigure.ac215 for targ in `echo $enable_targets | sed 's/,/ /g'`
217 result=`$ac_config_sub $targ 2>/dev/null`
222 canon_targets="$canon_targets $targ"
229 for targ in $target $canon_targets
231 if test "x$targ" = "xall" ; then
/toolchain/binutils/binutils-2.27/ld/
Dconfigure.tgt24 # This file switches on the shell variable ${targ}, and sets the
47 case "${targ}" in
358 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
367 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;;
599 case "${targ}" in
604 case "${targ}" in
624 case "${targ}" in
824 echo 2>&1 "*** ld does not support target ${targ}"
Dconfigure.ac320 targ=$result
322 targ=$targ_alias
327 if test "$targ" = "$target"; then
/toolchain/binutils/binutils-2.27/cpu/
Dfrv.cpu3642 (define-pmacro (scan-semantics arg1 arg2 targ)
3646 (set targ (c-call WI "@cpu@_scan_result" (xor tmp1 tmp2))))
3849 (define-pmacro (multiply-cc-semantics signop arg1 arg2 targ icc)
3855 (set targ tmp)
4394 (define-pmacro (ne-load-semantics base dispix targ idisp size is_float action)
4398 (index-of base) dispix (index-of targ)
7047 name op ope conv mode src targ attr comment)
7051 (.str name "$pack $" src ",$" targ)
7052 (+ pack targ op (rs-null) ope src)
7053 (set targ (conv mode FPCONV-DEFAULT src))
[all …]

123