Searched refs:MEM (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/crypto/openssl/crypto/
H A Dmem_dbg.c136 DECLARE_LHASH_OF(MEM); variable
137 static LHASH_OF(MEM) *mh = NULL; /* hash-table of memory requests (address as
178 } MEM; typedef in typeref:struct:mem_st
305 static int mem_cmp(const MEM *a, const MEM *b)
320 static IMPLEMENT_LHASH_COMP_FN(mem, MEM)
322 static unsigned long mem_hash(const MEM *a)
332 static IMPLEMENT_LHASH_HASH_FN(mem, MEM)
469 MEM *m, *mm;
481 if ((m = (MEM *)OPENSSL_mallo
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dpe.c112 if (GET_CODE (rtlname) == MEM)
149 if (GET_CODE (rtlname) == MEM)
227 && GET_CODE (DECL_RTL (decl)) == MEM
228 && GET_CODE (XEXP (DECL_RTL (decl), 0)) == MEM
H A Darm.c3128 if (GET_CODE (sym_ref) != MEM)
4328 + 4 * ((GET_CODE (SET_SRC (x)) == MEM)
4329 + GET_CODE (SET_DEST (x)) == MEM));
4372 case MEM:
4392 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4396 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4399 return (1 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4421 case MEM:
4595 + (GET_CODE (XEXP (x, 0)) == MEM ? 10 : 0));
4602 + (GET_CODE (XEXP (x, 0)) == MEM
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon7878
58 (most modes can go to the BAD or MEM mode -- not shown for clarity)
H A Dinflate.c1147 case MEM:
1164 state->mode = MEM;
1220 state->mode = MEM;
/freebsd-11-stable/sys/contrib/zlib/
H A Dinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator in enum:__anon4337
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
/freebsd-11-stable/sys/dev/ie/
H A Dif_ievar.h74 #define MEM(sc) sc->iomem macro
H A Dif_ie.c450 MK_16(MEM(sc), sc->rbuffs[0]);
452 MK_16(MEM(sc), sc->rframes[0]);
531 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
538 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
1231 sc->scb->ie_command_list = MK_16(MEM(sc), cmd);
1261 sc->scb->ie_recv_list = MK_16(MEM(sc), sc->rframes[0]);
1290 MK_16(MEM(sc), sc->rframes[(i + 1) % sc->nframes]);
1308 rbd->ie_rbd_buffer = MK_24(MEM(sc), ptr);
1317 MK_16(MEM(sc), sc->rbuffs[(i + 1) % sc->nrxbufs]);
1332 sc->scb->ie_recv_list = MK_16(MEM(s
[all...]
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dwinnt.c212 if (GET_CODE (rtlname) == MEM)
252 if (GET_CODE (rtlname) == MEM)
358 if (GET_CODE (rtlname) == MEM)
401 && GET_CODE (rtl) == MEM
402 && GET_CODE (XEXP (rtl, 0)) == MEM
H A Dnetware.c157 if (GET_CODE (rtlname) == MEM)
H A Di386.c4879 /* Return nonzero if OPNUM's MEM should be matched
4894 gcc_assert (GET_CODE (mem) == MEM);
6664 for the MEM expression that wants to use this address.
7705 if (GET_CODE (x) == MEM)
7713 || GET_CODE (orig_x) != MEM)
7755 && ((XINT (x, 1) == UNSPEC_GOT && GET_CODE (orig_x) == MEM)
7756 || (XINT (x, 1) == UNSPEC_GOTOFF && GET_CODE (orig_x) != MEM)))
7760 && GET_CODE (orig_x) != MEM)
8309 else if (GET_CODE (x) == MEM)
8613 references. The RTL can be REG, offsettable MEM, intege
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgensupport.c1334 LABEL_REF, SUBREG, REG, MEM }},
1336 LABEL_REF, SUBREG, REG, MEM,
1345 {"nonimmediate_operand", false, {SUBREG, REG, MEM}},
1348 {"push_operand", false, {MEM}},
1349 {"pop_operand", false, {MEM}},
1350 {"memory_operand", false, {SUBREG, MEM}},
1351 {"indirect_operand", false, {SUBREG, MEM}},
1386 && code != MEM
H A Dregrename.c547 || code0 == ZERO_EXTEND || code1 == MEM)
554 || code1 == ZERO_EXTEND || code0 == MEM)
631 case MEM:
633 base_reg_class (GET_MODE (x), MEM, SCRATCH), action,
682 case MEM:
684 base_reg_class (GET_MODE (x), MEM, SCRATCH), action,
712 /* Should only happen inside MEM. */
1472 || code0 == ZERO_EXTEND || code1 == MEM)
1479 || code1 == ZERO_EXTEND || code0 == MEM)
1553 case MEM
[all...]
H A Drtlanal.c102 case MEM:
176 case MEM:
243 /* Return nonzero if the use of X as an address in a MEM can cause a trap.
244 MODE is the mode of the MEM (not that of X) and UNALIGNED_MEMS controls
332 /* Return nonzero if the use of X as an address in a MEM can cause a trap. */
426 if (code == MEM)
515 case MEM:
769 X contains a MEM; this routine does usememory aliasing. */
796 case MEM:
830 of them are modified in INSN. Return 1 if X contains a MEM; thi
[all...]
H A Drtl.h139 /* Structure used to describe the attributes of a MEM. These are hashed
143 /* ALIGN and SIZE are the alignment and size of the MEM itself,
145 stricter alignment; OFFSET is the offset of the MEM within that object. */
149 tree expr; /* expr corresponding to MEM. */
152 unsigned int align; /* Alignment of MEM in bits. */
156 mem_attrs does for MEM above. */
249 /* 1 in a MEM if we should keep the alias set for this mem unchanged
256 1 in a MEM if it cannot trap. */
258 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
266 /* 1 in a MEM o
[all...]
H A Dstruct-equiv.c114 /* Removes the memory attributes of MEM expression
138 if (code == MEM && MEM_ATTRS (x) != MEM_ATTRS (y))
550 to consider input registers embedded in the addresses of a MEM.
606 /* The address of a MEM is an input that will be processed during
621 if (code == MEM)
639 case MEM:
789 if (code == MEM)
H A Dreload.c42 indirect addressing is not valid. If it is one, (MEM (REG n))
44 (MEM (MEM (REG n))) is also valid even if (REG n) did not get a
169 rtx base; /* Base address for MEM. */
176 /* Save MEMs needed to copy from one class of registers to another. One MEM
352 /* If X is a pseudo-register that has an equivalent MEM (actually, if it
353 is still a pseudo-register by now, it *must* have an equivalent MEM
356 might be sensitive to the form of the MEM. */
590 /* If we already have made a MEM for this operand in MODE, return it. */
594 /* If this is the first time we've tried to get a MEM fo
6098 base_reg_class (GET_MODE (tem), MEM, SCRATCH), local
[all...]
H A Dcse.c196 reuse. A CLOBBER or SET rtx whose operand is a MEM:BLK
1887 case MEM:
2186 a MEM rtx which does not have the RTX_UNCHANGING_P bit set.
2188 Note that cse_insn knows that the hash code of a MEM expression
2189 is just (int) MEM plus the hash code of the address. */
2335 case MEM:
2348 hash += (unsigned) MEM;
2354 handling since the MEM may be BLKmode which normally
2369 hash += (unsigned) MEM;
2571 case MEM
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dalpha-opc.c355 #define MEM(oo) MEM_(oo), MEM_MASK
489 { "lda", MEM(0x08), BASE, { RA, MDISP, ZB } }, /* pseudo */
490 { "lda", MEM(0x08), BASE, ARG_MEM },
491 { "ldah", MEM(0x09), BASE, { RA, MDISP, ZB } }, /* pseudo */
492 { "ldah", MEM(0x09), BASE, ARG_MEM },
493 { "ldbu", MEM(0x0A), BWX, ARG_MEM },
496 { "ldq_u", MEM(0x0B), BASE, ARG_MEM },
497 { "ldwu", MEM(0x0C), BWX, ARG_MEM },
498 { "stw", MEM(0x0D), BWX, ARG_MEM },
499 { "stb", MEM(
352 #define MEM macro
[all...]
/freebsd-11-stable/contrib/gcc/config/
H A Ddarwin.c263 gcc_assert (GET_CODE (mem) == MEM);
592 if (MACHOPIC_JUST_INDIRECT && GET_CODE (base) == MEM)
608 else if (GET_CODE (orig) == MEM)
630 /* Transform TARGET (a MEM), which is a function call target, to the
631 corresponding symbol_stub if necessary. Return a new MEM. */
636 if (GET_CODE (target) != MEM)
692 if (GET_CODE (orig) == MEM)
880 && (GET_CODE (XEXP (orig, 0)) == MEM
888 int is_complex = (GET_CODE (XEXP (orig, 0)) == MEM);
914 else if (GET_CODE (orig) == MEM
[all...]
/freebsd-11-stable/sys/dev/hptiop/
H A Dhptiop.h50 #define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM)
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.c783 /* Emit a SImode compare and swap instruction setting MEM to NEW if OLD
1117 if ((GET_CODE (src) == MEM && !offsettable_memref_p (src))
1118 || (GET_CODE (dst) == MEM && !offsettable_memref_p (dst)))
1143 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1184 if (GET_CODE (mem1) != MEM || GET_CODE (mem2) != MEM)
1215 if ((mode == QImode || mode == HImode) && GET_CODE (dst) != MEM)
1260 if (GET_CODE (operands[0]) == MEM)
1277 gcc_assert (GET_CODE (*memop) == MEM);
[all...]
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1306 && (GET_CODE (IN) == MEM \
1311 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1325 && (GET_CODE (IN) == MEM \
1330 && GET_CODE (IN) == MEM && TARGET_ARCH32 \
1945 The MODE argument is the machine mode for the MEM expression
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNHazardRecognizer.cpp489 int GCNHazardRecognizer::checkSoftClauseHazards(MachineInstr *MEM) { argument
495 bool IsSMRD = TII.isSMRD(*MEM);
527 if (MEM->mayStore())
530 addClauseInst(*MEM);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c595 && GET_CODE (DECL_RTL (decl)) == MEM
662 return (GET_CODE (value) == MEM
708 if (GET_CODE (dst) != MEM)
710 if (GET_CODE (src) == MEM)
729 if (GET_CODE (src) != MEM || MEM_VOLATILE_P (src))
1203 case MEM:
1326 if (GET_CODE (operands[1]) == MEM
1348 if (GET_CODE (EXP) == MEM \
1463 gcc_assert (GET_CODE (operands[1]) == MEM);
1482 MEM operan
[all...]

Completed in 289 milliseconds

123