| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm-ldmstm.ml | 36 let rec string_of_addrmode addrmode thumb update = 37 if thumb || update 65 let constr thumb = 66 if thumb then "l" else "rk" 74 let destreg nregs first op_type thumb = 79 (nregs + 1) (inout_constr op_type) (constr thumb) 81 let reg_predicate thumb = 82 if thumb then "low_register_operand" else "arm_hard_general_register_operand" 84 let write_ldm_set thumb nregs offset opnr first = 87 Printf.printf "(set (match_operand:SI %d \"%s\" \"\")\n" opnr (reg_predicate thumb); [all …]
|
| D | t-phoenix | 20 MULTILIB_DIRNAMES = arm thumb 30 MULTILIB_OPTIONS += mno-thumb-interwork/mthumb-interwork
|
| D | t-linux-androideabi | 2 MULTILIB_DIRNAMES = armv7-a thumb
|
| D | README-interworking | 182 *Use `-m thumb'* 184 `-m thumb' command line switch should be given to dlltool when 189 ARM functions then the `-m thumb' switch should not be used. 423 int arm (void) { return 1 + thumb (); } 425 int thumb (void) { return 2 + arm (); } 482 The thumb function now has an ARM encoded prologue, and it no longer 483 has the `.thumb-func' pseudo op attached to it. The linker will not 484 generate a calling stub for the call from arm() to thumb(), but it will 485 still have to generate a stub for the call from thumb() to arm(). Also 699 thumb-pe-gcc -O2 -c dll.c -mthumb-interwork [all …]
|
| D | t-fuchsia | 29 MULTILIB_DIRNAMES += arm thumb
|
| D | t-rtems | 18 MULTILIB_DIRNAMES += thumb
|
| D | t-symbian | 24 # enabled, so there are no separate thumb-mode libraries.
|
| D | t-multilib | 93 MULTILIB_DIRNAMES += arm thumb 223 MULTILIB_REUSE += $(foreach MODE, arm thumb, \
|
| D | t-arm-elf | 72 MULTILIB_DIRNAMES += arm thumb
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | pr25124.S | 22 .thumb 26 .thumb
|
| D | thumb-bx-pc.S | 21 .thumb 25 .thumb
|
| D | thumb-singlestep.S | 23 .thumb 32 .thumb
|
| /netbsd/src/external/mit/expat/dist/doc/ |
| D | ok.min.css | 2 …thumb{cursor:pointer;-webkit-appearance:none;border-radius:50%;background-color:var(--ok-accent-0)…
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/ |
| D | Makefile.am | 44 riscv s390_32 s390_64 sh sparc32 sparc64 thumb vax x86 x86_64
|
| /netbsd/src/usr.bin/compress/doc/ |
| D | NOTES | 40 The concept is still exotic for those who learned in school the rule of thumb 60 >The concept is still exotic for those who learned in school the rule of thumb 63 A rule of thumb that has never been completely valid, as any chemical
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/ |
| D | build.info | 176 GENERATE[sha1-thumb.S]=asm/sha1-thumb.pl
|
| /netbsd/src/external/gpl3/binutils/dist/ld/emultempl/ |
| D | armelf.em | 506 einfo (_("%P: warning: '--thumb-entry %s' is overriding '-e %s'\n"), 511 einfo (_("%P: warning: cannot find thumb start symbol %s\n"), 600 { "thumb-entry", required_argument, NULL, OPTION_THUMB_ENTRY}, 625 fprintf (file, _(" --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n"));
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ChangeLog-2011 | 724 * configure.tgt (thumb-*-linux-* | thumb-*-uclinux*, 726 thumb-*-coff, thumb-*-elf, thumb-epoc-pe, thumb-*-pe,
|
| D | ChangeLog-9899 | 430 * configure.tgt (arm*-*-uclinux*, thumb-*-uclinux*, 431 thumb-*-linux-gnu*): New targets. 600 * emultempl/pe.em: Add new command line switch --thumb-entry. 601 * emultempl/armelf.em: Add new command line switch --thumb-entry. 602 * emultempl/armcoff.em: Add new command line switch --thumb-entry. 603 * ld.texinfo: Document new ARM command line switch: --thumb-entry. 1024 (thumb-*-oabi): New. 1409 * configure.tgt: Recognize thumb-elf and arm-elf. 1881 * configure.tgt (targ_extra_emuls): Add thumb-pe target.
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-arm.texi | 578 @itemx -mimplicit-it=thumb 588 If @code{thumb} is specified, such constructs cause a warning in ARM 1207 @cindex @code{.thumb} directive, ARM 1208 @item .thumb 1218 directive also implies @code{.thumb} 1228 the aliased symbol as being a thumb function entry point, in the same 1335 If @var{label} is a thumb function symbol, and thumb interworking has 1361 If @var{label} is a thumb function symbol, and thumb interworking has
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | arm-dis.c | 8115 bool thumb) in print_insn_coprocessor_1() argument 8168 if (thumb) in print_insn_coprocessor_1() 8197 if ((insn->isa == T32 && !thumb) in print_insn_coprocessor_1() 8198 || (insn->isa == ARM && thumb)) in print_insn_coprocessor_1() 8993 bool thumb) in print_insn_coprocessor() argument 8996 pc, info, given, thumb); in print_insn_coprocessor() 9003 bool thumb) in print_insn_generic_coprocessor() argument 9006 pc, info, given, thumb); in print_insn_generic_coprocessor() 9123 print_insn_cde (struct disassemble_info *info, long given, bool thumb) in print_insn_cde() argument 9131 if (thumb) in print_insn_cde() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | arm-dis.c | 7969 bool thumb) in print_insn_coprocessor_1() argument 8022 if (thumb) in print_insn_coprocessor_1() 8051 if ((insn->isa == T32 && !thumb) in print_insn_coprocessor_1() 8052 || (insn->isa == ARM && thumb)) in print_insn_coprocessor_1() 8847 bool thumb) in print_insn_coprocessor() argument 8850 pc, info, given, thumb); in print_insn_coprocessor() 8857 bool thumb) in print_insn_generic_coprocessor() argument 8860 pc, info, given, thumb); in print_insn_generic_coprocessor() 8977 print_insn_cde (struct disassemble_info *info, long given, bool thumb) in print_insn_cde() argument 8985 if (thumb) in print_insn_cde() [all …]
|
| /netbsd/src/crypto/external/bsd/openssl/lib/libcrypto/arch/arm/ |
| D | armv4cpuid.S | 6 .thumb
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ChangeLog-2018 | 44 * testsuite/gas/arm/blx-local-thumb.d: Skip arm-nto and 430 * testsuite/gas/arm/blx-local-thumb.s: New. 431 * testsuite/gas/arm/blx-local-thumb.d: New. 782 * testsuite/gas/arm/undefined-insn-thumb.d: Likewise. 787 * testsuite/gas/arm/undefined-insn-thumb.d: New test. 1676 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d, 1686 * testsuite/gas/arm/barrier-bad-thumb.d, 1737 * testsuite/gas/arm/mrs-msr-thumb-v7-m-bad.d, 1767 * testsuite/gas/arm/thumb-b-bad.d, 1768 * testsuite/gas/arm/thumb-w-bad.d, [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/ld/po/ |
| D | ja.po | 33 msgid " --thumb-entry=<sym> Set the entry point to be Thumb symbol <sym>\n" 34 msgstr " --thumb-entry=<sym> エントリポイントを Thumb シンボル <sym> に設定する\n" 42 msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" 43 msgstr "%P: 警告: '--thumb-entry %s' は '-e %s' を上書きします\n" 45 # thumb となっているが公式には Thumb なので先頭を大文字にしています 47 msgid "%P: warning: cannot find thumb start symbol %s\n" 132 msgid " --thumb-entry=<symbol> Set the entry point to be Thumb <symbol>\n" 133 msgstr " --thumb-entry=<symbol> エントリポイントを Thumb の <symbol> に設定する\n"
|