HomeSort by relevance Sort by last modified time
    Searched refs:REG (Results 26 - 50 of 64) sorted by null

12 3

  /bionic/libc/arch-arm/bionic/
strcmp.S 51 #define magic1(REG) REG
52 #define magic2(REG) REG, lsl #7
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 51 #define magic1(REG) REG
52 #define magic2(REG) REG, lsl #7
  /external/chromium_org/sandbox/win/tools/finder/
finder.h 34 #define REG L"REG"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
nasm-parser.h 59 REG,
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 137 # define SC2(reg,REG) sc->arm_##reg = tst->arch.vex.guest_##REG
316 # define REST(reg,REG) tst->arch.vex.guest_##REG = mc->arm_##reg;
sigframe-amd64-linux.c 344 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG
sigframe-x86-linux.c 368 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG
  /bionic/libc/arch-x86/atom/string/
sse2-memrchr-atom.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
48 # define cfi_restore(reg) .cfi_restore reg
70 #define CFI_PUSH(REG) \
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse2-strlen-atom.S 53 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
57 # define cfi_restore(reg) .cfi_restore reg
86 # define CFI_PUSH(REG) \
88 cfi_rel_offset (REG, 0)
90 # define CFI_POP(REG) \
92 cfi_restore (REG)
94 # define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse2-strrchr-atom.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
48 # define cfi_restore(reg) .cfi_restore reg
70 #define CFI_PUSH(REG) \
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
ssse3-wcscpy-atom.S 46 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
50 # define cfi_restore(reg) .cfi_restore reg
72 # define CFI_PUSH(REG) \
74 cfi_rel_offset (REG, 0)
76 # define CFI_POP(REG) \
78 cfi_restore (REG)
80 # define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse2-memset-atom.S 50 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
54 # define cfi_restore(reg) .cfi_restore reg
76 #define CFI_PUSH(REG) \
78 cfi_rel_offset (REG, 0)
80 #define CFI_POP(REG) \
82 cfi_restore (REG)
84 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse2-wcscmp-atom.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
48 # define cfi_restore(reg) .cfi_restore reg
70 #define CFI_PUSH(REG) \
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
ssse3-strlcat-atom.S 42 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
46 # define cfi_restore(reg) .cfi_restore reg
68 #define CFI_PUSH(REG) \
70 cfi_rel_offset (REG, 0)
72 #define CFI_POP(REG) \
74 cfi_restore (REG)
76 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
ssse3-strcmp-atom.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
48 # define cfi_restore(reg) .cfi_restore reg
78 #define CFI_PUSH(REG) \
80 cfi_rel_offset (REG, 0)
82 #define CFI_POP(REG) \
84 cfi_restore (REG)
86 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 37 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
41 # define cfi_restore(reg) .cfi_restore reg
63 #define CFI_PUSH(REG) \
65 cfi_rel_offset (REG, 0)
67 #define CFI_POP(REG) \
69 cfi_restore (REG)
71 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 642 template <typename REG>
643 const REG *MemRegionManager::LazyAllocate(REG*& region) {
645 region = (REG*) A.Allocate<REG>();
646 new (region) REG(this);
652 template <typename REG, typename ARG>
653 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
655 region = (REG*) A.Allocate<REG>()
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 41 REG,
gas-parse.c 154 case REG: str = "register"; break;
1038 case REG:
1041 get_next_token(); /* REG */
1147 uintptr_t reg = 0; local
1241 uintptr_t reg; local
    [all...]
  /art/runtime/arch/x86/
memcmp16_x86.S 27 #define CFI_PUSH(REG) \
29 CFI_REL_OFFSET(REG, 0)
31 #define CFI_POP(REG) \
33 CFI_RESTORE(REG)
35 #define PUSH(REG) pushl REG; CFI_PUSH (REG)
36 #define POP(REG) popl REG; CFI_POP (REG)
    [all...]
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 54 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
58 # define cfi_restore(reg) .cfi_restore reg
80 #define CFI_PUSH(REG) \
82 cfi_rel_offset (REG, 0)
84 #define CFI_POP(REG) \
86 cfi_restore (REG)
88 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse4-memcmp-slm.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
48 # define cfi_restore(reg) .cfi_restore reg
82 #define CFI_PUSH(REG) \
84 cfi_rel_offset (REG, 0)
86 #define CFI_POP(REG) \
88 cfi_restore (REG)
90 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse2-strcpy-slm.S 44 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
48 # define cfi_restore(reg) .cfi_restore reg
70 #define CFI_PUSH(REG) \
72 cfi_rel_offset (REG, 0)
74 #define CFI_POP(REG) \
76 cfi_restore (REG)
78 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 172 /* Structure used to describe the attributes of a REG in similar way as
180 tree decl; /* decl corresponding to REG. */
276 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
290 1 in a REG expression if corresponds to a variable declared by the user,
300 /* 1 in a REG if the register is used only in exit code a loop.
316 In a REG, this is not needed for that purpose, and used instead
326 1 in a REG or MEM if it is a pointer.
331 /* 1 in a REG or PARALLEL that is the current function's return value.
396 #define REG_P(X) (GET_CODE (X) == REG)
797 #define X0REGATTR(RTX, N) (RTL_CHECKC1 (RTX, N, REG).rt_reg
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 995 RegionRawOffset(const MemRegion* reg, CharUnits offset = CharUnits::Zero())
996 : Region(reg), Offset(offset) {}
    [all...]

Completed in 1231 milliseconds

12 3