Home
last modified time | relevance | path

Searched refs:f2_1 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dpatchable-function-entry-bti.ll31 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/
Dpatchable-function-entry-ibt.ll39 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/
Dx86_32-arguments-win32.c17 struct s2 f2_1(void) { while (1) {} } in f2_1() function
Dpointer-arithmetic.c13 void *f2_1(void *a, int b) { return (a += b); } in f2_1() function
/external/llvm-project/clang/test/CodeGen/
Dpointer-arithmetic.c13 void *f2_1(void *a, int b) { return (a += b); } in f2_1() function
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_32-arguments-win32.c17 struct s2 f2_1(void) { while (1) {} } in f2_1() function
/external/libaom/libaom/av1/common/x86/
Dselfguided_sse4.c637 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()
Dselfguided_avx2.c690 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()