/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic54x-dis.c | 54 const insn_template* tm; in print_insn_tic54x() local 64 tm = tic54x_get_insn (info, memaddr, opcode, &size); in print_insn_tic54x() 71 if (tm->flags & FL_PAR) in print_insn_tic54x() 73 if (!print_parallel_instruction (info, memaddr, opcode, tm, size)) in print_insn_tic54x() 79 (char *) tm->name, in print_insn_tic54x() 80 tm->operand_types, in print_insn_tic54x() 81 size, (tm->flags & FL_EXT))) in print_insn_tic54x() 89 has_lkaddr (unsigned short memdata, const insn_template *tm) in has_lkaddr() argument 92 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr() 93 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr() [all …]
|
D | tic30-dis.c | 67 insn_template *tm; member 91 insn->tm = current_optab; in get_tic30_instruction() 97 insn->tm = current_optab; in get_tic30_instruction() 159 insn->tm = current_optab; in get_tic30_instruction() 168 insn->tm = current_optab; in get_tic30_instruction() 177 insn->tm = current_optab; in get_tic30_instruction() 350 if (insn->tm == NULL) in print_two_operand() 352 strcpy (name, insn->tm->name); in print_two_operand() 353 if (insn->tm->opcode_modifier == AddressMode) in print_two_operand() 357 if ((insn->tm->operand_types[1] & (Direct | Indirect)) in print_two_operand() [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386.c | 282 insn_template tm; member 2678 pte (&x->tm); in pi() 3079 && i.tm.opcode_modifier.vexopcode == VEX0F in build_vex_prefix() 3080 && i.tm.opcode_modifier.s in build_vex_prefix() 3102 i.tm = t[1]; in build_vex_prefix() 3105 if (i.tm.opcode_modifier.vex == VEXScalar) in build_vex_prefix() 3108 vector_length = i.tm.opcode_modifier.vex == VEX256 ? 1 : 0; in build_vex_prefix() 3110 switch ((i.tm.base_opcode >> 8) & 0xff) in build_vex_prefix() 3129 if (i.tm.opcode_modifier.vexopcode == VEX0F in build_vex_prefix() 3130 && i.tm.opcode_modifier.vexw != VEXW1 in build_vex_prefix() [all …]
|
D | tc-tic54x.c | 83 const insn_template *tm; /* Opcode template. */ member 2988 insn_template *tm; in md_begin() local 3017 for (tm = (insn_template *) tic54x_optab; tm->name; tm++) in md_begin() 3019 if (hash_find (op_hash, tm->name)) in md_begin() 3021 hash_err = hash_insert (op_hash, tm->name, (char *) tm); in md_begin() 3024 tm->name, hash_err); in md_begin() 3027 for (tm = (insn_template *) tic54x_paroptab; tm->name; tm++) in md_begin() 3029 if (hash_find (parop_hash, tm->name)) in md_begin() 3031 hash_err = hash_insert (parop_hash, tm->name, (char *) tm); in md_begin() 3034 tm->name, hash_err); in md_begin() [all …]
|
D | tc-tic30.c | 263 insn_template *tm; /* Template of current instruction. */ member 644 partemplate *tm; /* Template of current parallel instruction. */ member 676 p_insn.tm = p_opcode; in tic30_parallel_insn() 722 p_insn.tm = p_opcode; in tic30_parallel_insn() 859 if (p_insn.operands[0] != p_insn.tm->operands_1) in tic30_parallel_insn() 865 if (p_insn.operands[1] != p_insn.tm->operands_2) in tic30_parallel_insn() 886 p_insn.tm->operand_types[count][i]) == 0) in tic30_parallel_insn() 906 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn)) in tic30_parallel_insn() 979 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn() 981 switch (p_insn.tm->oporder) in tic30_parallel_insn() [all …]
|
D | te-vms.c | 253 struct tm *ts; in vms_file_stats_name()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
D | orph-d-awpe.d | 4 #source: tm-orph1.s 5 #source: tm-d.s 6 #source: tm-awpe.s
|
D | orph-dc-awp.d | 4 #source: tm-orph1.s 5 #source: tm-d-awp.s 6 #source: tm-awpe.s
|
D | orph-dc.d | 4 #source: tm-orph1.s 5 #source: tm-d.s 6 #source: tm-e.s
|
D | orph-dc-ap.d | 4 #source: tm-orph1.s 5 #source: tm-d-ap.s 6 #source: tm-ape.s
|
D | orph-d-a.d | 4 #source: tm-orph1.s 5 #source: tm-ae.s
|
D | orph-.d | 3 #source: tm-orph1.s 4 #source: tm-e.s
|
D | orph-awp.d | 3 #source: tm-orph1.s 4 #source: tm-awpe.s
|
D | orph-d-awn.d | 4 #source: tm-orph1.s 5 #source: tm-awne.s
|
D | orph-d.d | 4 #source: tm-orph1.s 5 #source: tm-e.s
|
D | orph-d-awp.d | 4 #source: tm-orph1.s 5 #source: tm-awpe.s
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
D | iwmmxt-wldsttbh.d | 2 #name: Intel(r) Wireless MMX(tm) technology instructions version 1
|
D | iwmmxt2.d | 2 #name: Intel(r) Wireless MMX(tm) technology instructions version 2
|
D | iwmmxt.d | 2 #name: Intel(r) Wireless MMX(tm) technology instructions
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | sha1.c | 307 #define M(I) ( tm = x[I&0x0f] ^ x[(I-14)&0x0f] \ in sha1_process_block() 309 , (x[I&0x0f] = rol(tm, 1)) ) in sha1_process_block() 320 sha1_uint32 tm; in sha1_process_block() local
|
/toolchain/binutils/binutils-2.25/config/ |
D | tcl.m4 | 1143 # AIX does not have a timezone field in struct tm. When the AIX 2564 AC_CACHE_CHECK([tm_tzadj in struct tm], tcl_cv_member_tm_tzadj, [ 2565 AC_TRY_COMPILE([#include <time.h>], [struct tm tm; tm.tm_tzadj;], 2571 AC_CACHE_CHECK([tm_gmtoff in struct tm], tcl_cv_member_tm_gmtoff, [ 2572 AC_TRY_COMPILE([#include <time.h>], [struct tm tm; tm.tm_gmtoff;],
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2012 | 555 ld-mmix/orph-dc-awp.d, ld-mmix/orph-dc.d, ld-mmix/tm-ae.s, 556 ld-mmix/tm-ape.s, ld-mmix/tm-awne.s, ld-mmix/tm-awpe.s, 557 ld-mmix/tm-d-ap.s, ld-mmix/tm-d-awp.s, ld-mmix/tm-d.s, 558 ld-mmix/tm-e.s, ld-mmix/tm-orph1.s: New test files.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 8022 struct tm * tmp; in dynamic_section_mips_val() 8129 struct tm *tm; in print_vms_time() local 8133 tm = gmtime (&unxtime); in print_vms_time() 8135 tm->tm_year + 1900, tm->tm_mon + 1, tm->tm_mday, in print_vms_time() 8136 tm->tm_hour, tm->tm_min, tm->tm_sec); in print_vms_time() 8910 struct tm * tmp; in process_dynamic_section() 13387 struct tm * tmp; in process_mips_specific() 14011 struct tm * tmp; in process_gnu_liblist()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | config.in | 148 /* Define if <time.h> has struct tm.tm_gmtoff. */
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
D | esa-g5.s | 446 tm 4095(%r5),255
|