HomeSort by: relevance | last modified time | path
    Searched refs:multiplicand (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_bw_fixed.c 121 int64_t multiplicand; local in function:bw_floor2
123 multiplicand = div64_s64(arg.value, abs_i64(significance.value));
124 result.value = abs_i64(significance.value) * multiplicand;
134 int64_t multiplicand; local in function:bw_ceil2
136 multiplicand = div64_s64(arg.value, abs_i64(significance.value));
137 result.value = abs_i64(significance.value) * multiplicand;
  /src/sys/arch/hppa/spmath/
impys.S 49 * with operand values of zero (multiplicand only) and -2**31 treated specially.
62 op1: .equ 5 /* multiplicand */
84 ldws 0(%arg0),op1 ; get multiplicand
88 mpy1: comb,< op1,gr0,mpya ; br. if multiplicand < 0
215 ; special case for multiplier = -2**31, op1 = signed multiplicand
216 ; or multiplicand = -2**31, op1 = signed multiplier
225 sub 0,op1,op1 ; op1 = |multiplicand|
228 movb,tr op2,op1,mmax ; use op2 as multiplicand
impyu.S 49 * with operand values of zero (multiplicand only) and 2**32reated specially.
62 op1: .equ 5 ; multiplicand
65 saveop2:.equ 8 ; save op2 if high bit of multiplicand
90 ldws 0(%arg0),op1 ; get multiplicand
94 bb,>= op1,0,mpy1 ; test msb of multiplicand
97 ; msb of multiplicand is set so will save multiplier for a final
100 extru,= op1,31,31,op1 ; clear msb of multiplicand
  /src/sys/arch/hppa/stand/common/
milli_tiny.S 107 ; %r26 multiplicand
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 502 # 0x8(sp) = multiplicand #
532 mov.l 0xc(%a6),%d1 # get multiplicand in d1
643 mov.l 0xc(%a6),%d1 # get multiplicand in d1
655 tst.l %d1 # is multiplicand negative?
657 neg.l %d1 # make multiplicand positive

Completed in 14 milliseconds