/toolchain/binutils/binutils-2.25/opcodes/ |
D | cris-dis.c | 749 char *tp = temp; in print_with_operands() local 768 *tp++ = '.'; in print_with_operands() 771 *tp++ = *s == 'M' in print_with_operands() 783 *tp++ = ' '; in print_with_operands() 806 tp = format_sup_reg ((insn >> 12) & 15, tp, with_reg_prefix); in print_with_operands() 811 *tp++ = REGISTER_PREFIX_CHAR; in print_with_operands() 812 *tp++ = 'a'; in print_with_operands() 813 *tp++ = 'c'; in print_with_operands() 814 *tp++ = 'r'; in print_with_operands() 820 *tp++ = *s; in print_with_operands() [all …]
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/ |
D | allinsn.le.d | 20 e: 29 0d sh \$tp,\(\$2\) 27 18: ea 0d sw \$tp,\(\$gp\) 47 34: de 09 lw \$9,\(\$tp\) 50 3a: ae 0d lw \$tp,\(\$10\) 63 4c: df 0f lhu \$sp,\(\$tp\) 74 64: 5e cd 01 00 lw \$tp,1\(\$5\) 77 70: de cb 01 00 lw \$11,1\(\$tp\) 89 90: 99 cd 01 00 sh \$tp,1\(\$9\) 95 a0: da c6 02 00 sw \$6,2\(\$tp\) 102 b4: bc cd 04 00 lb \$tp,4\(\$11\) [all …]
|
D | allinsn.be.d | 20 e: 0d 29 sh \$tp,\(\$2\) 27 18: 0d ea sw \$tp,\(\$gp\) 47 34: 09 de lw \$9,\(\$tp\) 50 3a: 0d ae lw \$tp,\(\$10\) 63 4c: 0f df lhu \$sp,\(\$tp\) 74 64: cd 5e 00 01 lw \$tp,1\(\$5\) 77 70: cb de 00 01 lw \$11,1\(\$tp\) 89 90: cd 99 00 01 sh \$tp,1\(\$9\) 95 a0: c6 da 00 02 sw \$6,2\(\$tp\) 102 b4: cd bc 00 04 lb \$tp,4\(\$11\) [all …]
|
D | dj1.s | 20 mov $tp,$0 75 sb $0,0($tp) 76 lb $0,0($tp) 77 lbu $0,0($tp) 78 sb $7,0($tp) 79 lb $7,0($tp) 80 lbu $7,0($tp) 81 sb $0,127($tp) 82 lb $0,127($tp) 83 lbu $0,127($tp) [all …]
|
D | allinsn.s | 67 lhu $sp,($tp) 80 lw $tp,1($5) 83 lw $11,1($tp) 97 sh $tp,1($9) 112 lb $tp,4($11) 148 lhu $3,2($tp) 153 sb $tp,1($gp) 172 sw $fp,-2($tp) 185 lh $tp,-2($11) 203 lbu $9,-1($tp) [all …]
|
D | dj1.be.d | 24 1a: 0d 00 mov \$tp,\$0 28 22: 0d 00 mov \$tp,\$0 79 88: 00 d8 sb \$0,\(\$tp\) 80 8a: 00 dc lb \$0,\(\$tp\) 81 8c: 00 db lbu \$0,\(\$tp\) 82 8e: 07 d8 sb \$7,\(\$tp\) 83 90: 07 dc lb \$7,\(\$tp\) 84 92: 07 db lbu \$7,\(\$tp\) 85 94: 80 7f sb \$0,0x7f\(\$tp\) 86 96: 88 7f lb \$0,0x7f\(\$tp\) [all …]
|
D | dj1.le.d | 24 1a: 00 0d mov \$tp,\$0 28 22: 00 0d mov \$tp,\$0 79 88: d8 00 sb \$0,\(\$tp\) 80 8a: dc 00 lb \$0,\(\$tp\) 81 8c: db 00 lbu \$0,\(\$tp\) 82 8e: d8 07 sb \$7,\(\$tp\) 83 90: dc 07 lb \$7,\(\$tp\) 84 92: db 07 lbu \$7,\(\$tp\) 85 94: 7f 80 sb \$0,0x7f\(\$tp\) 86 96: 7f 88 lb \$0,0x7f\(\$tp\) [all …]
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | gettimeofday.c | 22 gettimeofday (struct timeval *tp, void *tz) in gettimeofday() argument 26 tp->tv_usec = 0; in gettimeofday() 27 if (time (&tp->tv_sec) == (time_t) -1) in gettimeofday()
|
D | cp-demangle.c | 5190 enum d_builtin_type_print tp; in d_print_comp_inner() local 5193 tp = D_PRINT_DEFAULT; in d_print_comp_inner() 5196 tp = d_left (dc)->u.s_builtin.type->print; in d_print_comp_inner() 5197 switch (tp) in d_print_comp_inner() 5210 switch (tp) in d_print_comp_inner() 5263 if (tp == D_PRINT_FLOAT) in d_print_comp_inner() 5266 if (tp == D_PRINT_FLOAT) in d_print_comp_inner()
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldmisc.c | 246 etree_type *tp = va_arg (arg, etree_type *); in vfinfo() local 248 if (tp == NULL) in vfinfo() 250 tp = &node; in vfinfo() 251 tp->type.filename = ldlex_filename (); in vfinfo() 252 tp->type.lineno = lineno; in vfinfo() 254 if (tp->type.filename != NULL) in vfinfo() 255 fprintf (fp, "%s:%u", tp->type.filename, tp->type.lineno); in vfinfo()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | mep-core.cpu | 246 ; "$8" is the preferred name for register 8, but "$tp", "$gp" 248 (fp 8) (tp 13) (gp 14) (sp 15) 486 (df f-7u9 "tp-rel b (7 bits)" (all-mep-core-isas) 9 7 UINT #f #f) 487 (df f-7u9a2 "tp-rel h (7 bits)" (all-mep-core-isas) 9 6 UINT 490 (df f-7u9a4 "tp/sp-rel w (7 bits)" (all-mep-core-isas) 9 5 UINT 721 (dnop tp "tiny data area pointer" (all-mep-core-isas) h-gpr 13) 765 (dpop udisp7 "tp-rel b (7 bits)" (all-mep-core-isas) h-uint f-7u9 "unsigne… 766 (dpop udisp7a2 "tp-rel h (7 bits)" (all-mep-core-isas (ALIGN 2)) h-uint f-7u9a2 "unsigne… 767 (dpop udisp7a4 "tp/sp-rel w (7 bits)" (all-mep-core-isas (ALIGN 4)) h-uint f-7u9a4 "unsigne… 1193 (dnci sb-tp "store byte (tp relative)" ((STALL STORE)) [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i960.c | 1849 const struct tabentry *tp; in md_parse_option() local 1852 for (tp = arch_tab; tp->flag != NULL; tp++) in md_parse_option() 1853 if (!strcmp (p, tp->flag)) in md_parse_option() 1856 if (tp->flag == NULL) in md_parse_option() 1862 architecture = tp->arch; in md_parse_option()
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | readelf.c | 6288 struct ia64_unw_table_entry * tp; in dump_ia64_unwind() local 6291 for (tp = aux->table; tp < aux->table + aux->table_len; ++tp) in dump_ia64_unwind() 6300 aux->strtab_size, tp->start, &procname, &offset); in dump_ia64_unwind() 6313 print_vma (tp->start.offset, PREFIX_HEX); in dump_ia64_unwind() 6315 print_vma (tp->end.offset, PREFIX_HEX); in dump_ia64_unwind() 6317 (unsigned long) (tp->info.offset - aux->seg_base)); in dump_ia64_unwind() 6319 head = aux->info + (ABSADDR (tp->info) - aux->info_addr); in dump_ia64_unwind() 6353 unsigned char * tp; in slurp_ia64_unwind_table() local 6391 for (tp = table; tp < table + size; ++tep) in slurp_ia64_unwind_table() 6396 tep->start.offset = byte_get (tp, eh_addr_size); tp += eh_addr_size; in slurp_ia64_unwind_table() [all …]
|
/toolchain/binutils/binutils-2.25/gprof/po/ |
D | sv.po | 14 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" 409 "Rapportera synpunkter på översättningen till tp-sv@listor.tp-sv.se\n"
|
/toolchain/binutils/binutils-2.25/gold/ |
D | arm-reloc.def | 83 RD(TLS_TPOFF32 , DYNAMIC , N, DATA , S + A - tp , Y, -1, N) 172 RD(TLS_LE32 , STATIC , N, DATA , S + A - tp , Y, -1, N) 174 RD(TLS_LE12 , STATIC , N, ARM , S + A - tp , N, -1, Y)
|
D | arm-reloc-property.cc | 264 Pa("Pa"), S("S"), T("T"), TLS("TLS"), tp("tp"); in Arm_reloc_property_table() local
|
D | dwp.cc | 972 for (Types_list::const_iterator tp = debug_types.begin(); in read() local 973 tp != debug_types.end(); in read() 974 ++tp) in read() 976 debug_shndx[elfcpp::DW_SECT_TYPES] = *tp; in read()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-v850.texi | 170 @cindex @code{tp} register, V850 172 r5, tp
|
D | c-alpha.texi | 323 symbol from the thread pointer. Also known as the tp-relative offset. 328 Like @code{gprel} relocations except they compute tp-relative offsets.
|
D | Makefile.in | 521 as.toc as.tp as.tps as.vr as.vrs
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/frv/ |
D | allinsn.s | 1513 .global tp symbol 1514 tp: label 1515 tp icc0,sp,sp
|
D | allinsn.d | 1137 000005e0 <tp>: 1138 5e0: f0 10 10 01 tp icc0,sp,sp
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
D | esa-g5.s | 451 tp 4095(6,%r5)
|
/toolchain/binutils/binutils-2.25/opcodes/po/ |
D | da.po | 806 msgid "Only $tp or $13 allowed for this opcode" 807 msgstr "Kun $tp eller $13 tilladt for denne opcode" 811 msgstr "Kun $tp eller $15 tilladt for denne opcode"
|
D | sv.po | 13 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
|