Searched refs:fadd (Results 1 – 19 of 19) sorted by relevance
/linux/arch/x86/crypto/ |
A D | curve25519-x86_64.c | 76 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) in fadd() function 787 fadd(a, x2, z2); in point_add_and_double() 793 fadd(c0, x3, z31); in point_add_and_double() 796 fadd(x3, d0, c0); in point_add_and_double() 812 fadd(b1, b1, d); in point_add_and_double() 827 fadd(a, x2, z2); in point_double() 836 fadd(b, b, d); in point_double() 1362 fadd(a, x1, z1); in curve25519_ever64_base() 1365 fadd(a, a, c); in curve25519_ever64_base()
|
/linux/Documentation/arm/vfp/ |
A D | release-notes.rst | 23 - fadd 35 - fadd/fsub shows some differences in the handling of +0 / -0 results
|
/linux/arch/m68k/ifpsp060/src/ |
A D | fplsp.S | 6448 fadd.x X(%a6),%fp0 6472 fadd.x PTINY(%pc),%fp0 6478 fadd.x NTINY(%pc),%fp0 7260 fadd.s (%sp)+,%fp0 7411 fadd.x SC(%a6),%fp0 7421 fadd.x SC(%a6),%fp0 7475 fadd.x (%a0),%fp0 7642 fadd.x %fp1,%fp0 7757 fadd.x (%sp)+,%fp0 7933 fadd.x %fp1,%fp0 [all …]
|
A D | fpsp.S | 5285 fadd.x %fp1,%fp0 6498 fadd.x X(%a6),%fp0 8477 fadd.x SAVEU(%a6),%fp0 9183 fadd.s %d1,%fp0 9307 fadd.s %d1,%fp0 11391 bsr.l fadd 11445 long fadd - tbl_unsupp # 22: fadd 14603 # fadd(): emulates the fadd instruction # 14639 bra.b fadd 14646 global fadd [all …]
|
A D | ftest.S | 1055 fadd.b &0x2,%fp0 1106 fadd.b &0x2,%fp0 1157 fadd.s &0x7f800000,%fp0
|
A D | pfpsp.S | 2485 # fadd fdadd fsadd fasin frem
|
/linux/arch/powerpc/math-emu/ |
A D | fadd.c | 11 fadd(void *frD, void *frA, void *frB) in fadd() function
|
A D | Makefile | 4 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \
|
A D | math.c | 32 FLOATFUNC(fadd); 289 case FADD: func = fadd; type = AB; break; in do_mathemu()
|
/linux/arch/m68k/ifpsp060/ |
A D | MISC | 78 fadd.s : 2.6 137 fadd.s : 2.6
|
A D | fplsp.doc | 124 The fabs/fadd/fdiv/fint/fintrz/fmul/fneg/fsqrt/fsub entry points
|
/linux/arch/powerpc/include/asm/ |
A D | kvm_fpu.h | 61 FPD_TWO_IN(fadd)
|
/linux/arch/sh/math-emu/ |
A D | math.c | 106 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/arch/powerpc/kvm/ |
A D | fpu.S | 256 FPD_TWO_IN(fadd)
|
/linux/include/uapi/linux/ |
A D | rds.h | 377 } fadd; member
|
/linux/tools/power/pm-graph/config/ |
A D | example.cfg | 155 # fadd: file.txt
|
/linux/arch/m68k/fpsp040/ |
A D | get_op.S | 41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
|
A D | res_func.S | 629 | 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/net/rds/ |
A D | rdma.c | 882 rm->atomic.op_m_fadd.add = args->fadd.add; in rds_cmsg_atomic()
|
Completed in 90 milliseconds