Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 258) sorted by relevance

1234567891011

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-sh.c1699 sh_operand_info *user = operands + n; in get_specific() local
1705 if (user->type == A_DISP_PC_ABS) in get_specific()
1716 if (user->type != arg) in get_specific()
1721 if (user->type != A_REG_N || user->reg != 0) in get_specific()
1725 if (user->type != A_R0_GBR || user->reg != 0) in get_specific()
1729 if (user->type != F_REG_N || user->reg != 0) in get_specific()
1747 if (user->type != arg) in get_specific()
1749 reg_n = user->reg; in get_specific()
1752 if (user->type != D_REG_N && user->type != X_REG_N) in get_specific()
1754 reg_n = user->reg; in get_specific()
[all …]
/toolchain/binutils/binutils-2.25/gold/
Dtimer.cc43 this->start_time_.user = 0; in Timer()
98 now->user = (t.tms_utime * 1000) / ticks_per_sec; in get_time()
102 now->user = 0; in get_time()
115 delta.user = now.user - this->start_time_.user; in get_elapsed_time()
128 thispass.user -= lastpass.user; in get_pass_time()
Dmain.cc265 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main()
273 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main()
281 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main()
289 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in main()
Dtimer.h36 long user; member
Dworkqueue.cc329 elapsed.user / 1000, (elapsed.user % 1000) * 1000, in find_and_run_task()
/toolchain/binutils/binutils-2.25/config/
Dzlib.m42 dnl unless the user configured with --disable-nls.
6 # See if the user specified whether he wants zlib support or not.
Dglibc21.m416 [AC_EGREP_CPP([Lucky GNU user],
21 Lucky GNU user
Dgettext-sister.m433 user's native language is requested.])
52 # The user is allowed to set LINGUAS to a list of languages to
Dprogtest.m428 # The user is always right.
61 ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
Dlib-ld.m433 # The user is always right.
100 acl_cv_path_LD="$LD" # Let the user override the test with a path.
Dlargefile.m425 # or elfcore_write_prstatus. So unless the user explicitly requested
/toolchain/binutils/binutils-2.25/cpu/
Dmep-ext-cop.cpu23 ;; begin-user-isa-includes
25 ;; end-user-isa-includes
Dlm32.cpu126 (dnf f-user "user defined field" () 10 11)
150 (dnop user "user" () h-uint f-user)
675 (dni user "user defined instruction" ()
676 "user $r2,$r0,$r1,$user"
677 (+ OP_USER r0 r1 r2 user)
678 (set r2 (c-call SI "@cpu@_user_insn" r0 r1 user))
/toolchain/binutils/binutils-2.25/bfd/
Dsco5-core.c41 struct user u;
70 static struct user *
109 struct user *u; in sco5_core_file_p()
Dtrad-core.c58 struct user u;
78 struct user u; in trad_unix_core_file_p()
/toolchain/binutils/binutils-2.25/opcodes/
Dia64-waw.tbl105 PSR.ac; IC:user-mask-writers-partial+7, IC:mov-to-PSR-um, IC:sys-mask-writers-partial+7, IC:mov-to-…
106 PSR.be; IC:user-mask-writers-partial+7, IC:mov-to-PSR-um, IC:sys-mask-writers-partial+7, IC:mov-to-…
126 PSR.mfh; IC:user-mask-writers-partial+7, IC:mov-to-PSR-um, IC:fr-writers+9, IC:sys-mask-writers-par…
128 PSR.mfl; IC:user-mask-writers-partial+7, IC:mov-to-PSR-um, IC:fr-writers+9, IC:sys-mask-writers-par…
137 PSR.up; IC:user-mask-writers-partial+7, IC:mov-to-PSR-um, IC:sys-mask-writers-partial+7, IC:mov-to-…
/toolchain/binutils/binutils-2.25/bfd/hosts/
Dsymmetry.h29 #define TRAD_CORE_USER_OFFSET ((UPAGES * NBPG) - sizeof (struct user))
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
Dcustom.s1 # test progam for assembling user instructions
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
Dalign.d4 # even if the user requested that they filled with zeros.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
Derr-builtin.s6 % invalid registers despite there being a valid user label and
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
Dusr-spe-reg.d5 # Test user specail register instructions
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
Dbittest.s4 # If the user specifically indicates they should be in the IU, GAS will
Dbittest.l13 4 # If the user specifically indicates they should be in the IU, GAS will
/toolchain/binutils/binutils-2.25/libiberty/
Dcopying-lib.texi88 does @emph{Less} to protect the user's freedom than the ordinary General
111 users' freedom, it does ensure that the user of a program that is
308 directing the user to the copy of this License. Also, you must do one
319 user can modify the Library and then relink to produce a modified
321 that the user who changes the contents of definitions files in the
328 library already present on the user's computer system, rather than
330 properly with a modified version of the library, if the user installs
336 least three years, to give the same user the materials
346 Verify that the user has already received a copy of these
347 materials or that you have already sent this user a copy.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
Darchv6t2-bad.s55 @ Bug reported by user. GAS used to issue an error message

1234567891011