Lines Matching full:multiply
20 def WriteIMul : SchedWrite; // 32-bit or 64-bit multiply
21 def WriteIMul32 : SchedWrite; // 32-bit multiply on RV64I
46 def WriteFMul16 : SchedWrite; // 16-bit floating point multiply
47 def WriteFMul32 : SchedWrite; // 32-bit floating point multiply
48 def WriteFMul64 : SchedWrite; // 64-bit floating point multiply
49 def WriteFMA16 : SchedWrite; // 16-bit floating point fused multiply-add
50 def WriteFMA32 : SchedWrite; // 32-bit floating point fused multiply-add
51 def WriteFMA64 : SchedWrite; // 64-bit floating point fused multiply-add
159 def ReadFMul16 : SchedRead; // 16-bit floating point multiply
160 def ReadFMul32 : SchedRead; // 32-bit floating point multiply
161 def ReadFMul64 : SchedRead; // 64-bit floating point multiply
162 def ReadFMA16 : SchedRead; // 16-bit floating point fused multiply-add
163 def ReadFMA16Addend : SchedRead; // 16-bit floating point fused multiply-add (addend)
164 def ReadFMA32 : SchedRead; // 32-bit floating point fused multiply-add
165 def ReadFMA32Addend : SchedRead; // 32-bit floating point fused multiply-add (addend)
166 def ReadFMA64 : SchedRead; // 64-bit floating point fused multiply-add
167 def ReadFMA64Addend : SchedRead; // 64-bit floating point fused multiply-add (addend)