HomeSort by: relevance | last modified time | path
    Searched refs:clobbered (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/sys/arch/i386/i386/
linux_sigcode.S 81 leal LINUX_SIGF_SC(%esp),%ebx # scp (the call may have clobbered the
92 leal LINUX_RT_SIGF_UC(%esp),%ebx # scp (the call may have clobbered the
  /src/sys/compat/freebsd/
freebsd_sigcode.S 82 leal FREEBSD_SIGF_SC(%esp),%eax # scp (the call may have clobbered
  /src/external/bsd/cron/bin/cron/
Makefile 22 CWARNFLAGS.gcc+= -Wno-error=clobbered
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/arch/
arm.h 66 # error Your gcc version produces clobbered frame accesses
  /src/usr.bin/ftp/
Makefile 35 COPTS.ftp.c+= -Wno-error=clobbered
  /src/bin/sh/
Makefile 99 COPTS.parser.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 12:? -Wno-error=clobbered :}
  /src/sys/arch/vax/boot/xxboot/
start.S 157 pushr $0x131 # save clobbered registers
171 popr $0x131 # restore clobbered registers
  /src/sys/arch/m68k/m68k/
buserr_2030.s 216 | SSW word that we clobbered
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 2115 goto clobbered;
2118 goto clobbered;
2144 goto clobbered;
2147 goto clobbered;
2156 goto clobbered;
2166 goto clobbered;
2169 clobbered:;
  /src/external/lgpl3/gmp/dist/mpn/alpha/
divrem_2.asm 45 C * CAVEAT: We rely on r19 not being clobbered by mpn_invert_limb call.
  /src/external/gpl3/gcc/dist/gcc/
cse.cc 2075 /* Remove from the hash table any expression that is a call-clobbered
2087 /* Go through all the hard registers. For each that might be clobbered
2092 ??? We could be more precise for partially-clobbered registers,
2093 and only invalidate values that actually occupy the clobbered part
2111 /* In the case where we have no call-clobbered hard registers in the
2113 entry that overlaps a call-clobbered register. */
4416 This does nothing when a register is clobbered
4557 /* Find all regs explicitly clobbered in this insn,
6146 This includes the places CLOBBERed, and anything that might
6147 alias with something that is SET or CLOBBERed. *
    [all...]
var-tracking.cc 4888 /* Remove all variable-location information about call-clobbered
6557 rtx clobbered = gen_rtx_MEM (mode, this_arg); local
6561 clobbered = plus_constant (mode, clobbered,
6563 clobbered = gen_rtx_MEM (mode, clobbered);
6564 x = gen_rtx_CONCAT (mode, gen_rtx_CLOBBER (VOIDmode, pc_rtx), clobbered);
reload1.cc 217 a call-clobbered reg across calls. */
1325 HARD_REG_SET clobbered, allowed;
1335 CLEAR_HARD_REG_SET (clobbered);
1338 /* First, make a mask of all stack regs that are clobbered. */
1343 SET_HARD_REG_BIT (clobbered, REGNO (XEXP (t, 0)));
1399 /* Those of the registers which are clobbered, but allowed by the
1402 allowed &= clobbered;
2598 Also consider backends where the flags register is clobbered by a
4786 be partially clobbered by the call. */
4794 just be clobbered by other uses of the register in late
1320 HARD_REG_SET clobbered, allowed; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cse.cc 2068 /* Remove from the hash table any expression that is a call-clobbered
2080 /* Go through all the hard registers. For each that might be clobbered
2085 ??? We could be more precise for partially-clobbered registers,
2086 and only invalidate values that actually occupy the clobbered part
2104 /* In the case where we have no call-clobbered hard registers in the
2106 entry that overlaps a call-clobbered register. */
4420 This does nothing when a register is clobbered
4561 /* Find all regs explicitly clobbered in this insn,
6138 This includes the places CLOBBERed, and anything that might
6139 alias with something that is SET or CLOBBERed. *
    [all...]
var-tracking.cc 4902 /* Remove all variable-location information about call-clobbered
6572 rtx clobbered = gen_rtx_MEM (mode, this_arg); local
6576 clobbered = plus_constant (mode, clobbered,
6578 clobbered = gen_rtx_MEM (mode, clobbered);
6579 x = gen_rtx_CONCAT (mode, gen_rtx_CLOBBER (VOIDmode, pc_rtx), clobbered);
reload1.cc 217 a call-clobbered reg across calls. */
1325 HARD_REG_SET clobbered, allowed;
1335 CLEAR_HARD_REG_SET (clobbered);
1338 /* First, make a mask of all stack regs that are clobbered. */
1343 SET_HARD_REG_BIT (clobbered, REGNO (XEXP (t, 0)));
1399 /* Those of the registers which are clobbered, but allowed by the
1402 allowed &= clobbered;
2598 Also consider backends where the flags register is clobbered by a
4786 be partially clobbered by the call. */
4794 just be clobbered by other uses of the register in late
1320 HARD_REG_SET clobbered, allowed; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/c6x/
lib1funcs.S 32 ;; A0 is not clobbered by any of the functions.
  /src/external/gpl3/gcc.old/dist/libgcc/config/c6x/
lib1funcs.S 32 ;; A0 is not clobbered by any of the functions.
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 6979 unsigned int num_to_shuffle = regs_loaded, clobbered; local
6988 clobbered = (1 << num_to_shuffle) - 1;
7007 clobbered &= ~(1 << write_reg);
7016 for (write_reg = 0; clobbered != 0; write_reg++)
7018 if ((clobbered & (1 << write_reg)) != 0)
7022 displaced_debug_printf ("LDM: restored clobbered register r%d",
7024 clobbered &= ~(1 << write_reg);
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 6982 unsigned int num_to_shuffle = regs_loaded, clobbered; local
6991 clobbered = (1 << num_to_shuffle) - 1;
7010 clobbered &= ~(1 << write_reg);
7019 for (write_reg = 0; clobbered != 0; write_reg++)
7021 if ((clobbered & (1 << write_reg)) != 0)
7025 displaced_debug_printf ("LDM: restored clobbered register r%d",
7027 clobbered &= ~(1 << write_reg);
  /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
Template.pm 1087 you called C<fill_in>, its value would be clobbered by the act of
2325 C<my> variables in C<fill_in> are still susceptible to being clobbered
  /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
Template.pm 953 you called C<fill_in>, its value would be clobbered by the act of
1960 C<my> variables in C<fill_in> are still susceptible to being clobbered
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 1087 @ Note: only r0 (return value) and ip are clobbered here.
ieee754-sf.S 788 @ The following registers are clobbered by this function:
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 1087 @ Note: only r0 (return value) and ip are clobbered here.

Completed in 61 milliseconds

1 2 3