HomeSort by relevance Sort by last modified time
    Searched refs:MEM (Results 1 - 25 of 30) sorted by null

1 2

  /external/valgrind/memcheck/tests/amd64/
bt_everything.stdout.exp 0 MEM-L: final res 0xf7fadd6c64517c70, carrydep 0x8176a65abd735847
  /external/valgrind/none/tests/x86/
bt_everything.stdout.exp 0 MEM-L: final res 0x2e9fc392, carrydep 0x23a9479e
  /external/v8/test/mjsunit/compiler/
regress-444508.js 8 var MEM = new Uint8ClampedArray(heap);
9 function foo(i) { MEM[0] = 1; }
regress-446156.js 8 var MEM = new Uint8ClampedArray(heap);
9 function foo( ) { MEM[0] ^= 1; }
  /dalvik/dx/tests/131-perf/
run 28 MEM=4g
75 $TASKSET dx -JXmx$MEM -JXms$MEM $GC --dex $EXTRA --no-optimize $MULTIDEX $THREADS --output=out x.jar
  /toolchain/binutils/binutils-2.25/opcodes/
m10200-opc.c 145 #define MEM(ADDR) PAREN, ADDR, PAREN
176 { "mov", 0x20, 0xf0, FMT_1, {MEM(AN1), DM0}},
181 { "mov", 0xc80000, 0xfc0000, FMT_3, {MEM(IMM16_MEM), DN0}},
182 { "mov", 0xf4c00000, 0xfffc0000, FMT_7, {MEM(IMM24_MEM), DN0}},
184 { "mov", 0x7000, 0xf000, FMT_2, {MEM(AN1), AM0}},
188 { "mov", 0xf7300000, 0xfffc0000, FMT_6, {MEM(IMM16_MEM), AN0}},
189 { "mov", 0xf4d00000, 0xfffc0000, FMT_7, {MEM(IMM24_MEM), AN0}},
190 { "mov", 0x00, 0xf0, FMT_1, {DM0, MEM(AN1)}},
195 { "mov", 0xc00000, 0xfc0000, FMT_3, {DN0, MEM(IMM16_MEM)}},
196 { "mov", 0xf4400000, 0xfffc0000, FMT_7, {DN0, MEM(IMM24_MEM)}}
    [all...]
m10300-opc.c 426 #define MEM(ADDR) PAREN, ADDR, PAREN
462 { "mov", 0x70, 0xf0, 0, FMT_S0, 0, {MEM(AM0), DN1}},
463 { "mov", 0x5800, 0xfcff, 0, FMT_S1, 0, {MEM(SP), DN0}},
464 { "mov", 0x300000, 0xfc0000, 0, FMT_S2, 0, {MEM(IMM16_MEM), DN0}},
465 { "mov", 0xf000, 0xfff0, 0, FMT_D0, 0, {MEM(AM0), AN1}},
466 { "mov", 0x5c00, 0xfcff, 0, FMT_S1, 0, {MEM(SP), AN0}},
467 { "mov", 0xfaa00000, 0xfffc0000, 0, FMT_D2, 0, {MEM(IMM16_MEM), AN0}},
468 { "mov", 0x60, 0xf0, 0, FMT_S0, 0, {DM1, MEM(AN0)}},
469 { "mov", 0x4200, 0xf3ff, 0, FMT_S1, 0, {DM1, MEM(SP)}},
470 { "mov", 0x010000, 0xf30000, 0, FMT_S2, 0, {DM1, MEM(IMM16_MEM)}}
    [all...]
nds32-asm.c 114 {"sv", 8, 2, 0, HW_UINT, NULL}, /* sv in MEM instructions. */
445 /* seg-MEM. */
446 {"lb", "=rt,[%ra+(%rb<<%sv)]", MEM (LB), 4, ATTR_ALL, 0, NULL, 0, NULL},
447 {"lb", "=rt,[%ra+%rb{<<%sv}]", MEM (LB), 4, ATTR_ALL, 0, NULL, 0, NULL},
448 {"lh", "=rt,[%ra+(%rb<<%sv)]", MEM (LH), 4, ATTR_ALL, 0, NULL, 0, NULL},
449 {"lh", "=rt,[%ra+%rb{<<%sv}]", MEM (LH), 4, ATTR_ALL, 0, NULL, 0, NULL},
450 {"lw", "=rt,[%ra+(%rb<<%sv)]", MEM (LW), 4, ATTR_ALL, 0, NULL, 0, NULL},
451 {"lw", "=rt,[%ra+%rb{<<%sv}]", MEM (LW), 4, ATTR_ALL, 0, NULL, 0, NULL},
452 {"ld", "=rt,[%ra+(%rb<<%sv)]", MEM (LD), 4, ATTR_ALL, 0, NULL, 0, NULL},
453 {"lb.bi", "=rt,[%ra],%rb{<<%sv}", MEM (LB_BI), 4, ATTR_ALL, 0, NULL, 0, NULL}
    [all...]
