Searched refs:pseudo (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-10-stable/contrib/gcc/
H A Dintegrate.c58 rtx pseudo;
223 if (rtx_equal_p (ivs->entries[i].pseudo, reg))
229 /* Make sure that there's a pseudo register of mode MODE that stores the
230 initial value of hard register REGNO. Return an rtx for such a pseudo. */
261 ivs->entries[ivs->num_entries].pseudo = gen_reg_rtx (mode);
263 return ivs->entries[ivs->num_entries++].pseudo;
266 /* See if get_hard_reg_initial_val has been used to create a pseudo
268 the associated pseudo if so, otherwise return NULL. */
281 return ivs->entries[i].pseudo;
298 emit_move_insn (ivs->entries[i].pseudo, iv
57 rtx pseudo; local
[all...]
H A Dreload1.c1 /* Reload pseudo regs into hard regs for insns that require hard regs.
58 reg_renumber; the insns still contain pseudo regs, but reg_renumber
59 can be used to find which hard reg, if any, a pseudo reg is in.
62 called ``reload regs'', and for each place where a pseudo reg
97 /* Element N is the constant value to which pseudo reg N is equivalent,
98 or zero if pseudo reg N is not equivalent to a constant.
99 find_reloads looks at this in order to replace pseudo reg N
103 /* Element N is an invariant value to which pseudo reg N is equivalent.
108 /* Element N is a memory location to which pseudo reg N is equivalent,
118 /* Element N is the address of stack slot to which pseudo re
7121 rtx pseudo = rl->out_reg; local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dbn_rand.c218 static int bn_rand_range(int pseudo, BIGNUM *r, const BIGNUM *range) argument
221 pseudo ? BN_pseudo_rand : BN_rand;
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dentropy.c95 isc_uint32_t pseudo; /*%< bits extracted in pseudorandom */ member in struct:__anon63
250 add_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) { argument
252 pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
253 /* Add in the pseudo we already have. */
254 pseudo += ent->pool.pseudo;
256 ent->pool.pseudo = ISC_MIN(pseudo, RND_POOLBITS * 8);
260 * Decrement the amount of pseudo th
263 subtract_pseudo(isc_entropy_t *ent, isc_uint32_t pseudo) argument
[all...]
/freebsd-10-stable/lib/libelf/
H A Dlibelf_fsize.m4118 DEFINE_ELF_FSIZE(`IDENT',`') # `IDENT' is a pseudo type
/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Drand_lcl.h156 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock);
H A Dmd_rand.c336 int ssleay_rand_bytes(unsigned char *buf, int num, int pseudo, int lock) argument
524 else if (pseudo)
540 * pseudo-random bytes that are guaranteed to be unique but not unpredictable
/freebsd-10-stable/share/mk/
H A Dbsd.progs.mk133 # Depend main pseudo targets on all PROG.pseudo targets too.
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp389 // Look through pseudo-object expressions.
390 if (PseudoObjectExpr *pseudo = dyn_cast<PseudoObjectExpr>(subExpr)) {
391 subExpr = pseudo->getResultExpr();
392 assert(subExpr && "no result for pseudo-object of non-void type?");
/freebsd-10-stable/usr.sbin/etcupdate/tests/
H A Dpreworld_test.sh84 uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dentropy.c104 * Also, we will check to see if the "pseudo" count is too high.
120 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/freebsd-10-stable/contrib/bmake/mk/
H A Dmeta.sys.mk58 # we use the pseudo machine "host" for the build host.
H A Dgendirdeps.mk227 # (we used the pseudo machine "host" for the HOST_TARGET).
H A Dmeta.autodep.mk210 # The pseudo machine "host" is used for HOST_TARGET
H A Ddirdeps.mk41 # for example to force building something for the pseudo
/freebsd-10-stable/contrib/ntp/lib/isc/unix/
H A Dentropy.c269 * Also, we will check to see if the "pseudo" count is too high.
285 && (ent->pool.pseudo <= RND_POOLBITS / 4))
/freebsd-10-stable/lib/clang/
H A Dclang.build.mk66 MCPseudoLowering/-gen-pseudo-lowering \
/freebsd-10-stable/contrib/gdb/gdb/
H A Dmips-tdep.c529 int pseudo = regnum / NUM_REGS; local
531 return pseudo;
540 return float_p && pseudo;
542 return vector_p && pseudo;
544 return (!vector_p && !float_p) && pseudo;
545 /* Save the pseudo registers. Need to make certain that any code
547 pseudo registers. */
549 return raw_p && pseudo;
550 /* Restore the same pseudo register. */
552 return raw_p && pseudo;
[all...]
H A Drs6000-tdep.c95 unsigned char pseudo; /* whether register is pseudo */ member in struct:reg
1959 value of the pseudo will leave the upper 4 bytes unchanged. */
2161 /* Return a struct reg defining a pseudo register NAME. */
2427 list and just before the first pseudo register. */
2451 /* Number of pseudo registers. */
2471 if (!reg_list[i].pseudo)
2484 if (reg_list[i].pseudo)
2577 /* Initialize the number of registers and pseudo registers in each variant. */
2731 /* Initialize the number of real and pseudo register
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp2513 // If this semantic is the result of the pseudo-object
2663 // Look through pseudo-object expressions.
2664 } else if (const PseudoObjectExpr *pseudo = dyn_cast<PseudoObjectExpr>(e)) {
2666 = tryEmitARCRetainPseudoObject(CGF, pseudo);
/freebsd-10-stable/contrib/ofed/libibcm/config/
H A Dltmain.sh4633 on pseudo-relocs */
6005 # Install the pseudo-library for information purposes.
/freebsd-10-stable/contrib/ofed/librdmacm/config/
H A Dltmain.sh4633 on pseudo-relocs */
6005 # Install the pseudo-library for information purposes.
/freebsd-10-stable/contrib/openbsm/
H A Dconfigure5734 relocations are performed -- see ld's documentation on pseudo-relocs. */
/freebsd-10-stable/contrib/openpam/
H A Dconfigure6866 relocations are performed -- see ld's documentation on pseudo-relocs. */
/freebsd-10-stable/contrib/sqlite3/
H A Dconfigure7058 relocations are performed -- see ld's documentation on pseudo-relocs. */

Completed in 573 milliseconds

12