Searched refs:fadd (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/math-emu/
H A Dfadd.c11 fadd(void *frD, void *frA, void *frB) function
H A DMakefile4 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \
H A Dmath.c32 FLOATFUNC(fadd); variable
289 case FADD: func = fadd; type = AB; break;
/linux-master/arch/m68k/ifpsp060/src/
H A 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))
5117 fadd.x %fp2,%fp1 # [A1+T(A3+T(A5+TA7))]+[S(A2+T(A4+TA6))]
5124 fadd.x X(%a6),%fp0 # last inst - possible exception set
5162 fadd.d COSB6(%pc),%fp2 # B6+TB8
5163 fadd
[all...]
H A Dfpsp.S563 set FADD_OP, 0x2 # fadd performed last
2486 # fadd fdadd fsadd fasin frem
4774 short tbl_trans - tbl_trans # $22-0 fadd norm
4775 short tbl_trans - tbl_trans # $22-1 fadd zero
4776 short tbl_trans - tbl_trans # $22-2 fadd inf
4777 short tbl_trans - tbl_trans # $22-3 fadd qnan
4778 short tbl_trans - tbl_trans # $22-5 fadd denorm
4779 short tbl_trans - tbl_trans # $22-4 fadd snan
4780 short tbl_trans - tbl_trans # $22-6 fadd unnorm
5208 fadd
14647 fadd: label
[all...]
H A Dftest.S1055 fadd.b &0x2,%fp0
1106 fadd.b &0x2,%fp0
1157 fadd.s &0x7f800000,%fp0
H A Dpfpsp.S562 set FADD_OP, 0x2 # fadd performed last
2485 # fadd fdadd fsadd fasin frem
4072 # routines like fadd/fmul/fabs. The transcendentals ARE NOT. This is because
4114 long fadd - tbl_unsupp # 22: fadd
5386 # addsub_scaler2(): scale inputs to fadd/fsub such that no #
6791 # fadd/fdiv/fmul/etc. emulation routines. #
11034 # fadd(): emulates the fadd instruction #
11035 # fsadd(): emulates the fadd instructio
11078 fadd: label
[all...]
/linux-master/arch/x86/crypto/
H A Dcurve25519-x86_64.c75 static inline void fadd(u64 *out, const u64 *f1, const u64 *f2) function
998 fadd(a, x2, z2);
1004 fadd(c0, x3, z31);
1007 fadd(x3, d0, c0);
1023 fadd(b1, b1, d);
1038 fadd(a, x2, z2);
1047 fadd(b, b, d);
1573 fadd(a, x1, z1);
1576 fadd(a, a, c);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_fpu.h61 FPD_TWO_IN(fadd)
/linux-master/arch/powerpc/kvm/
H A Dfpu.S263 FPD_TWO_IN(fadd)
/linux-master/arch/sh/math-emu/
H A Dmath.c106 fadd(struct sh_fpu_soft_struct *fregs, struct pt_regs *regs, int m, int n) function
397 fadd, fsub, fmul, fdiv, fcmp_eq, fcmp_gt, fmov_idx_reg, fmov_reg_idx,
/linux-master/include/uapi/linux/
H A Drds.h377 } fadd; member in union:rds_atomic_args::__anon358
/linux-master/arch/m68k/fpsp040/
H A Dget_op.S37 | fadd.x fpm,fpn where the fpm contains an unnormalized number.
41 | the '040. The '040 then re-executes the fadd.x fpm,fpn with
H A Dres_func.S629 | For fadd:
795 | Inst is fadd.
855 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
882 orl %d1,USER_FPSR(%a6) |capture cc's and inex from fadd
1029 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-master/net/rds/
H A Drdma.c885 rm->atomic.op_m_fadd.add = args->fadd.add;

Completed in 433 milliseconds