Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/arm/VFP/
Drelease-notes.txt21 - fadd
33 - fadd/fsub shows some differences in the handling of +0 / -0 results
/linux-4.1.27/arch/powerpc/math-emu/
Dfadd.c10 fadd(void *frD, void *frA, void *frB) in fadd() function
DMakefile3 obj-$(CONFIG_MATH_EMULATION_FULL) += $(math-emu-common-objs) fabs.o fadd.o \
Dmath.c31 FLOATFUNC(fadd);
288 case FADD: func = fadd; type = AB; break; in do_mathemu()
/linux-4.1.27/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-4.1.27/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-4.1.27/arch/powerpc/include/asm/
Dkvm_fpu.h72 FPD_TWO_IN(fadd)
/linux-4.1.27/include/uapi/linux/
Drds.h247 } fadd; member
/linux-4.1.27/arch/powerpc/kvm/
Dfpu.S261 FPD_TWO_IN(fadd)
/linux-4.1.27/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-4.1.27/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-4.1.27/net/rds/
Drdma.c784 rm->atomic.op_m_fadd.add = args->fadd.add; in rds_cmsg_atomic()