Searched refs:mem1 (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/usr.bin/grep/regex/
H A Dhashtable.c71 goto mem1;
86 mem1:
144 goto mem1;
173 mem1:
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A DMakefile5 SRCS= cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-key-defs.h115 uint64_t mem1 : 1; /**< MEM - 1 bist status. */ member in struct:cvmx_key_bist_reg::cvmx_key_bist_reg_s
119 uint64_t mem1 : 1;
/freebsd-9.3-release/contrib/nvi/common/
H A Dseq.c64 goto mem1;
77 goto mem1;
106 mem1: errno = sv_errno;
/freebsd-9.3-release/contrib/gcc/
H A Dsched-deps.c248 ds_t ds, rtx mem1, rtx mem2,
265 ds, mem1, mem2, changed_linkpp);
275 rtx mem1 ATTRIBUTE_UNUSED, rtx mem2 ATTRIBUTE_UNUSED,
285 check_dep_status (dep_type, ds, mem1 != NULL);
401 if (mem1)
405 dw = estimate_dep_weak (mem1, mem2);
504 if (mem1)
507 ds = set_dep_weak (ds, BEGIN_DATA, estimate_dep_weak (mem1, mem2));
1956 estimate_dep_weak (rtx mem1, rtx mem2)
1960 if (mem1
241 maybe_add_or_update_back_dep_1(rtx insn, rtx elem, enum reg_note dep_type, ds_t ds, rtx mem1, rtx mem2, rtx **changed_linkpp) argument
1946 estimate_dep_weak(rtx mem1, rtx mem2) argument
[all...]
H A Dalias.c271 mems_in_disjoint_alias_sets_p (rtx mem1, rtx mem2)
281 || (!MEM_ALIAS_SET (mem1) && !MEM_ALIAS_SET (mem2)));
283 return ! alias_sets_conflict_p (MEM_ALIAS_SET (mem1), MEM_ALIAS_SET (mem2));
1856 fixed_scalar_and_varying_struct_p (rtx mem1, rtx mem2, rtx mem1_addr,
1863 if (MEM_SCALAR_P (mem1) && MEM_IN_STRUCT_P (mem2)
1867 return mem1;
1869 if (MEM_IN_STRUCT_P (mem1) && MEM_SCALAR_P (mem2)
270 mems_in_disjoint_alias_sets_p(rtx mem1, rtx mem2) argument
1853 fixed_scalar_and_varying_struct_p(rtx mem1, rtx mem2, rtx mem1_addr, rtx mem2_addr, int (*varies_p) (rtx, int)) argument
H A Dtree-ssa-loop-im.c1195 const struct mem_ref *mem1 = obj1; local
1197 return operand_equal_p (mem1->mem, (tree) obj2, 0);
H A Dexpr.c251 rtx mem, mem1;
258 mem1 = gen_rtx_MEM (VOIDmode, frame_pointer_rtx);
275 PUT_MODE (mem1, mode);
296 SET_SRC (pat) = mem1;
307 SET_DEST (pat) = mem1;
250 rtx mem, mem1; local
/freebsd-9.3-release/lib/libc/gen/
H A Dfts-compat.c159 goto mem1;
230 mem1: free(sp);
758 goto mem1;
767 mem1: saved_errno = errno;
H A Dfts.c154 goto mem1;
225 mem1: free(sp);
755 goto mem1;
764 mem1: saved_errno = errno;
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c1138 s390_overlap_p (rtx mem1, rtx mem2, HOST_WIDE_INT size) argument
1143 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1149 addr1 = XEXP (mem1, 0);
1180 s390_offset_p (rtx mem1, rtx mem2, rtx delta) argument
1184 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1187 addr1 = XEXP (mem1, 0);
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c6544 /* Return 1 if the addresses in mem1 and mem2 are suitable for use in
6547 This can only happen when addr1 and addr2, the addresses in mem1
6552 compute the address for mem1, i.e. we cannot optimize a sequence
6576 mems_ok_for_ldd_peep (rtx mem1, rtx mem2, rtx dependent_reg_rtx)
6583 if (MEM_VOLATILE_P (mem1) || MEM_VOLATILE_P (mem2))
6587 if (MEM_ALIGN (mem1) < 64)
6590 addr1 = XEXP (mem1, 0);
6560 mems_ok_for_ldd_peep(rtx mem1, rtx mem2, rtx dependent_reg_rtx) argument
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c9952 mems_ok_for_quad_peep (rtx mem1, rtx mem2)
9959 if (MEM_VOLATILE_P (mem1) || MEM_VOLATILE_P (mem2))
9962 addr1 = XEXP (mem1, 0);
9931 mems_ok_for_quad_peep(rtx mem1, rtx mem2) argument

Completed in 366 milliseconds