Searched refs:f2_1 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | patchable-function-entry-bti.ll | 31 define void @f2_1() "patchable-function-entry"="1" "patchable-function-prefix"="1" "branch-target-e… 32 ; CHECK-LABEL: .type f2_1,@function 35 ; CHECK-NEXT: f2_1: 43 ; CHECK-NEXT: .size f2_1, .Lfunc_end2-f2_1 44 ; CHECK: .section __patchable_function_entries,"awo",@progbits,f2_1{{$}}
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | patchable-function-entry-ibt.ll | 39 define void @f2_1() "patchable-function-entry"="1" "patchable-function-prefix"="1" { 40 ; CHECK-LABEL: .type f2_1,@function 43 ; CHECK-NEXT: f2_1: 52 ; CHECK-NEXT: .size f2_1, .Lfunc_end2-f2_1 53 ; CHECK: .section __patchable_function_entries,"awo",@progbits,f2_1{{$}}
|
/external/clang/test/CodeGen/ |
D | x86_32-arguments-win32.c | 17 struct s2 f2_1(void) { while (1) {} } in f2_1() function
|
D | pointer-arithmetic.c | 13 void *f2_1(void *a, int b) { return (a += b); } in f2_1() function
|
/external/llvm-project/clang/test/CodeGen/ |
D | pointer-arithmetic.c | 13 void *f2_1(void *a, int b) { return (a += b); } in f2_1() function
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | x86_32-arguments-win32.c | 17 struct s2 f2_1(void) { while (1) {} } in f2_1() function
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 637 const __m128i f2_1 = _mm_sub_epi32(xx_loadu_128(&flt1[k + 4]), u_1); in av1_apply_selfguided_restoration_sse4_1() local 638 v_1 = _mm_add_epi32(v_1, _mm_mullo_epi32(xq1, f2_1)); in av1_apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 690 const __m256i f2_1 = _mm256_sub_epi32(yy_loadu_256(&flt1[k + 8]), u_1); in av1_apply_selfguided_restoration_avx2() local 691 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq1, f2_1)); in av1_apply_selfguided_restoration_avx2()
|