HomeSort by relevance Sort by last modified time
    Searched defs:MEM (Results 1 - 16 of 16) sorted by null

  /external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
firmware_Cr50DeepSleepStress.py 20 @param reset_type: a str with the cycle type: 'mem' or 'reboot'
27 MEM = 'mem'
118 suspend_state=self.MEM)
127 reset_type. There are two valid reset types: mem and reboot. The test
136 @param reset_type: a str with the cycle type: 'mem' or 'reboot'
152 elif reset_type == 'mem':
155 raise error.TestNAError('Invalid reset_type. Use "mem" or "reboot"')
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
io.h 41 #define MEM 0x101
  /toolchain/binutils/binutils-2.27/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...]
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...]
nds32-asm.h 281 #define MEM(sub) (OP6 (MEM) | N32_MEM_ ## sub)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
inflate.h 49 MEM, /* got an inflate() memory error -- remain here until reset */
56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/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)
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/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)
  /external/python/cpython2/Modules/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)
  /external/python/cpython3/Modules/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)
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 244 #define MEM(str) if (name == str) SET("kOperandTypeX86Memory");
292 MEM("i8mem");
293 MEM("i8mem_NOREX");
294 MEM("i16mem");
295 MEM("i32mem");
296 MEM("i32mem_TC");
297 MEM("f32mem");
298 MEM("ssmem");
299 MEM("opaque32mem");
300 MEM("opaque48mem")
    [all...]
  /external/syslinux/com32/lib/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)
  /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)
  /toolchain/binutils/binutils-2.27/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)
  /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...]

Completed in 701 milliseconds