Searched refs:madd (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/xdr/ |
H A D | xdr_mbuf.c | 87 xdrmbuf_putmbuf(XDR *xdrs, struct mbuf *madd) in xdrmbuf_putmbuf() argument 91 if (m_length(madd, NULL) == 0) { in xdrmbuf_putmbuf() 92 m_freem(madd); in xdrmbuf_putmbuf() 97 m->m_next = madd; in xdrmbuf_putmbuf() 99 m = m_last(madd); in xdrmbuf_putmbuf()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsInstrFPU.td | 198 def MADD_S_MM : MMRel, MADDS_FT<"madd.s", FGR32Opnd, II_MADD_S>, 208 def MADD_D32_MM : MMRel, MADDS_FT<"madd.d", AFGR64Opnd, II_MADD_D>,
|
H A D | Mips.td | 196 "Disable 4-operand madd.fmt and related instructions">;
|
H A D | MipsInstrFPU.td | 685 def MADD_S : MMRel, MADDS_FT<"madd.s", FGR32Opnd, II_MADD_S, fadd>, 690 def MADD_D32 : MMRel, MADDS_FT<"madd.d", AFGR64Opnd, II_MADD_D, fadd>, 696 def MADD_D64 : MADDS_FT<"madd.d", FGR64Opnd, II_MADD_D, fadd>,
|
H A D | MipsScheduleGeneric.td | 807 // abs.[ds], abs.ps, add.[ds], neg.[ds], neg.ps, madd.s, msub.s, nmadd,s 822 // madd.d, msub.dm mul.d, mul.ps, nmadd.d, nmsub.d, ceil.[wl].[sd], cvt.d.[sw], 921 // cvt.?.?, ceil.?, floor.?, round.?, trunc.? (n)madd.? (n)msub.? 1578 // madd?.q.[hw], msub?.q.[hw], mul?.q.[hw]
|
H A D | MipsScheduleP5600.td | 507 // madd.[ds], msub.[ds], nmadd.[ds], nmsub.[ds], 513 // madd.ps, msub.ps, nmadd.ps, nmsub.ps
|
H A D | MicroMipsDSPInstrInfo.td | 41 class MADD_DSP_MM_ENC : POOL32A_2RAC_FMT<"madd", 0b00101010>;
|
H A D | MipsDSPInstrInfo.td | 810 class MADD_DSP_DESC : MADD_DESC_BASE<"madd", MipsMAdd, NoItinerary>;
|
H A D | MicroMipsInstrInfo.td | 922 def MADD_MM : MMRel, MArithR<"madd", II_MADD, 1>, MULT_FM_MM<0x32c>,
|
H A D | MipsInstrInfo.td | 2386 def MADD : MMRel, MArithR<"madd", II_MADD, 1>, MULT_FM<0x1c, 0>,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 1489 // Relaxed (Negative) Multiply-Add (madd/nmadd)
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5357 HelpText<"Enable the generation of 4-operand madd.s, madd.d and related instructions.">; 5359 HelpText<"Disable the generation of 4-operand madd.s, madd.d and related instructions.">;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.td | 2402 defm MADD : MulAccum<0, "madd">;
|