Home
last modified time | relevance | path

Searched refs:multiply (Results 1 – 25 of 49) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt118 5c m RX_RRRD "multiply" g5 esa,zarch
120 6c md RX_FRRD "multiply (long)" g5 esa,zarch
121 2c mdr RR_FF "multiply (long)" g5 esa,zarch
122 7c me RX_FRRD "multiply (short to long)" g5 esa,zarch
123 7c mde RX_FRRD "multiply (short to long)" g5 esa,zarch
124 3c mer RR_FF "multiply (short to long)" g5 esa,zarch
125 3c mder RR_FF "multiply short to long hfp" g5 esa,zarch
126 4c mh RX_RRRD "multiply halfword" g5 esa,zarch
127 fc mp SS_LLRDRD "multiply decimal" g5 esa,zarch
128 1c mr RR_RR "multiply" g5 esa,zarch
[all …]
/mirbsd/src/lib/libc/gen/
Dlogin_cap.c77 static u_quad_t multiply(u_quad_t, u_quad_t);
834 num = multiply(num, (u_quad_t)512); in strtosize()
838 num = multiply(num, (u_quad_t)1024); in strtosize()
842 num = multiply(num, (u_quad_t)1024 * 1024); in strtosize()
846 num = multiply(num, (u_quad_t)1024 * 1024 * 1024); in strtosize()
850 num = multiply(num, (u_quad_t)1024 * 1024); in strtosize()
851 num = multiply(num, (u_quad_t)1024 * 1024); in strtosize()
874 num = multiply(num, num2); in strtosize()
902 multiply(u_quad_t n1, u_quad_t n2) in multiply() function
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dfrv.cpu1774 MULT-DIV ; multiply/division slotted differently on different machines
1775 IACC ; iacc multiply slotted differently on different machines
3527 (define-pmacro (multiply-r-r name signop op ope comment)
3540 (multiply-r-r smul ext OP_00 OPE2_08 "signed multiply reg/reg")
3541 (multiply-r-r umul zext OP_00 OPE2_0A "unsigned multiply reg/reg")
3579 (define-pmacro (iacc-multiply-r-r name operation op ope comment)
3591 (iacc-multiply-r-r smu set OP_46 OPE1_05 "Signed multiply reg/reg/iacc")
3592 (iacc-multiply-r-r smass add OP_46 OPE1_06 "Signed multiply/add reg/reg/iacc")
3593 (iacc-multiply-r-r smsss sub OP_46 OPE1_07 "Signed multiply/sub reg/reg/iacc")
3685 "conditional signed multiply"
[all …]
Dfrv.opc294 /* MULT-DIV */ UNIT_I0, /* multiply and divide only in I0 unit. */
295 /* IACC */ UNIT_I01, /* iacc multiply in I0 or I1 unit. */
329 /* MULT-DIV */ UNIT_I0, /* multiply and divide only in I0 unit. */
330 /* IACC */ UNIT_I01, /* iacc multiply in I0 or I1 unit. */
361 /* MULT-DIV */ UNIT_I01, /* multiply and divide in I0 or I1 unit. */
362 /* IACC */ UNIT_NIL, /* iacc multiply not implemented */
393 /* MULT-DIV */ UNIT_I01, /* multiply and divide in I0 or I1 unit. */
394 /* IACC */ UNIT_NIL, /* iacc multiply not implemented. */
Dsh64-media.cpu551 (dshmi fmacs "Floating point multiply and accumulate (single)"
593 (dshmi fmuld "Floating point multiply (double)"
599 (dshmi fmuls "Floating point multiply (single)"
715 (dshmi ftrvs "Floating point matrix multiply"
1064 (dshmi mmacfxwl "Multimedia fractional multiply (word to long)"
1094 (dshmi mmull "Multimedia multiply (long word)"
1100 (dshmi mmulw "Multimedia multiply (word)"
1106 (dshmi mmulfxl "Multimedia fractional multiply (long word)"
1117 (dshmi mmulfxw "Multimedia fractional multiply (word)"
1132 (dshmi mmulfxrpw "Multimedia fractional multiply round positive (word op)"
[all …]
/mirbsd/src/usr.bin/units/
DREADME15 it allows use of * for multiply and ^ for exponentiation in the input
/mirbsd/src/gnu/usr.bin/perl/lib/NEXT/
DChanges33 - Added NEXT::UNSEEN to avoid calling multiply inherited
DREADME34 The module also allows you to specify that multiply inherited
/mirbsd/src/bin/mksh/
Drlimits.opt6 /* multiply by to get rlim_{cur,max} values */
/mirbsd/src/lib/libssl/src/doc/crypto/
DBN_num_bytes.pod43 and DSA_size(), or use BN_num_bytes() and multiply with 8 (although
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
Dgrok347 * did we overflow and in the end just multiply value_nv by the
436 * did we overflow and in the end just multiply value_nv by the
511 * did we overflow and in the end just multiply value_nv by the
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Druntime.porting62 multiply 10 1
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-d30v.texi41 needs to insert a nop after a 32-bit multiply before a load or 16-bit
42 multiply instruction.
Dc-cris.texi118 multiply instruction is executed with certain values in the
122 containing a multiply instruction at a dangerous offset, one
125 any case where the multiply instruction is dangerously placed
/mirbsd/src/share/tmac/tab/
Dcode.x-ecs218 "\001\016|\017", /*multiply*/
Dcode.300218 "\001x", /*multiply*/
Dcode.xerox218 "\001x", /*multiply*/
Dcode.aj833218 "\001\341x\301", /*multiply*/
Dcode.itoh220 "\001\341x\301\300\b", /*multiply*/
Dcode.nec218 "\001\342x\302\241", /*multiply*/
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Drefcard.tex130 \temp=\hmargin \multiply \temp by 2 \advance \fullhsize by -\temp
136 \temp=\hmargin \multiply \temp by 4 \advance \hsize by -\temp
137 \temp=\barwidth \multiply \temp by 2 \advance \hsize by -\temp
144 \temp=\vmargin \multiply \temp by 2 \advance \vsize by -\temp
/mirbsd/src/gnu/usr.bin/perl/lib/Math/
DComplex.pm78 '*' => \&multiply,
389 sub multiply { subroutine
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dalpha.s.works8 # multiply operation takes 8 cycles, another one can only be issued
/mirbsd/src/gnu/usr.sbin/sendmail/libsm/
DREADME67 warnings about __P being multiply defined.
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/ucm/
DadobeSymbol.ucm82 <U00D7> \xB4 |0 # MULTIPLICATION SIGN # multiply

12