HomeSort by relevance Sort by last modified time
    Searched defs:Mem (Results 26 - 31 of 31) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_amd64_defs.h 182 } Mem;
244 } Mem;
358 Ain_Alu64M, /* 64-bit mov/arith/logical, dst=MEM */
359 Ain_Sh64, /* 64-bit shift/rotate, dst=REG or MEM */
372 Ain_LoadEX, /* mov{s,z}{b,w,l}q from mem to reg */
376 Ain_MFence, /* mem fence */
534 /* Mem fence. In short, an insn which flushes all preceding
host_x86_defs.h 166 } Mem;
227 } Mem;
341 Xin_Alu32M, /* 32-bit mov/arith/logical, dst=MEM */
343 Xin_Test32, /* 32-bit test of REG or MEM against imm32 (AND, set
354 Xin_LoadEX, /* mov{s,z}{b,w}l from mem to reg */
358 Xin_MFence, /* mem fence (not just sse2, but sse0 and 1 too) */
486 /* Mem fence (not just sse2, but sse0 and 1 too). In short,
496 /* "lock;cmpxchg": mem address in .addr,
502 /* "lock;cmpxchg8b": mem address in .addr, expected value in
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 506 void *Mem = Allocate(sizeof(AttrVec));
507 Result = new (Mem) AttrVec;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 15580 } mem; variable in typeref:struct:__anon12541
92213 int mem = ++pParse->nMem; local
92426 int mem = ++pParse->nMem; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 15580 } mem; variable in typeref:struct:__anon12566
92224 int mem = ++pParse->nMem; local
92437 int mem = ++pParse->nMem; local
    [all...]

Completed in 766 milliseconds

12