Home
last modified time | relevance | path

Searched refs:fadd (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-scheduler-predicates.cpp99 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F() local
100 ASSERT_TRUE(bi_reads_t(fadd, 0)); in TEST_F()
104 bi_instr *fadd = bi_fadd_f32_to(b, TMP(), TMP(), TMP()); in TEST_F() local
105 fadd->src[i] = bi_swz_16(TMP(), j, j); in TEST_F()
106 ASSERT_TRUE(bi_reads_t(fadd, 1 - i)); in TEST_F()
107 ASSERT_FALSE(bi_reads_t(fadd, i)); in TEST_F()
118 bi_instr *fadd = bi_fadd_v2f16_to(b, TMP(), x, x); in TEST_F() local
120 ASSERT_TRUE(bi_can_fma(fadd)); in TEST_F()
121 ASSERT_TRUE(bi_can_add(fadd)); in TEST_F()
124 fadd->src[0].abs = true; in TEST_F()
[all …]
/third_party/ffmpeg/libavcodec/aarch64/
Dfft_neon.S41 fadd v4.2s, v0.2s, v1.2s // r0+r1,i0+i1
47 fadd v5.2s, v2.2s, v3.2s // i2+i3,r2+r3
50 fadd v0.2s, v4.2s, v5.2s
52 fadd v1.2s, v6.2s, v7.2s
66 fadd v4.2s, v16.2s, v17.2s // r4+r5,i4+i5
67 fadd v5.2s, v18.2s, v19.2s // r6+r7,i6+i7
71 fadd v20.2s, v0.2s, v1.2s // r0+r1,i0+i1
72 fadd v21.2s, v2.2s, v3.2s // r2+r3,i2+i3
81 fadd v0.2s, v20.2s, v21.2s
83 fadd v1.2s, v22.2s, v23.2s
[all …]
Daacpsdsp_neon.S27 fadd v3.4S, v3.4S, v2.4S
56 fadd v4.4S, v4.4S, v6.4S
57 fadd v5.4S, v5.4S, v7.4S
84 fadd v16.4S, v16.4S, v20.4S
85 fadd v17.4S, v17.4S, v21.4S
90 fadd v18.4S, v18.4S, v22.4S
91 fadd v19.4S, v19.4S, v23.4S
120 fadd v16.4S, v0.4S, v6.4S
121 fadd v17.4S, v1.4S, v7.4S
124 fadd v22.4S, v2.4S, v4.4S
[all …]
Dopusdsp_neon.S58 fadd v1.4s, v1.4s, v0.4s
59 fadd v2.4s, v2.4s, v3.4s
96 fadd v6.4s, v6.4s, v4.4s
102 fadd v6.4s, v6.4s, v3.4s
104 fadd v4.4s, v4.4s, v6.4s
Dsbrdsp_neon.S51 fadd v0.4S, v0.4S, v1.4S
53 fadd v0.4S, v0.4S, v2.4S
55 fadd v0.4S, v0.4S, v3.4S
57 fadd v0.4S, v0.4S, v4.4S
168 fadd v1.4S, v1.4S, v2.4S
205 fadd v4.2S, v4.2S, v3.2S
250 fadd v22.4S, v2.4S, v20.4S
252 fadd v23.4S, v3.4S, v21.4S
256 fadd v22.4S, v22.4S, v23.4S
258 fadd v23.2S, v1.2S, v19.2S
[all …]
Dmdct_neon.S51 fadd v5.2s, v5.2s, v7.2s
103 fadd v7.2s, v7.2s, v22.2s
104 fadd v5.2s, v5.2s, v23.2s
201 fadd v2.2s, v2.2s, v19.2s // in3u+in3d -R
203 fadd v18.2s, v18.2s, v3.2s // in2u+in1d -I
218 fadd v7.2s, v4.2s, v5.2s // -R*s+I*c
220 fadd v25.2s, v22.2s, v23.2s // R*s-I*c
235 fadd v2.2s, v2.2s, v19.2s // in3u+in3d -R
237 fadd v18.2s, v18.2s, v3.2s // in2u+in1d -I
299 fadd v4.2s, v4.2s, v24.2s // i1*s1+r1*c1,i0*s0+r0*c0
[all …]
Dvorbisdsp_neon.S37 fadd v7.4s, v6.4s, v2.4s
48 fadd v1.4s, v0.4s, v2.4s
61 fadd v7.4s, v6.4s, v2.4s
76 fadd v1.4s, v0.4s, v2.4s
/third_party/mesa3d/src/compiler/nir/tests/
Dcomparison_pre_tests.cpp512 nir_alu_instr *fadd = nir_alu_instr_create(bld.shader, nir_op_fadd); in TEST_F() local
514 fadd->src[0].src = nir_src_for_ssa(v1); in TEST_F()
515 fadd->src[1].src = nir_src_for_ssa(a); in TEST_F()
517 memcpy(&fadd->src[0].swizzle, wwww, sizeof(wwww)); in TEST_F()
518 memcpy(&fadd->src[1].swizzle, xxxx, sizeof(xxxx)); in TEST_F()
520 nir_builder_alu_instr_finish_and_insert(&bld, fadd); in TEST_F()
522 fadd->dest.dest.ssa.num_components = 1; in TEST_F()
523 fadd->dest.write_mask = 1; in TEST_F()
569 nir_alu_instr *fadd = nir_alu_instr_create(bld.shader, nir_op_fadd); in TEST_F() local
571 fadd->src[0].src = nir_src_for_ssa(v2); in TEST_F()
[all …]
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp1142 writeout(7, fadd(u2u16(fmul(a, a)), a16));
1147 writeout(8, fadd(bld.as_uniform(fmul(a16, a16)), a));
1179 writeout(1, fadd(a, f2f32(a16)));
1183 writeout(2, fadd(f2f32(a16), a));
1223 writeout(2, fadd(a16, f2f16(a), bld.precise()));
1239 writeout(5, fadd(a16, f2f16(a, bld.precise())));
1365 writeout(1, f2f16(fadd(a, b)));
1377 writeout(4, f2f16(fadd(a, f2f32(b16))));
1428 writeout(0, f2f16(fabs(fadd(a, b))));
1433 writeout(1, f2f16(fneg(fadd(a, b))));
[all …]
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_comparison_pre.c157 nir_ssa_def *const fadd = zero_on_left in rewrite_compare_instruction() local
165 ? nir_build_alu(bld, orig_cmp->op, zero, fadd, NULL, NULL) in rewrite_compare_instruction()
166 : nir_build_alu(bld, orig_cmp->op, fadd, zero, NULL, NULL); in rewrite_compare_instruction()
178 mov_add->src[0].src = nir_src_for_ssa(fadd); in rewrite_compare_instruction()
/third_party/python/Modules/_decimal/libmpdec/
Dumodarith.h530 fadd st(1), st in ppro_mulmod()
565 fadd st, st(1) in ppro_mulmod2c()
572 fadd st, st(1) in ppro_mulmod2c()
608 fadd st, st(1) in ppro_mulmod2()
610 fadd st, st(1) in ppro_mulmod2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-FPStack.txt19 [(set RFP:$dst, (fadd RFP:$src1,
24 [(set RFP:$dst, (fadd RFP:$src1,
/third_party/elfutils/tests/
Dtestfile-riscv64-dis1.expect.bz21testfile-riscv64-dis1.o: elf64-elf_riscv 2 3Disassembly of section .text ...
/third_party/musl/src/math/i386/
Dasinl.s8 fadd %st(2)
Dacosl.s8 fadd %st(2)
Dacosf.s8 fadd %st(2)
Dasin.s12 fadd %st(2)
Dacos.s10 fadd %st(2)
Dasinf.s12 fadd %st(2)
/third_party/musl/src/math/x86_64/
Dasinl.s8 fadd %st(2)
Dacosl.s10 fadd %st(2)
/third_party/musl/src/math/x32/
Dasinl.s8 fadd %st(2)
Dacosl.s10 fadd %st(2)
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfp-ops.c1 double fadd(double x, double y) { return x + y; } in fadd() function
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Darithmetic-ops.c11 static float fadd(float x, float y) in fadd() function

12345