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

12 3 4 5 6 7 8

  /dalvik/vm/mterp/x86-atom/
header.S 88 .macro SAVE_PC_FP_TO_GLUE _reg
98 .macro LOAD_PC_FP_FROM_GLUE
114 .macro EXPORT_PC
123 .macro SAVEAREA_FROM_FP _reg
131 .macro GET_VREG _vreg
139 .macro SET_VREG _reg _vreg
147 .macro FETCH_INST
160 .macro FETCH_ADVANCE_INST _count
171 .macro FETCH_ADVANCE_INST_RB _reg
183 .macro FETCH _count _re
    [all...]
  /dalvik/vm/mterp/x86/
header.S 114 .macro GET_JIT_PROF_TABLE _self _reg
117 .macro GET_JIT_THRESHOLD _self _reg
123 .macro SAVE_PC_FP_TO_SELF _reg
129 .macro LOAD_PC_FP_FROM_SELF
148 .macro EXPORT_PC
157 .macro SAVEAREA_FROM_FP _reg
164 .macro FETCH_INST
172 .macro FETCH_INST_R _reg
180 .macro FETCH_INST_OPCODE _count _reg
188 .macro FETCH_INST_WORD _coun
    [all...]
  /external/llvm/host/include/llvm/Config/
Targets.def 12 |* LLVM_TARGET macro to be a function-like macro with a single *|
23 # error Please define the macro LLVM_TARGET(TargetName)
  /frameworks/compile/mclinker/include/mcld/Config/
Targets.def 12 |* LLVM_TARGET macro to be a function-like macro with a single *|
27 # error Please define the macro LLVM_TARGET(TargetName)
  /external/stlport/test/unit/
macro_checks.cpp 22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value.
114 # error Weird USHRT_MAX macro value
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value.
114 # error Weird USHRT_MAX macro value
    [all...]
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 22 # error Weird CHAR_MIN or CHAR_MAX macro values.
34 # error Weird INT_MIN or INT_MAX macro values.
46 # error Weird LONG_MIN or LONG_MAX macro values.
58 # error Weird SCHAR_MIN or SCHAR_MAX macro values.
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
90 # error Weird UCHAR_MAX macro value.
98 # error Weird UINT_MAX macro value.
106 # error Weird ULONG_MAX macro value.
114 # error Weird USHRT_MAX macro value
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
asm_common.S 20 .macro REQUIRE8
24 .macro PRESERVE8
29 .macro function name, export=0
38 .macro endfunction
  /bionic/libc/kernel/arch-mips/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /development/ndk/platforms/android-9/arch-mips/include/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/
stubs-32.h 7 # error Applications may not define the macro _LIBC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs-32.h 7 # error Applications may not define the macro _LIBC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/
stubs-64.h 7 # error Applications may not define the macro _LIBC
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /external/llvm/include/llvm-c/
Core.h 984 * functions are defined by a macro, so it isn't obvious which are
993 #define LLVM_FOR_EACH_VALUE_SUBCLASS(macro) \
994 macro(Argument) \
995 macro(BasicBlock) \
996 macro(InlineAsm) \
997 macro(MDNode) \
998 macro(MDString) \
999 macro(User) \
1000 macro(Constant) \
1001 macro(BlockAddress)
    [all...]
  /external/llvm/device/include/llvm/Config/
Targets.def 12 |* LLVM_TARGET macro to be a function-like macro with a single *|
23 # error Please define the macro LLVM_TARGET(TargetName)
  /external/valgrind/main/drd/tests/
annotate_publish_hg.stderr.exp 2 The annotation macro ANNOTATE_PUBLISH_MEMORY_RANGE has not yet been implemented in <valgrind/helgrind.h>
annotate_barrier.stderr.exp 2 The annotation macro ANNOTATE_BARRIER_INIT has not yet been implemented in <valgrind/drd.h>
8 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
14 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
19 The annotation macro ANNOTATE_BARRIER_WAIT_BEFORE has not yet been implemented in <valgrind/drd.h>
34 The annotation macro ANNOTATE_BARRIER_WAIT_AFTER has not yet been implemented in <valgrind/drd.h>
40 The annotation macro ANNOTATE_BARRIER_DESTROY has not yet been implemented in <valgrind/drd.h>
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 45 const char *macro,
51 const char *macro,
226 macro_t *macro = hash_table_find (parser->defines, $2);
227 if (macro) {
229 talloc_free (macro);
263 macro_t *macro = hash_table_find (parser->defines, $2);
265 _glcpp_parser_skip_stack_push_if (parser, & @1, macro != NULL);
268 macro_t *macro = hash_table_find (parser->defines, $2);
270 _glcpp_parser_skip_stack_push_if (parser, & @1, macro == NULL);
313 macro_t *macro = hash_table_find (parser->defines, "__VERSION__")
    [all...]
glcpp-parse.c 115 const char *macro,
121 const char *macro,
1879 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (3)].str)); local
1934 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str)); local
1945 macro_t *macro = hash_table_find (parser->defines, (yyvsp[(2) - (4)].str)); local
2020 macro_t *macro = hash_table_find (parser->defines, "__VERSION__"); local
3594 macro_t *macro; local
3745 macro_t *macro; local
3975 macro_t *macro, *previous; local
4007 macro_t *macro, *previous; local
4082 macro_t *macro; local
    [all...]
  /external/libvpx/vpx_ports/
x86_abi_support.asm 39 %macro movq 2
122 ; This macro aligns the stack to the given alignment (in bytes). The stack
124 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
125 ; This macro uses one temporary register, which is not preserved, and thus
127 %macro ALIGN_STACK 2
151 %macro GET_GOT 1
168 %macro GET_GOT 1
182 %macro GET_GOT 1
193 %macro GET_GOT 1
205 %macro SHADOW_ARGS_TO_STACK
    [all...]
  /external/kernel-headers/original/asm-x86/
dwarf2_32.h 40 comment character # to ignore the arguments. Instead, use a dummy macro. */
41 .macro ignore a=0, b=0, c=0, d=0
  /external/libvpx/vp8/common/ppc/
platform_altivec.asm 15 .macro W V P
20 .macro R V P
  /external/llvm/test/MC/AsmParser/
exprs.s 3 .macro check_expr

Completed in 654 milliseconds

12 3 4 5 6 7 8