Home
last modified time | relevance | path

Searched refs:right (Results 1 – 25 of 48) sorted by relevance

12

/arch/parisc/math-emu/
Dsfsub.c55 register unsigned int left, right, result, extent; in sgl_fsub() local
64 right = *rightptr; in sgl_fsub()
68 Sgl_xortointp1(left,right,/*to*/save); in sgl_fsub()
77 if (Sgl_isnotnan(right)) in sgl_fsub()
79 if (Sgl_isinfinity(right) && save==0) in sgl_fsub()
113 else if (Sgl_is_signalingnan(right)) in sgl_fsub()
119 Sgl_set_quiet(right); in sgl_fsub()
120 *dstptr = right; in sgl_fsub()
133 if (Sgl_isinfinity_exponent(right)) in sgl_fsub()
135 if (Sgl_iszero_mantissa(right)) in sgl_fsub()
[all …]
Dsfcmp.c55 register unsigned int left, right; in sgl_fcmp() local
60 right = *rightptr; in sgl_fcmp()
66 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) ) in sgl_fcmp()
75 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()
76 && Sgl_isnotzero_mantissa(right) in sgl_fcmp()
77 && (Exception(cond) || Sgl_isone_signaling(right)) ) ) in sgl_fcmp()
92 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT) in sgl_fcmp()
93 && Sgl_isnotzero_mantissa(right)) ) in sgl_fcmp()
103 Sgl_xortointp1(left,right,xorresult); in sgl_fcmp()
109 && Sgl_iszero_exponentmantissa(right) ) in sgl_fcmp()
[all …]
Dsfadd.c55 register unsigned int left, right, result, extent; in sgl_fadd() local
66 right = *rightptr; in sgl_fadd()
70 Sgl_xortointp1(left,right,/*to*/save); in sgl_fadd()
79 if (Sgl_isnotnan(right)) in sgl_fadd()
81 if (Sgl_isinfinity(right) && save!=0) in sgl_fadd()
115 else if (Sgl_is_signalingnan(right)) in sgl_fadd()
121 Sgl_set_quiet(right); in sgl_fadd()
122 *dstptr = right; in sgl_fadd()
135 if (Sgl_isinfinity_exponent(right)) in sgl_fadd()
137 if (Sgl_iszero_mantissa(right)) in sgl_fadd()
[all …]
Dhppa.h28 #define Shiftdouble(left,right,amount,dest) \ argument
30 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
33 #define Variableshiftdouble(left,right,amount,dest) \ argument
35 if (amount == 0) dest = right; \
37 ((unsigned) right >> (amount))
40 #define Variable_shift_double(left,right,amount,dest) \ argument
42 dest = (left << (32-(amount))) | ((unsigned) right >> (amount))
Dsgl_float.h63 #define Sgl_leftshiftby1_withextent(left,right,result) \ argument
64 Shiftdouble(Sall(left),Extall(right),31,Sall(result))
66 #define Sgl_rightshiftby1_withextent(left,right,dst) \ argument
67 Shiftdouble(Sall(left),Extall(right),1,Extall(right))
239 #define Sgl_subtract_withextension(left,right,extent,result) \ argument
241 Sgl_subtract(left,right,result); \
248 #define Sgl_xortointp1(left,right,result) \ argument
249 result = Sall(left) XOR Sall(right);
251 #define Sgl_xorfromintp1(left,right,result) \ argument
252 Sall(result) = left XOR Sall(right)
[all …]
Ddbl_float.h99 #define Dbl_leftshiftby1_withextent(lefta,leftb,right,resulta,resultb) \ argument
101 Shiftdouble(Dallp2(leftb), Extall(right), 31, Dallp2(resultb))
103 #define Dbl_rightshiftby1_withextent(leftb,right,dst) \ argument
104 Extall(dst) = (Dallp2(leftb) << 31) | ((unsigned int)Extall(right) >> 1) | \
105 Extlow(right)
421 #define Dbl_xortointp1(left,right,result) \ argument
422 result = Dallp1(left) XOR Dallp1(right)
424 #define Dbl_xorfromintp1(left,right,result) \ argument
425 Dallp1(result) = left XOR Dallp1(right)
427 #define Dbl_swap_lower(left,right) \ argument
[all …]
/arch/x86/crypto/
Ddes3_ede-asm_64.S101 #define initial_permutation(left, right) \ argument
102 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); \
103 do_permutation(left##d, right##d, 16, 0x0000ffff); \
104 do_permutation(right##d, left##d, 2, 0x33333333); \
105 do_permutation(right##d, left##d, 8, 0x00ff00ff); \
108 roll $1, right##d; \
109 xorl right##d, RW0d; \
112 xorl RW0d, right##d; \
114 expand_to_64bits(right, RT3); \
117 #define final_permutation(left, right) \ argument
[all …]
Daesni-intel_asm.S177 psrldq $8, \TMP2 # right shift TMP2 2 DWs
188 pslld $31, \TMP2 # packed right shift <<31
189 pslld $30, \TMP3 # packed right shift <<30
190 pslld $25, \TMP4 # packed right shift <<25
194 psrldq $4, \TMP5 # right shift TMP5 1 DW
828 psrldq $8, \TMP2 # right shift TMP2 2 DWs
838 pslld $31, \TMP2 # packed right shift << 31
839 pslld $30, \TMP3 # packed right shift << 30
840 pslld $25, \TMP4 # packed right shift << 25
844 psrldq $4, \TMP5 # right shift T5 1 DW
[all …]
/arch/sparc/kernel/
Dvisemul.c250 u16 left, right; member
296 u16 left, right; in edge() local
311 right = edge8_tab[rs2 & 0x7].right; in edge()
316 right = edge8_tab_l[rs2 & 0x7].right; in edge()
322 right = edge16_tab[(rs2 >> 1) & 0x3].right; in edge()
328 right = edge16_tab_l[(rs2 >> 1) & 0x3].right; in edge()
334 right = edge32_tab[(rs2 >> 2) & 0x1].right; in edge()
340 right = edge32_tab_l[(rs2 >> 2) & 0x1].right; in edge()
345 rd_val = right & left; in edge()
/arch/powerpc/lib/
Ddiv64.S33 cntlzw r0,r5 # we are shifting the dividend right
35 srw r10,r10,r0 # the divisor right the same amount,
/arch/metag/lib/
Dlshrdi3.S3 ! 64-bit logical shift right routine.
Dashrdi3.S3 ! 64-bit arithmetic shift right routine.
/arch/powerpc/boot/
Ddiv64.S33 cntlzw r0,r5 # we are shifting the dividend right
35 srw r10,r10,r0 # the divisor right the same amount,
/arch/m68k/fpsp040/
Dgen_except.S79 orl %d1,%d0 |put it in the right place
83 orl %d1,%d0 |put them in the right place
198 orl %d1,%d0 |put it in the right place
202 orl %d1,%d0 |put them in the right place
310 orl %d1,%d0 |put it in the right place
314 orl %d1,%d0 |put them in the right place
Dscale.S164 | mantissa right until a zero exponent exists.
177 roxrl #1,%d2 |mantissa to the right
Dround.S148 bfextu LOCAL_HI(%a0){#24:#2},%d3 |sgl prec. g-r are 2 bits right
153 bnes st_stky |bits to the right of g-r
160 bfextu LOCAL_LO(%a0){#21:#2},%d3 |dbl-prec. g-r are 2 bits right
165 bnes st_stky |other bits to the right of g-r
/arch/arm/boot/dts/
Dstih415.dtsi63 syscfg_right: right-syscfg@fd320000{
64 compatible = "st,stih415-right-syscfg", "syscon";
Dpm9g45.dts161 right {
Domap3-pandora-common.dtsi104 right-button {
105 label = "right";
139 right-shift {
153 right-ctrl {
Dkirkwood-topkick.dts67 pmx_sw_right: pmx-sw-right {
Dkirkwood-dnskw.dtsi72 pmx_led_red_right_hdd: pmx-led-red-right-hdd {
/arch/arm/nwfpe/
Dsoftfloat-macros34 Shifts `a' right by the number of bits given in `count'. If any nonzero
59 Shifts `a' right by the number of bits given in `count'. If any nonzero
87 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by 64
97 value is shifted right by the number of bits given in `count', and the
134 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
167 Shifts the 128-bit value formed by concatenating `a0' and `a1' right by the
211 Shifts the 192-bit value formed by concatenating `a0', `a1', and `a2' right
222 fixed-point value is shifted right by the number of bits given in `count',
/arch/alpha/lib/
Dcallback_srm.S20 mov $20,$21 # Shift arguments right.
/arch/arc/include/asm/
Dentry-arcv2.h103 st.as r10, [sp, 10] ; save status32 at it's right stack slot
/arch/s390/kernel/
Drelocate_kernel.S71 lgr %r2,%r5 # move it into the right register,

12