Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/crypto/
Dcurve25519-x86_64.c75 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd() function
998 fadd(a, x2, z2); in point_add_and_double()
1004 fadd(c0, x3, z31); in point_add_and_double()
1007 fadd(x3, d0, c0); in point_add_and_double()
1023 fadd(b1, b1, d); in point_add_and_double()
1038 fadd(a, x2, z2); in point_double()
1047 fadd(b, b, d); in point_double()
1573 fadd(a, x1, z1); in curve25519_ever64_base()
1576 fadd(a, a, c); in curve25519_ever64_base()
/linux-6.6.21/Documentation/arch/arm/vfp/
Drelease-notes.rst23 - fadd
35 - fadd/fsub shows some differences in the handling of +0 / -0 results
/linux-6.6.21/arch/powerpc/math-emu/
Dfadd.c11 fadd(void *frD, void *frA, void *frB) in fadd() function
DMakefile4 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \
Dmath.c32 FLOATFUNC(fadd);
289 case FADD: func = fadd; type = AB; break; in do_mathemu()
/linux-6.6.21/arch/m68k/ifpsp060/src/
Dfplsp.S543 set FADD_OP, 0x2 # fadd performed last
5102 fadd.d SINA5(%pc),%fp3 # A5+TA7
5103 fadd.d SINA4(%pc),%fp2 # A4+TA6
5108 fadd.d SINA3(%pc),%fp3 # A3+T(A5+TA7)
5109 fadd.x SINA2(%pc),%fp2 # A2+T(A4+TA6)
5114 fadd.x SINA1(%pc),%fp1 # A1+T(A3+T(A5+TA7))
5345 fadd.s COSB1(%pc),%fp0 # B1+S(B2...)
5545 fadd.s TWOTO63(%a6),%fp2 # THE FRACTIONAL PART OF FP1 IS ROUNDED
5574 fadd.x %fp5,%fp3 # fp3 = P
5578 fadd.x %fp5,%fp4 # fp4 = p = (W-P)+w
[all …]
Dfpsp.S2486 # fadd fdadd fsadd fasin frem
5223 fadd.x %fp2,%fp1 # [A1+T(A3+T(A5+TA7))]+[S(A2+T(A4+TA6))]
5230 fadd.x X(%a6),%fp0 # last inst - possible exception set
5268 fadd.d COSB6(%pc),%fp2 # B6+TB8
5269 fadd.d COSB5(%pc),%fp3 # B5+TB7
5274 fadd.d COSB4(%pc),%fp2 # B4+T(B6+TB8)
5275 fadd.x COSB3(%pc),%fp3 # B3+T(B5+TB7)
5280 fadd.x COSB2(%pc),%fp2 # B2+T(B4+T(B6+TB8))
5281 fadd.s COSB1(%pc),%fp1 # B1+T(B3+T(B5+TB7))
5285 fadd.x %fp1,%fp0
[all …]
Dftest.S1055 fadd.b &0x2,%fp0
1106 fadd.b &0x2,%fp0
1157 fadd.s &0x7f800000,%fp0
Dpfpsp.S2485 # fadd fdadd fsadd fasin frem
/linux-6.6.21/arch/m68k/ifpsp060/
DMISC78 fadd.s : 2.6
137 fadd.s : 2.6
Dfplsp.doc124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
/linux-6.6.21/arch/powerpc/include/asm/
Dkvm_fpu.h61 FPD_TWO_IN(fadd)
/linux-6.6.21/arch/powerpc/kvm/
Dfpu.S263 FPD_TWO_IN(fadd)
/linux-6.6.21/arch/sh/math-emu/
Dmath.c106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) in fadd() function
397 fadd, fsub, fmul, fdiv, fcmp_eq, fcmp_gt, fmov_idx_reg, fmov_reg_idx,
/linux-6.6.21/include/uapi/linux/
Drds.h377 } fadd; member
/linux-6.6.21/tools/power/pm-graph/config/
Dexample.cfg155 # fadd: file.txt
/linux-6.6.21/arch/m68k/fpsp040/
Dget_op.S41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
Dres_func.S629 | For fadd:
795 | Inst is fadd.
882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1057 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
/linux-6.6.21/net/rds/
Drdma.c882 rm->atomic.op_m_fadd.add = args->fadd.add; in rds_cmsg_atomic()