/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | opc-i.s | 226 tf.z p2, p3 = 39 227 tf.z.unc p2, p3 = 39 228 tf.z.and p2, p3 = 39 229 tf.z.or p2, p3 = 39 230 tf.z.or.andcm p2, p3 = 39 231 tf.z.orcm p2, p3 = 39 232 tf.z.andcm p2, p3 = 39 233 tf.z.and.orcm p2, p3 = 39 234 tf.nz p2, p3 = 39 235 tf.nz.unc p2, p3 = 39 [all …]
|
D | opc-i.d | 264 acc: f0 04 0c 50 tf\.z p2,p3=39 266 ad6: 20 7c 02 06 28 40 tf\.z\.unc p2,p3=39 267 adc: f0 04 0c 58 tf\.z\.and p2,p3=39 269 ae6: 20 78 02 86 28 40 tf\.z\.or p2,p3=39 270 aec: f0 04 0c 59 tf\.z\.or\.andcm p2,p3=39 272 af6: 30 7c 02 84 28 60 tf\.nz\.or p3,p2=39 273 afc: f8 04 08 58 tf\.nz\.and p3,p2=39 275 b06: 30 7c 02 84 2c 60 tf\.nz\.or\.andcm p3,p2=39 276 b0c: f0 04 08 50 tf\.z p3,p2=39 278 b16: 30 7c 02 04 28 40 tf\.z\.unc p3,p2=39 [all …]
|
D | psn.s | 17 tf.z p1,p2 = 32;; 18 tf.nz p7,p2 = @clz;; 19 tf.z.unc p3,p2 = @clz 20 tf.nz p3,p4 = @mpy 21 tf.z.and p5,p4 = @datahints 22 tf.nz.and p5,p6 = 35 23 tf.nz.andcm p5,p6 = 35 24 tf.z.or p7,p6 = 63 25 tf.nz.or p5,p6 = 35 26 tf.z.or.andcm p7,p6 = @mpy [all …]
|
D | pseudo.s | 19 tf.nz p2, p3 = 33
|
D | pseudo.d | 29 [[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+(\[[[:upper:]]+\])?[[:space:]]+tf\.z p3,p2=33(;;)?
|
D | psn.d | 27 5c: 10 04 08 50 tf.z p1,p2=32;; 29 66: 20 08 02 0e 28 60 tf.z p2,p7=32;; 30 6c: 18 04 08 50 tf.z.unc p3,p2=32 32 76: 40 18 02 06 28 a0 tf.z p4,p3=33 33 7c: 50 04 10 58 tf.z.and p5,p4=34 35 86: 50 3c 02 0c 2c c0 tf.nz.and p5,p6=35 36 8c: 70 04 14 58 tf.z.and p6,p5=35 38 96: 70 f8 03 8c 28 a0 tf.z.or p7,p6=63 39 9c: 78 04 18 51 tf.nz.or p5,p6=35 41 a6: 70 18 02 8c 2c e0 tf.z.or.andcm p7,p6=33 [all …]
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | testmain.cc | 36 Test_framework tf; in main() local 37 Register_test::run_tests(&tf); in main() 39 exit(tf.failures()); in main()
|
D | test.cc | 99 Register_test::run_tests(Test_framework* tf) in run_tests() argument 104 tf->run(p->name_, p->pfn_); in run_tests()
|
D | test.h | 85 Test_report(Test_framework* tf) in Test_report() argument 86 : tf_(tf) in Test_report()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | spuelf.em | 343 struct tflist *tf; 348 tf = xmalloc (sizeof (*tf)); 349 tf->next = tmp_file_list; 350 tmp_file_list = tf; 351 memcpy (tf->name, "ldXXXXXX", sizeof (tf->name)); 352 *fname = tf->name; 813 struct tflist *tf; 820 tf = xmalloc (sizeof (*tf) - sizeof (tf->name) + len); 821 memcpy (tf->name, optarg, len); 822 tf->next = tmp_file_list; [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
D | guard.s | 12 add/tf r1,r2,r3 22 ADD/tf r1,r2,r3
|
D | guard.d | 13 18: 58001083 e8001083 add.s/tt r1, r2, r3 -> add.s/tf r1, r2, r3 17 38: 58001083 e8001083 add.s/tt r1, r2, r3 -> add.s/tf r1, r2, r3
|
D | guard-debug.s | 14 add/tf r1,r2,r3
|
D | guard-debug.d | 25 38: 68001083 00f00000 add.s/tf r1, r2, r3 || nop
|
D | opt.s | 68 jmp/tf 0x0
|
D | opt.d | 31 a8: 02c28105 e0180000 cmple.s f0, r4, r5 -> jmp.s/tf 0 <start>
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 7334 struct trampoline_frag *tf; in xtensa_create_trampoline_frag() local 7363 tf = (struct trampoline_frag *)xmalloc(sizeof (struct trampoline_frag)); in xtensa_create_trampoline_frag() 7364 tf->next = ts->trampoline_list.next; in xtensa_create_trampoline_frag() 7365 ts->trampoline_list.next = tf; in xtensa_create_trampoline_frag() 7366 tf->needs_jump_around = needs_jump_around; in xtensa_create_trampoline_frag() 7367 tf->fragP = fragP; in xtensa_create_trampoline_frag() 7368 tf->fixP = NULL; in xtensa_create_trampoline_frag() 7401 struct trampoline_frag *tf = ts->trampoline_list.next; in dump_trampolines() local 7402 for ( ; tf; tf = tf->next) in dump_trampolines() 7404 if (tf->fragP == NULL) in dump_trampolines() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | tls.s | 26 .tlsdescseq tf
|
D | tls.d | 35 26: R_ARM_THM_TLS_DESCSEQ tf
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elflink.c | 12408 struct flag_info_list *tf = flaginfo->flag_list; in bfd_elf_lookup_section_flags() local 12412 for (tf = flaginfo->flag_list; tf != NULL; tf = tf->next) in bfd_elf_lookup_section_flags() 12420 flagword hexval = (*lookup) ((char *) tf->name); in bfd_elf_lookup_section_flags() 12424 if (tf->with == with_flags) in bfd_elf_lookup_section_flags() 12426 else if (tf->with == without_flags) in bfd_elf_lookup_section_flags() 12428 tf->valid = TRUE; in bfd_elf_lookup_section_flags() 12434 if (strcmp (tf->name, elf_flags_to_names[i].flag_name) == 0) in bfd_elf_lookup_section_flags() 12436 if (tf->with == with_flags) in bfd_elf_lookup_section_flags() 12438 else if (tf->with == without_flags) in bfd_elf_lookup_section_flags() 12440 tf->valid = TRUE; in bfd_elf_lookup_section_flags() [all …]
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ia64-ic.tbl | 223 pr-gen-writers-int; cmp, cmp4, tbit, tf, tnat 228 …p4, srlz.i, srlz.d, ssm, IC:st, IC:stf, sub, sum, IC:sxt, sync, tak, tbit, tf, thash, tnat, tpa, t…
|
D | ChangeLog-2006 | 716 (ia64_opcodes_i): Add instructions for tf.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-d30v.texi | 191 @item /tf
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | ChangeLog-9103 | 2620 (so we can determine valid completers for both addb and addb[tf].) 2806 "bb", "addb[tf]", "addib[tf]", "add", "add[loc]", "addco",
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2006 | 928 * gas/ia64/opc-i.s: Add tests for tf.
|