Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/toolchain/binutils/binutils-2.25/bfd/
Delf-linux-psinfo.h59 #define LINUX_PRPSINFO32_SWAP_FIELDS(abfd, from, to) \ argument
62 H_PUT_8 (abfd, from->pr_state, &to.pr_state); \
63 H_PUT_8 (abfd, from->pr_sname, &to.pr_sname); \
64 H_PUT_8 (abfd, from->pr_zomb, &to.pr_zomb); \
65 H_PUT_8 (abfd, from->pr_nice, &to.pr_nice); \
66 H_PUT_32 (abfd, from->pr_flag, to.pr_flag); \
67 H_PUT_16 (abfd, from->pr_uid, to.pr_uid); \
68 H_PUT_16 (abfd, from->pr_gid, to.pr_gid); \
69 H_PUT_32 (abfd, from->pr_pid, to.pr_pid); \
70 H_PUT_32 (abfd, from->pr_ppid, to.pr_ppid); \
[all …]
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-ic.tbl25 …itr.d, IC:mov-to-AR-gr, IC:mov-to-BR, IC:mov-to-CR, IC:mov-to-IND, IC:mov-from-IND, IC:mov-to-PR-a…
26 gr-readers-writers; IC:mov-from-IND, add, addl, addp4, adds, and, andcm, clz, IC:czx, dep\dep[Forma…
27 …iters, IC:mem-readers-int, IC:mov-from-AR, IC:mov-from-BR, IC:mov-from-CR, IC:mov-from-PR, IC:mov-
70 mov-from-AR; IC:mov-from-AR-M, IC:mov-from-AR-I, IC:mov-from-AR-IM
71 mov-from-AR-BSP; IC:mov-from-AR-M[Field(ar3) == BSP]
72 mov-from-AR-BSPSTORE; IC:mov-from-AR-M[Field(ar3) == BSPSTORE]
73 mov-from-AR-CCV; IC:mov-from-AR-M[Field(ar3) == CCV]
74 mov-from-AR-CFLG; IC:mov-from-AR-M[Field(ar3) == CFLG]
75 mov-from-AR-CSD; IC:mov-from-AR-M[Field(ar3) == CSD]
76 mov-from-AR-EC; IC:mov-from-AR-I[Field(ar3) == EC]
[all …]
Dia64-raw.tbl3 …RE, rfi; br.call, brl.call, br.ia, br.ret, cover, flushrs, loadrs, IC:mov-from-AR-BSP, rfi; implie…
4 AR[BSPSTORE]; alloc, loadrs, flushrs, IC:mov-to-AR-BSPSTORE; alloc, br.ia, flushrs, IC:mov-from-AR-…
5 AR[CCV]; IC:mov-to-AR-CCV; br.ia, IC:cmpxchg, IC:mov-from-AR-CCV; impliedF
6 AR[CFLG]; IC:mov-to-AR-CFLG; br.ia, IC:mov-from-AR-CFLG; impliedF
7 AR[CSD]; ld16, IC:mov-to-AR-CSD; br.ia, cmp8xchg16, IC:mov-from-AR-CSD, st16; impliedF
8 …s, br.ret, IC:mov-to-AR-EC; br.call, brl.call, br.ia, IC:mod-sched-brs, IC:mov-from-AR-EC; impliedF
9 AR[EFLAG]; IC:mov-to-AR-EFLAG; br.ia, IC:mov-from-AR-EFLAG; impliedF
10 AR[FCR]; IC:mov-to-AR-FCR; br.ia, IC:mov-from-AR-FCR; impliedF
11 AR[FDR]; IC:mov-to-AR-FDR; br.ia, IC:mov-from-AR-FDR; impliedF
12 AR[FIR]; IC:mov-to-AR-FIR; br.ia, IC:mov-from-AR-FIR; impliedF
[all …]
Ds390-opc.txt186 b20a spka S_RD "set PSW key from address" g5 esa,zarch
288 b396 cxfbr RRE_FER "convert from fixed 32 to extended bfp" g5 esa,zarch
289 b395 cdfbr RRE_FR "convert from fixed 32 to long bfp" g5 esa,zarch
290 b394 cefbr RRE_FR "convert from fixed 32 to short bfp" g5 esa,zarch
478 b3a4 cegbr RRE_FR "convert from fixed 64 to short bfp" z900 zarch
479 b3a5 cdgbr RRE_FR "convert from fixed 64 to long bfp" z900 zarch
480 b3a6 cxgbr RRE_FER "convert from fixed 64 to extended bfp" z900 zarch
484 b3c4 cegr RRE_FR "convert from fixed 64 to short hfp" z900 zarch
485 b3c5 cdgr RRE_FR "convert from fixed 64 to long hfp" z900 zarch
486 b3c6 cxgr RRE_FER "convert from fixed 64 to extended hfp" z900 zarch
[all …]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Dsystem.s15 .macro all_hints from=0, to=127 argument
16 hint \from
17 .if \to-\from
22 all_hints from=0, to=63
23 all_hints from=64, to=127
35 .macro all_barriers op, from=0, to=15 argument
36 \op \from
37 .if \to-\from
42 all_barriers op=dsb, from=0, to=15
43 all_barriers op=dmb, from=0, to=15
[all …]
Dsysreg-1.s133 .macro all_op2 op1, crn, crm, from=0, to=7 argument
134 rw_sys_reg S3_\op1\()_C\crn\()_C\crm\()_\from x15 1 1
135 .if (\to-\from > 0)
136 all_op2 \op1, \crn, \crm, %(\from+1), \to
140 .macro all_crm op1, crn, from=0, to=15 argument
141 all_op2 \op1, \crn, \from, 0, 7
142 .if (\to-\from > 0)
143 all_crm \op1, \crn, %(\from+1), \to
147 .macro all_imple_defined from=0, to=7 argument
149 all_crm \from, \crn, 0, 15
[all …]
Dmovi.s31 .macro all_8bit_imm_movi dst, from=0, to=255 argument
32 movi \dst, \from
33 .if \to-\from
48 .macro all_8bit_imm_movi_sft dst, from=0, to=255, shift_op, amount argument
49 movi \dst, \from, \shift_op \amount
50 .if \to-\from
Dadvsisd-copy.s26 .macro iterate op, type, from, to
27 element2scalar \op, \type, \from
28 .if \to-\from
Dfp_cvt_int.s105 .macro fcvts_with_fbits_wrapper from=0, to=64 argument
106 fcvts_with_fbits \from
107 .if \to-\from
116 fcvts_with_fbits_wrapper from=0, to=64
Dneon-fp-cvt-int.s112 .macro fcvts_with_fbits_wrapper from=0, to=64 argument
113 fcvts_with_fbits \from
114 .if \to-\from
122 fcvts_with_fbits_wrapper from=0, to=64
/toolchain/binutils/binutils-2.25/
Dylwrap132 from=$1
136 sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
137 sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
166 for from in *
168 to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
169 if test -f "$from"; then
182 if test $from != $parser; then
195 "$from" >"$target" || ret=$?
198 if test "$from" != "$parser"; then
211 if test "$from" = "$parser"; then
/toolchain/binutils/binutils-2.25/gas/
Dapp.c360 char *from; in do_scrub_chars() local
418 (from < fromend \ in do_scrub_chars()
419 ? * (unsigned char *) (from++) \ in do_scrub_chars()
422 from = input_buffer, \ in do_scrub_chars()
423 fromend = from + fromlen, \ in do_scrub_chars()
426 : * (unsigned char *) (from++)))) in do_scrub_chars()
430 #define UNGET(uch) (*--from = (uch)) in do_scrub_chars()
452 from = saved_input; in do_scrub_chars()
453 fromend = from + saved_input_len; in do_scrub_chars()
460 from = input_buffer; in do_scrub_chars()
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Drename.c43 simple_copy (const char *from, const char *to) in simple_copy() argument
49 fromfd = open (from, O_RDONLY | O_BINARY); in simple_copy()
138 smart_rename (const char *from, const char *to, int preserve_dates ATTRIBUTE_UNUSED) in smart_rename() argument
153 ret = rename (from, to); in smart_rename()
158 unlink (from); in smart_rename()
170 ret = rename (from, to); in smart_rename()
196 unlink (from); in smart_rename()
201 ret = simple_copy (from, to); in smart_rename()
207 unlink (from); in smart_rename()
Dnm.c415 bfd_byte *from, *fromend, *to; in filter_symbols() local
422 from = (bfd_byte *) minisyms; in filter_symbols()
423 fromend = from + symcount * size; in filter_symbols()
426 for (; from < fromend; from += size) in filter_symbols()
433 sym = bfd_minisymbol_to_symbol (abfd, is_dynamic, (const void *) from, store); in filter_symbols()
478 if (to != from) in filter_symbols()
479 memcpy (to, from, size); in filter_symbols()
685 bfd_byte *from, *fromend; in sort_symbols_by_size() local
699 from = (bfd_byte *) minisyms; in sort_symbols_by_size()
700 fromend = from + symcount * size; in sort_symbols_by_size()
[all …]
/toolchain/binutils/binutils-2.25/gold/
Dresolve.cc924 Symbol::override_base_with_special(const Symbol* from) in override_base_with_special() argument
926 bool same_name = this->name_ == from->name_; in override_base_with_special()
933 this->source_ = from->source_; in override_base_with_special()
934 switch (from->source_) in override_base_with_special()
937 this->u_.from_object = from->u_.from_object; in override_base_with_special()
940 this->u_.in_output_data = from->u_.in_output_data; in override_base_with_special()
943 this->u_.in_output_segment = from->u_.in_output_segment; in override_base_with_special()
961 this->version_ = from->version_; in override_base_with_special()
963 this->type_ = from->type_; in override_base_with_special()
964 this->binding_ = from->binding_; in override_base_with_special()
[all …]
Ddwp.h109 convert_types(const From from) in convert_types() argument
111 To to = from; in convert_types()
112 gold_assert(static_cast<From>(to) == from); in convert_types()
119 convert_to_section_size_type(const From from) in convert_to_section_size_type() argument
120 { return convert_types<section_size_type, From>(from); } in convert_to_section_size_type()
Daarch64-reloc.def41 // Above is from Table 4-6, Data relocations, 257-262.
53 // Above 10 relocs are from Table 4-9, Relocations to generate 19, 21 and 33 bit PC-relative addres…
57 // Above 2 relocs are from Table 4-14, GOT-relative instruction relocations. (Some relocs in the ta…
63 // Above is from Table 4-10, Relocations for control-flow instructions,
68 // Above is from Table 4-15, General Dynamic TLS relocations, 512-516.
76 // Above is from Table 4-16, Local Dynamic TLS relocations, 517-573.
83 // Above is from Table 4-17, Initial Exec TLS relocations, 539-543.
93 // Above is from Table 4-18, Local Exec TLS relocations, 544-571.
99 // Above is from Table 4-19, TLS descriptor relocations, 560-569.
Dgold.h189 convert_types(const From from) in convert_types() argument
191 To to = from; in convert_types()
192 gold_assert(static_cast<From>(to) == from); in convert_types()
199 convert_to_section_size_type(const From from) in convert_to_section_size_type() argument
200 { return convert_types<section_size_type, From>(from); } in convert_to_section_size_type()
/toolchain/binutils/binutils-2.25/libiberty/
Dfloatformat.c66 const void *from);
70 const void *from ATTRIBUTE_UNUSED) in floatformat_always_valid()
170 const void *from);
173 floatformat_i387_ext_is_valid (const struct floatformat *fmt, const void *from) in floatformat_i387_ext_is_valid() argument
180 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_i387_ext_is_valid()
290 const void *from) in floatformat_ibm_long_double_is_valid() argument
292 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_ibm_long_double_is_valid()
467 const void *from, double *to) in floatformat_to_double() argument
469 const unsigned char *ufrom = (const unsigned char *) from; in floatformat_to_double()
603 const double *from, void *to) in floatformat_from_double() argument
[all …]
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
Dshdl-1.s6 ! * The above in combinations where the reference is/is not from within
10 ! * The above with reference from same *and* other file.
27 ! Referenced from the same file, same section, is ISA32, only referenced
34 ! Referenced from same file, same section, both with and without
49 ! Referenced from this file and another, same section, is ISA32.
80 ! Same as above, mixing references from same and other section.
117 ! Same as above, referencing symbol in other file (reference only from
247 ! Same as above, mixing references from same and other section.
284 ! Same as above, referencing symbol in other file (reference only from
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
Dcompressed-plt-1.s15 .equ DC, 1 # Direct call from "compressed" code
16 .equ IC, 2 # Indirect call from "compressed" code
17 .equ DU, 4 # Direct call from "uncompressed" code
18 .equ IU, 8 # Indirect call from "uncompressed" code
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dr5900-vu0.s20 # Floating point transfer from VU
31 # Integer transfer from VU
47 # Floating point transfer from VU
/toolchain/binutils/binutils-2.25/include/cgen/
DChangeLog24 * basic-modes.h: New file. Moved here from opcodes/cgen-types.h.
25 * basic-ops.h: New file. Moved here from opcodes/cgen-ops.h.
26 * bitset.h: New file. Moved here from ../opcode/cgen-bitset.h.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-mips.texi109 The register sizes are normally inferred from the ISA and ABI, but these
252 Eliminate instruction fetch from outside 256M region to work around the
458 @code{BPOSGE32} and @code{BPOSGE64} instructions are excluded from
602 that, from this point on, all expressions of the form
660 The option @option{-G 0} prevents any data from being automatically
671 way that small data can be accessed using a 16-bit offset from that
688 mips@var{n}}. @var{n} should be a number from 0 to 5, or 32, 32r2, 32r3,
691 for the corresponding ISA level, from that point on in the
726 from assembly. The format of the directive matches the @code{.set}
742 This directive inhibits the use of any 16-bit instructions from that
[all …]
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dthumb_blx_in_range.s4 # Because bit 1 of the branch target comes from the branch instruction
5 # address, the branch range from PC (branch instruction address + 4) is
7 # ((1<<24) - 4) from THUMB2.

12345678910>>...33