Home
last modified time | relevance | path

Searched refs:__STR (Results 1 – 4 of 4) sorted by relevance

/external/arm-neon-tests/
Dref_dspfns.c47 #define __STR(X) __xSTR(X) macro
49 #define FN(X) X, __STR(X)
785 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
792 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
799 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
806 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
813 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
820 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
827 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
834 …fprintf(ref_file, __STR(MYFN) "(%#x, %#x) = %#x overflow %d carry %d\n", svar32_a, svar32_b, svar3… in exec_dspfns1()
[all …]
/external/llvm-project/llvm/test/Transforms/TypePromotion/ARM/
Dcasts.ll323 ; CHECK-NEXT: [[__SIZE__I_I_I_I:%.*]] = bitcast i32** [[__STR:%.*]] to i8*
328 ; CHECK-NEXT: [[__SIZE__I5_I_I:%.*]] = getelementptr inbounds i32*, i32** [[__STR]], i32 [[__N1:…
/external/clang/lib/Headers/
Daltivec.h2105 #define vec_dst(__PTR, __CW, __STR) \ argument
2107 { __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR)); })
2110 #define vec_dstst(__PTR, __CW, __STR) \ argument
2112 { __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR)); })
2115 #define vec_dststt(__PTR, __CW, __STR) \ argument
2117 { __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR)); })
2120 #define vec_dstt(__PTR, __CW, __STR) \ argument
2122 { __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR)); })
/external/llvm-project/clang/lib/Headers/
Daltivec.h3532 #define vec_dst(__PTR, __CW, __STR) \ argument
3533 __builtin_altivec_dst((const void *)(__PTR), (__CW), (__STR))
3536 #define vec_dstst(__PTR, __CW, __STR) \ argument
3537 __builtin_altivec_dstst((const void *)(__PTR), (__CW), (__STR))
3540 #define vec_dststt(__PTR, __CW, __STR) \ argument
3541 __builtin_altivec_dststt((const void *)(__PTR), (__CW), (__STR))
3544 #define vec_dstt(__PTR, __CW, __STR) \ argument
3545 __builtin_altivec_dstt((const void *)(__PTR), (__CW), (__STR))