Searched refs:Multiplication (Results 1 – 25 of 44) sorted by relevance
12
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 190 "'Zmmul' (Integer Multiplication)">; 193 "'Zmmul' (Integer Multiplication)">; 197 "'M' (Integer Multiplication and Division)", 202 "'M' (Integer Multiplication and Division)">; 491 "'Zbc' (Carry-Less Multiplication)">, 495 "'Zbc' (Carry-Less Multiplication)">; 553 "'Zbc' (Carry-Less Multiplication) or " 751 "'Zvbc' (Vector Carryless Multiplication)">, 755 "'Zvbc' (Vector Carryless Multiplication)">; 1147 … "'XSfvqmaccdod' (SiFive Int8 Matrix Multiplication Instructions (2-by-8 and 8-by-2))", [all …]
|
H A D | RISCVInstrInfoM.td | 10 // Multiplication and Division instruction set extension.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 499 Multiplication, enumerator 524 case OpenACCReductionOperator::Multiplication: in printOpenACCReductionOperator()
|
H A D | arm_fp16.td | 126 // Multiplication/Division
|
H A D | arm_neon.td | 316 // E.3.2 Multiplication 767 // Multiplication 773 // Multiplication Extended 1736 // Multiplication/Division 1786 // Multiplication/Division
|
H A D | BuiltinsNVPTX.def | 263 // Multiplication
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | amlogic,axg-sound-card.txt | 38 - mclk-fs : Multiplication factor between stream rate and mclk
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrHFP.td | 170 // Multiplication. 203 // Multiplication (unnormalized).
|
H A D | SystemZInstrInfo.td | 1392 // Multiplication 1395 // Multiplication of a register, setting the condition code. We prefer these 1404 // Multiplication of a register. 1412 // Multiplication of a signed 16-bit immediate. 1416 // Multiplication of a signed 32-bit immediate. 1420 // Multiplication of memory. 1428 // Multiplication of memory, setting the condition code. 1434 // Multiplication of a register, producing two results. 1446 // Multiplication of memory, producing two results.
|
H A D | SystemZInstrDFP.td | 166 // Multiplication.
|
H A D | SystemZInstrFP.td | 452 // Multiplication.
|
H A D | SystemZScheduleZEC12.td | 435 // Multiplication
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | tda1997x.txt | 42 - nxp,audout-mclk-fs : Multiplication factor between stream rate and codec
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 115 // Multiplication
|
H A D | ARMScheduleM7.td | 124 // Multiplication
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 151 defm WriteMULX32 : X86SchedWritePair; // Integer 32-bit Multiplication without affecting flags. 152 defm WriteMULX64 : X86SchedWritePair; // Integer 64-bit Multiplication without affecting flags.
|
H A D | X86InstrMMX.td | 322 // -- Multiplication
|
H A D | X86ScheduleZnver1.td | 83 // Integer Multiplication issued on ALU1.
|
H A D | X86ScheduleZnver2.td | 84 // Integer Multiplication issued on ALU1.
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 15 ### Multiplication subsection in Algorithms
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 326 return OpenACCReductionOperator::Multiplication; in ParseReductionOperator()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsDSPInstrInfo.td | 740 // Multiplication 1015 // Multiplication
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedCyclone.td | 513 // 7.9.5 Multiplication
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 1255 // Multiplication: mul 1452 // Saturating Rounding Q-Format Multiplication
|
/freebsd/contrib/bc/ |
H A D | NEWS.md | 1153 2. Multiplication was optimized a bit more. 1270 4. Multiplication was optimized by using **diagonal multiplication**, rather
|
12