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

1 2

  /external/qemu/
hostregs_helper.h 29 #define DO_REG(REG) \
30 register host_reg_t reg_AREG##REG asm(AREG##REG); \
31 volatile host_reg_t saved_AREG##REG;
35 #define DO_REG(REG) \
36 __asm__ __volatile__ ("" : "=r" (reg_AREG##REG)); \
37 saved_AREG##REG = reg_AREG##REG;
41 #define DO_REG(REG) \
42 reg_AREG##REG = saved_AREG##REG;
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.stdout.exp 2 REG-L: final res 0xa15f293e, carrydep 0x6082b5e5befc6a40
  /external/valgrind/main/none/tests/x86/
bt_everything.stdout.exp 2 REG-L: final res 0x605d78ff, carrydep 0x7c0dc86a
  /frameworks/base/core/jni/android/graphics/
Xfermode.cpp 62 #define REG(env, name, array) \
70 REG(env, "android/graphics/Xfermode", gXfermodeMethods);
71 REG(env, "android/graphics/AvoidXfermode", gAvoidMethods);
72 REG(env, "android/graphics/PixelXorXfermode", gPixelXorMethods);
DrawFilter.cpp 62 #define REG(env, name, array) \
70 REG(env, "android/graphics/DrawFilter", drawfilter_methods);
71 REG(env, "android/graphics/PaintFlagsDrawFilter", paintflags_methods);
PathEffect.cpp 93 #define REG(env, name, array) \
102 REG(env, "android/graphics/PathEffect", gPathEffectMethods);
103 REG(env, "android/graphics/ComposePathEffect", gComposePathEffectMethods);
104 REG(env, "android/graphics/SumPathEffect", gSumPathEffectMethods);
105 REG(env, "android/graphics/DashPathEffect", gDashPathEffectMethods);
106 REG(env, "android/graphics/PathDashPathEffect", gPathDashPathEffectMethods);
107 REG(env, "android/graphics/CornerPathEffect", gCornerPathEffectMethods);
108 REG(env, "android/graphics/DiscretePathEffect", gDiscretePathEffectMethods);
ColorFilter.cpp 133 #define REG(env, name, array) \
141 REG(env, "android/graphics/ColorFilter", colorfilter_methods);
142 REG(env, "android/graphics/PorterDuffColorFilter", porterduff_methods);
143 REG(env, "android/graphics/LightingColorFilter", lighting_methods);
144 REG(env, "android/graphics/ColorMatrixColorFilter", colormatrix_methods);
MaskFilter.cpp 78 #define REG(env, name, array) \
86 REG(env, "android/graphics/MaskFilter", gMaskFilterMethods);
87 REG(env, "android/graphics/BlurMaskFilter", gBlurMaskFilterMethods);
88 REG(env, "android/graphics/EmbossMaskFilter", gEmbossMaskFilterMethods);
89 REG(env, "android/graphics/TableMaskFilter", gTableMaskFilterMethods);
Picture.cpp 113 #define REG(env, name, array) \
121 REG(env, "android/graphics/Picture", gPictureMethods);
Shader.cpp 549 #define REG(env, name, array) \
557 REG(env, "android/graphics/Color", gColorMethods);
558 REG(env, "android/graphics/Shader", gShaderMethods);
559 REG(env, "android/graphics/BitmapShader", gBitmapShaderMethods);
560 REG(env, "android/graphics/LinearGradient", gLinearGradientMethods);
561 REG(env, "android/graphics/RadialGradient", gRadialGradientMethods);
562 REG(env, "android/graphics/SweepGradient", gSweepGradientMethods);
563 REG(env, "android/graphics/ComposeShader", gComposeShaderMethods);
  /bionic/libc/arch-x86/string/
sse2-strlen-atom.S 16 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
20 # define cfi_restore(reg) .cfi_restore reg
50 #define CFI_PUSH(REG) \
52 cfi_rel_offset (REG, 0)
54 #define CFI_POP(REG) \
56 cfi_restore (REG)
58 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
sse2-memset5-atom.S 48 # define cfi_rel_offset(reg, off) .cfi_rel_offset reg, off
52 # define cfi_restore(reg) .cfi_restore reg
74 #define CFI_PUSH(REG) \
76 cfi_rel_offset (REG, 0)
78 #define CFI_POP(REG) \
80 cfi_restore (REG)
82 #define PUSH(REG) pushl REG; CFI_PUSH (REG
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset32-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...]
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...]
  /bionic/libc/arch-arm/bionic/