nds32-asm.h 277 #define MEM(sub) (OP6 (MEM) | N32_MEM_ ## sub)
alpha-opc.c 354 #define MEM(oo) MEM_(oo), MEM_MASK
488 { "lda", MEM(0x08), BASE, { RA, MDISP, ZB } }, /* pseudo */
489 { "lda", MEM(0x08), BASE, ARG_MEM },
490 { "ldah", MEM(0x09), BASE, { RA, MDISP, ZB } }, /* pseudo */
491 { "ldah", MEM(0x09), BASE, ARG_MEM },
492 { "ldbu", MEM(0x0A), BWX, ARG_MEM },
495 { "ldq_u", MEM(0x0B), BASE, ARG_MEM },
496 { "ldwu", MEM(0x0C), BWX, ARG_MEM },
497 { "stw", MEM(0x0D), BWX, ARG_MEM },
498 { "stb", MEM(0x0E), BWX, ARG_MEM }
    [all...]
  /external/opencv3/3rdparty/zlib/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
inflate.c     [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
inflate.c     [all...]
  /external/zlib/src/
inflate.h 51 MEM, /* got an inflate() memory error -- remain here until reset */
58 (most modes can go to BAD or MEM on error -- not shown for clarity)
  /external/avahi/avahi-compat-howl/include/salt/
platform.h 284 # define sw_realloc(MEM,SIZE) realloc(MEM, SIZE)
285 # define sw_free(MEM) if (MEM) free(MEM)
290 # define sw_realloc(MEM,SIZE) _sw_debug_realloc(MEM, SIZE, __SW_FUNCTION__, __FILE__, __LINE__)
291 # define sw_free(MEM) if (MEM) _sw_debug_free(MEM, __SW_FUNCTION__, __FILE__, __LINE__
    [all...]
  /frameworks/compile/libbcc/bcinfo/
BitcodeTranslator.cpp 122 std::unique_ptr<llvm::MemoryBuffer> MEM(
126 llvm::ErrorOr<llvm::MemoryBufferRef> MBOrErr = MEM->getMemBufferRef();
MetadataExtractor.cpp 600 std::unique_ptr<llvm::MemoryBuffer> MEM(
606 llvm::parseBitcodeFile(MEM.get()->getMemBufferRef(), *mContext);
  /external/fec/
ssebfly27.s 159 .macro PSUBUSBM REG,MEM
160 movq \MEM,%mm7
162 movq %mm7,\MEM
ssebfly29.s 206 .macro PSUBUSBM REG,MEM
207 movq \MEM,%mm7
209 movq %mm7,\MEM
  /external/valgrind/drd/tests/
tsan_unittest.cpp 212 #define ANNOTATE_EXPECT_RACE_FOR_MACHINE(mem, descr, machine) \
214 ANNOTATE_EXPECT_RACE(mem, descr); \
218 #define ANNOTATE_EXPECT_RACE_FOR_TSAN(mem, descr) \
219 ANNOTATE_EXPECT_RACE_FOR_MACHINE(mem, descr, "MSM_THREAD_SANITIZER")
229 // Initialize *(mem) to 0 if Tsan_FastMode.
230 #define FAST_MODE_INIT(mem) do { if (Tsan_FastMode()) { *(mem) = 0; } } while(0)
    [all...]
  /external/libxml2/
Makefile.am     [all...]
  /external/curl/tests/
memanalyze.pl 26 # MEM mprintf.c:1094 malloc(32) = e5718
27 # MEM mprintf.c:1103 realloc(e5718, 64) = e6118
28 # MEM sendf.c:232 free(f6520)
105 elsif($line =~ /^MEM ([^ ]*):(\d*) (.*)/) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.def 51 an rtx code that can be used to represent an object (e.g, REG, MEM)
262 Operand 1 is the location (REG, MEM, PC, CC0 or whatever) assigned to.
353 This rtx needs to have as many (or more) fields as a MEM, since we
370 Thus, (SET (SUBREG:HI (REG...)) (MEM:HI ...))
372 but (SET (STRICT_LOW_PART (SUBREG:HI (REG...))) (MEM:HI ...))
394 alias set to which this MEM belongs. We use `0' instead of `w' for this
396 DEF_RTL_EXPR(MEM, "mem", "e0", RTX_OBJ)
492 containing MEM. These operations exist in only two cases:
    [all...]
rtl.h 136 /* Structure used to describe the attributes of a MEM. These are hashed
141 /* The expression that the MEM accesses, or null if not known.
143 (In other words, the MEM might access only part of the object.) */
173 mem_attrs does for MEM above. Note that the OFFSET field is calculated
263 /* 1 in a MEM if we should keep the alias set for this mem unchanged
272 1 in a MEM if it cannot trap.
276 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
287 /* 1 in a MEM or ASM_OPERANDS expression if the memory reference is volatile.
312 to record whether the MEM accessed part of a structure. *
    [all...]

Completed in 2427 milliseconds

1 2