/toolchain/binutils/binutils-2.27/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.27/gas/config/ |
D | tc-i386.c | 290 insn_template tm; member 2731 pte (&x->tm); in pi() 3132 && i.tm.opcode_modifier.vexopcode == VEX0F in build_vex_prefix() 3133 && i.tm.opcode_modifier.s in build_vex_prefix() 3155 i.tm = t[1]; in build_vex_prefix() 3158 if (i.tm.opcode_modifier.vex == VEXScalar) in build_vex_prefix() 3161 vector_length = i.tm.opcode_modifier.vex == VEX256 ? 1 : 0; in build_vex_prefix() 3163 switch ((i.tm.base_opcode >> 8) & 0xff) in build_vex_prefix() 3182 if (i.tm.opcode_modifier.vexopcode == VEX0F in build_vex_prefix() 3183 && i.tm.opcode_modifier.vexw != VEXW1 in build_vex_prefix() [all …]
|
D | tc-tic54x.c | 83 const insn_template *tm; /* Opcode template. */ member 2960 insn_template *tm; in md_begin() local 2989 for (tm = (insn_template *) tic54x_optab; tm->name; tm++) in md_begin() 2991 if (hash_find (op_hash, tm->name)) in md_begin() 2993 hash_err = hash_insert (op_hash, tm->name, (char *) tm); in md_begin() 2996 tm->name, hash_err); in md_begin() 2999 for (tm = (insn_template *) tic54x_paroptab; tm->name; tm++) in md_begin() 3001 if (hash_find (parop_hash, tm->name)) in md_begin() 3003 hash_err = hash_insert (parop_hash, tm->name, (char *) tm); in md_begin() 3006 tm->name, hash_err); in md_begin() [all …]
|
D | tc-tic30.c | 263 insn_template *tm; /* Template of current instruction. */ member 649 partemplate *tm; /* Template of current parallel instruction. */ member 681 p_insn.tm = p_opcode; in tic30_parallel_insn() 727 p_insn.tm = p_opcode; in tic30_parallel_insn() 864 if (p_insn.operands[0] != p_insn.tm->operands_1) in tic30_parallel_insn() 870 if (p_insn.operands[1] != p_insn.tm->operands_2) in tic30_parallel_insn() 891 p_insn.tm->operand_types[count][i]) == 0) in tic30_parallel_insn() 911 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn)) in tic30_parallel_insn() 984 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn() 986 switch (p_insn.tm->oporder) in tic30_parallel_insn() [all …]
|
D | te-vms.c | 278 struct tm *ts; in vms_file_stats_name()
|
/toolchain/binutils/binutils-2.27/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.27/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.27/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.27/zlib/contrib/untgz/ |
D | untgz.c | 193 struct tm *local; in strtime() 212 struct tm *loctm; in setfiletime()
|
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/ |
D | minizip.c | 105 struct tm* filedate;
|
D | miniunz.c | 102 struct tm newdate;
|
/toolchain/binutils/binutils-2.27/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.27/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.
|