strcmp.S 51 #define magic1(REG) REG
52 #define magic2(REG) REG, lsl #7
strcmp.a15.S 133 .macro m_cbz reg label
135 cbz \reg, \label
137 cmp \reg, #0
142 .macro m_cbnz reg label
144 cbnz \reg, \label
146 cmp \reg, #0
247 m_cbz reg=r3, label=fast_return
254 m_cbz reg=r3, label=fast_return
261 m_cbnz reg=r3, label=word_aligned_r0
390 m_cbz reg=r0, label=compute_return_valu
    [all...]
  /bionic/libc/arch-arm/generic/bionic/
strcmp.S 51 #define magic1(REG) REG
52 #define magic2(REG) REG, lsl #7
  /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;
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 594 template <typename REG>
595 const REG *MemRegionManager::LazyAllocate(REG*& region) {
597 region = (REG*) A.Allocate<REG>();
598 new (region) REG(this);
604 template <typename REG, typename ARG>
605 const REG *MemRegionManager::LazyAllocate(REG*& region, ARG a) {
607 region = (REG*) A.Allocate<REG>()
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 296 FieldOperand(rcx, index.reg, index.scale, FixedArray::kHeaderSize));
372 FieldOperand(rcx, index.reg, index.scale, FixedArray::kHeaderSize));
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 155 /* Structure used to describe the attributes of a REG in similar way as
163 tree decl; /* decl corresponding to REG. */
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
267 1 in a REG expression if corresponds to a variable declared by the user,
279 1 in a REG if the register is used only in exit code a loop.
292 In a REG, this is not needed for that purpose, and used instead
300 1 in a REG or MEM if it is a pointer.
304 /* 1 in a REG or PARALLEL that is the current function's return value.
368 #define REG_P(X) (GET_CODE (X) == REG)
730 #define X0REGATTR(RTX, N) (RTL_CHECKC1 (RTX, N, REG).rt_reg
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 155 /* Structure used to describe the attributes of a REG in similar way as
163 tree decl; /* decl corresponding to REG. */
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
267 1 in a REG expression if corresponds to a variable declared by the user,
279 1 in a REG if the register is used only in exit code a loop.
292 In a REG, this is not needed for that purpose, and used instead
300 1 in a REG or MEM if it is a pointer.
304 /* 1 in a REG or PARALLEL that is the current function's return value.
368 #define REG_P(X) (GET_CODE (X) == REG)
730 #define X0REGATTR(RTX, N) (RTL_CHECKC1 (RTX, N, REG).rt_reg
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 155 /* Structure used to describe the attributes of a REG in similar way as
163 tree decl; /* decl corresponding to REG. */
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
267 1 in a REG expression if corresponds to a variable declared by the user,
279 1 in a REG if the register is used only in exit code a loop.
292 In a REG, this is not needed for that purpose, and used instead
300 1 in a REG or MEM if it is a pointer.
304 /* 1 in a REG or PARALLEL that is the current function's return value.
368 #define REG_P(X) (GET_CODE (X) == REG)
730 #define X0REGATTR(RTX, N) (RTL_CHECKC1 (RTX, N, REG).rt_reg
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 155 /* Structure used to describe the attributes of a REG in similar way as
163 tree decl; /* decl corresponding to REG. */
256 /* 1 in a REG, MEM, or CONCAT if the value is set at most once, anywhere.
267 1 in a REG expression if corresponds to a variable declared by the user,
279 1 in a REG if the register is used only in exit code a loop.
292 In a REG, this is not needed for that purpose, and used instead
300 1 in a REG or MEM if it is a pointer.
304 /* 1 in a REG or PARALLEL that is the current function's return value.
368 #define REG_P(X) (GET_CODE (X) == REG)
730 #define X0REGATTR(RTX, N) (RTL_CHECKC1 (RTX, N, REG).rt_reg
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 34 #define CONTEXT_LOAD(REG, FIELD) \
35 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
37 #define CONTEXT_STORE(REG, FIELD) \
38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
48 int reserveReg(int reg);
50 void recycleReg(int reg);
67 int reserve(int reg);
70 void recycle(int reg);
74 inline int isUsed(int reg) const;
91 uint32_t mRegisterOffset; // lets reg alloc use 2..17 for mip
105 int reg = mRegFile.obtain(); local
137 int reg = 31 - __builtin_clz(mRegList); local
149 int reg = 31 - __builtin_clz(mRegList); local
209 int reg; member in struct:android::GGLAssembler::reg_t
    [all...]

Completed in 711 milliseconds

1 2