/external/clang/include/clang/Basic/ |
D | BuiltinsHexagon.def | 11 // this file must define the BUILTIN macro to make use of this information. 20 BUILTIN(__builtin_SI_to_SXTHI_asrh, "ii", "") 21 BUILTIN(__builtin_circ_ldd, "LLi*LLi*LLi*ii", "") 26 BUILTIN(__builtin_HEXAGON_C2_cmpeq,"bii","") 27 BUILTIN(__builtin_HEXAGON_C2_cmpgt,"bii","") 28 BUILTIN(__builtin_HEXAGON_C2_cmpgtu,"bii","") 29 BUILTIN(__builtin_HEXAGON_C2_cmpeqp,"bLLiLLi","") 30 BUILTIN(__builtin_HEXAGON_C2_cmpgtp,"bLLiLLi","") 31 BUILTIN(__builtin_HEXAGON_C2_cmpgtup,"bLLiLLi","") 32 BUILTIN(__builtin_HEXAGON_A4_rcmpeqi,"iii","") [all …]
|
D | BuiltinsX86.def | 11 // this file must define the BUILTIN macro to make use of this information. 29 BUILTIN(__builtin_ia32_femms, "v", "") 30 BUILTIN(__builtin_ia32_pavgusb, "V8cV8cV8c", "nc") 31 BUILTIN(__builtin_ia32_pf2id, "V2iV2f", "nc") 32 BUILTIN(__builtin_ia32_pfacc, "V2fV2fV2f", "nc") 33 BUILTIN(__builtin_ia32_pfadd, "V2fV2fV2f", "nc") 34 BUILTIN(__builtin_ia32_pfcmpeq, "V2iV2fV2f", "nc") 35 BUILTIN(__builtin_ia32_pfcmpge, "V2iV2fV2f", "nc") 36 BUILTIN(__builtin_ia32_pfcmpgt, "V2iV2fV2f", "nc") 37 BUILTIN(__builtin_ia32_pfmax, "V2fV2fV2f", "nc") [all …]
|
D | BuiltinsNVPTX.def | 11 // this file must define the BUILTIN macro to make use of this information. 18 BUILTIN(__builtin_ptx_read_tid_x, "i", "nc") 19 BUILTIN(__builtin_ptx_read_tid_y, "i", "nc") 20 BUILTIN(__builtin_ptx_read_tid_z, "i", "nc") 21 BUILTIN(__builtin_ptx_read_tid_w, "i", "nc") 23 BUILTIN(__builtin_ptx_read_ntid_x, "i", "nc") 24 BUILTIN(__builtin_ptx_read_ntid_y, "i", "nc") 25 BUILTIN(__builtin_ptx_read_ntid_z, "i", "nc") 26 BUILTIN(__builtin_ptx_read_ntid_w, "i", "nc") 28 BUILTIN(__builtin_ptx_read_ctaid_x, "i", "nc") [all …]
|
D | BuiltinsPPC.def | 11 // this file must define the BUILTIN macro to make use of this information. 21 BUILTIN(__builtin_altivec_vaddcuw, "V4UiV4UiV4Ui", "") 23 BUILTIN(__builtin_altivec_vaddsbs, "V16ScV16ScV16Sc", "") 24 BUILTIN(__builtin_altivec_vaddubs, "V16UcV16UcV16Uc", "") 25 BUILTIN(__builtin_altivec_vaddshs, "V8SsV8SsV8Ss", "") 26 BUILTIN(__builtin_altivec_vadduhs, "V8UsV8UsV8Us", "") 27 BUILTIN(__builtin_altivec_vaddsws, "V4SiV4SiV4Si", "") 28 BUILTIN(__builtin_altivec_vadduws, "V4UiV4UiV4Ui", "") 30 BUILTIN(__builtin_altivec_vsubsbs, "V16ScV16ScV16Sc", "") 31 BUILTIN(__builtin_altivec_vsububs, "V16UcV16UcV16Uc", "") [all …]
|
D | BuiltinsMips.def | 11 // this file must define the BUILTIN macro to make use of this information. 20 BUILTIN(__builtin_mips_addu_qb, "V4ScV4ScV4Sc", "n") 21 BUILTIN(__builtin_mips_addu_s_qb, "V4ScV4ScV4Sc", "n") 22 BUILTIN(__builtin_mips_subu_qb, "V4ScV4ScV4Sc", "n") 23 BUILTIN(__builtin_mips_subu_s_qb, "V4ScV4ScV4Sc", "n") 25 BUILTIN(__builtin_mips_addq_ph, "V2sV2sV2s", "n") 26 BUILTIN(__builtin_mips_addq_s_ph, "V2sV2sV2s", "n") 27 BUILTIN(__builtin_mips_subq_ph, "V2sV2sV2s", "n") 28 BUILTIN(__builtin_mips_subq_s_ph, "V2sV2sV2s", "n") 30 BUILTIN(__builtin_mips_madd, "LLiLLiii", "nc") [all …]
|
D | Builtins.def | 11 // must define the BUILTIN macro to make use of this information. 90 #if defined(BUILTIN) && !defined(LIBBUILTIN) 91 # define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, BUILTIN_LANG) BUILTIN(ID, TYPE, ATTRS) 95 BUILTIN(__builtin_atan2 , "ddd" , "Fnc") 96 BUILTIN(__builtin_atan2f, "fff" , "Fnc") 97 BUILTIN(__builtin_atan2l, "LdLdLd", "Fnc") 98 BUILTIN(__builtin_abs , "ii" , "ncF") 99 BUILTIN(__builtin_copysign, "ddd", "ncF") 100 BUILTIN(__builtin_copysignf, "fff", "ncF") 101 BUILTIN(__builtin_copysignl, "LdLdLd", "ncF") [all …]
|
D | BuiltinsARM.def | 11 // this file must define the BUILTIN macro to make use of this information. 18 BUILTIN(__clear_cache, "vv*v*", "i") 19 BUILTIN(__builtin_thread_pointer, "v*", "") 22 BUILTIN(__builtin_arm_qadd, "iii", "nc") 23 BUILTIN(__builtin_arm_qsub, "iii", "nc") 24 BUILTIN(__builtin_arm_ssat, "iiUi", "nc") 25 BUILTIN(__builtin_arm_usat, "UiUiUi", "nc") 28 BUILTIN(__builtin_arm_ldrexd, "LLUiv*", "") 29 BUILTIN(__builtin_arm_strexd, "iLLUiv*", "") 31 BUILTIN(__builtin_arm_ldrex, "v.", "t") [all …]
|
D | TargetBuiltins.h | 28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 37 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 47 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 57 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 68 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 119 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 129 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro
|
D | BuiltinsAArch64.def | 11 // this file must define the BUILTIN macro to make use of this information. 18 BUILTIN(__clear_cache, "vv*v*", "i") 25 #undef BUILTIN
|
D | Builtins.h | 45 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro
|
/external/chromium_org/v8/src/ |
D | builtins.h | 60 V(Make##C##CodeYoungAgainOddMarking, BUILTIN, \ 62 V(Make##C##CodeYoungAgainEvenMarking, BUILTIN, \ 89 V(ArgumentsAdaptorTrampoline, BUILTIN, UNINITIALIZED, \ 91 V(InRecompileQueue, BUILTIN, UNINITIALIZED, \ 93 V(JSConstructStubCountdown, BUILTIN, UNINITIALIZED, \ 95 V(JSConstructStubGeneric, BUILTIN, UNINITIALIZED, \ 97 V(JSConstructStubApi, BUILTIN, UNINITIALIZED, \ 99 V(JSEntryTrampoline, BUILTIN, UNINITIALIZED, \ 101 V(JSConstructEntryTrampoline, BUILTIN, UNINITIALIZED, \ 103 V(LazyCompile, BUILTIN, UNINITIALIZED, \ [all …]
|
D | builtins.cc | 129 #define BUILTIN(name) \ macro 143 #define BUILTIN(name) \ macro 187 BUILTIN(Illegal) { in BUILTIN() function 193 BUILTIN(EmptyFunction) { in BUILTIN() function 395 BUILTIN(ArrayPush) { in BUILTIN() function 510 BUILTIN(ArrayPop) { in BUILTIN() function 541 BUILTIN(ArrayShift) { in BUILTIN() function 592 BUILTIN(ArrayUnshift) { in BUILTIN() function 659 BUILTIN(ArraySlice) { in BUILTIN() function 792 BUILTIN(ArraySplice) { in BUILTIN() function [all …]
|
D | gdb-jit.h | 60 V(BUILTIN) \
|
/external/v8/src/ |
D | builtins.h | 68 V(ArgumentsAdaptorTrampoline, BUILTIN, UNINITIALIZED, \ 70 V(JSConstructStubCountdown, BUILTIN, UNINITIALIZED, \ 72 V(JSConstructStubGeneric, BUILTIN, UNINITIALIZED, \ 74 V(JSConstructStubApi, BUILTIN, UNINITIALIZED, \ 76 V(JSEntryTrampoline, BUILTIN, UNINITIALIZED, \ 78 V(JSConstructEntryTrampoline, BUILTIN, UNINITIALIZED, \ 80 V(LazyCompile, BUILTIN, UNINITIALIZED, \ 82 V(LazyRecompile, BUILTIN, UNINITIALIZED, \ 84 V(NotifyDeoptimized, BUILTIN, UNINITIALIZED, \ 86 V(NotifyLazyDeoptimized, BUILTIN, UNINITIALIZED, \ [all …]
|
D | builtins.cc | 127 #define BUILTIN(name) \ macro 141 #define BUILTIN(name) \ macro 177 BUILTIN(Illegal) { in BUILTIN() function 183 BUILTIN(EmptyFunction) { in BUILTIN() function 298 BUILTIN(InternalArrayCodeGeneric) { in BUILTIN() function 306 BUILTIN(ArrayCodeGeneric) { in BUILTIN() function 485 BUILTIN(ArrayPush) { in BUILTIN() function 543 BUILTIN(ArrayPop) { in BUILTIN() function 576 BUILTIN(ArrayShift) { in BUILTIN() function 618 BUILTIN(ArrayUnshift) { in BUILTIN() function [all …]
|
D | gdb-jit.h | 60 V(BUILTIN) \
|
/external/clang/test/Analysis/ |
D | bstring.c | 22 # define BUILTIN(f) __builtin_ ## f macro 24 # define BUILTIN(f) f macro 37 #define __memcpy_chk BUILTIN(__memcpy_chk) 45 #define memcpy BUILTIN(memcpy) 157 #define __mempcpy_chk BUILTIN(__mempcpy_chk) 165 #define mempcpy BUILTIN(mempcpy) 278 #define __memmove_chk BUILTIN(__memmove_chk) 285 #define memmove BUILTIN(memmove) 324 #define bcmp BUILTIN(bcmp) 331 #define memcmp BUILTIN(memcmp) [all …]
|
D | string.c | 22 # define BUILTIN(f) __builtin_ ## f macro 24 # define BUILTIN(f) f macro 38 #define strlen BUILTIN(strlen) 253 #define __strcpy_chk BUILTIN(__strcpy_chk) 260 #define strcpy BUILTIN(strcpy) 312 #define __stpcpy_chk BUILTIN(__stpcpy_chk) 319 #define stpcpy BUILTIN(stpcpy) 351 #define __strcat_chk BUILTIN(__strcat_chk) 358 #define strcat BUILTIN(strcat) 447 #define __strncpy_chk BUILTIN(__strncpy_chk) [all …]
|
D | string-fail.c | 27 # define BUILTIN(f) __builtin_ ## f macro 29 # define BUILTIN(f) f macro 41 #define strnlen BUILTIN(strnlen)
|
D | security-syntax-checks.m | 7 # define BUILTIN(f) __builtin_ ## f macro 9 # define BUILTIN(f) f macro 126 #define __strcpy_chk BUILTIN(__strcpy_chk) 133 #define strcpy BUILTIN(strcpy) 150 #define __strcat_chk BUILTIN(__strcat_chk) 157 #define strcat BUILTIN(strcat)
|
/external/clang/test/Sema/ |
D | warn-strncat-size.c | 10 # define BUILTIN(f) __builtin_ ## f macro 12 # define BUILTIN(f) f macro 15 #define strncat BUILTIN(strncat)
|
/external/llvm/test/Assembler/ |
D | attribute-builtin.ll | 14 ; CHECK-ASSEMBLES: call i8* @foo(i8* %x) [[BUILTIN:#[0-9]+]] 16 ; CHECK-ASSEMBLES: attributes [[BUILTIN]] = { builtin }
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 24 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_provider.cc | 77 return metrics::OmniboxEventProto::BUILTIN; in AsOmniboxEventProviderType()
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 107 CHECK_EQ(make_code(BUILTIN, Builtins::kArrayCode), in TEST() 145 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode))); in TEST()
|