Searched refs:right (Results 1 - 25 of 283) sorted by path

1234567891011>>

/linux-master/arch/m68k/fpsp040/
H A 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
H A Dget_op.S633 | Note also that the etemp_15 bit (just right of the stag) must
H A 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
H A Dscale.S164 | mantissa right until a zero exponent exists.
177 roxrl #1,%d2 |mantissa to the right
H A Dx_unfl.S10 | shifting the mantissa right while incrementing the exponent until
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S2764 # right now, d0 = the size.
2804 # right now, d1 = size and d0 = the strg.
4087 lsl.w &0x3,%d1 # shift right 3 bits
20949 lsr.l &0x8,%d1 # and put them flush right
21692 # precision, shift the mantissa bits to the right in order raise the #
21694 # mantissa bits right, maintain the value of the guard, round, and #
22252 bfextu FTEMP_HI(%a0){&24:&2}, %d3 # sgl prec. g-r are 2 bits right
22257 bne.b ext_grs_st_stky # bits to the right of g-r
22277 bfextu FTEMP_LO(%a0){&21:&2}, %d3 # dbl-prec. g-r are 2 bits right
22282 bne.b ext_grs_st_stky # other bits to the right o
[all...]
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S105 ;* ret0 = RDR data (right justified)
/linux-master/arch/parisc/math-emu/
H A Ddbl_float.h86 #define Dbl_leftshiftby1_withextent(lefta,leftb,right,resulta,resultb) \
88 Shiftdouble(Dallp2(leftb), Extall(right), 31, Dallp2(resultb))
90 #define Dbl_rightshiftby1_withextent(leftb,right,dst) \
91 Extall(dst) = (Dallp2(leftb) << 31) | ((unsigned int)Extall(right) >> 1) | \
92 Extlow(right)
373 * Here we need to shift the result right to correct for an overshift
386 /* The left argument is never smaller than the right argument */
392 /* Subtract right augmented with extension from left augmented with zeros and
408 #define Dbl_xortointp1(left,right,result) \
409 result = Dallp1(left) XOR Dallp1(right)
[all...]
H A Dhppa.h15 #define Shiftdouble(left,right,amount,dest) \
16 /* int left, right, amount, dest; */ \
17 dest = ((left) << (32-(amount))) | ((unsigned int)(right) >> (amount))
20 #define Variableshiftdouble(left,right,amount,dest) \
21 /* unsigned int left, right; int amount, dest; */ \
22 if (amount == 0) dest = right; \
24 ((unsigned) right >> (amount))
27 #define Variable_shift_double(left,right,amount,dest) \
28 /* unsigned int left, right; int amount, dest; */ \
29 dest = (left << (32-(amount))) | ((unsigned) right >> (amoun
[all...]
H A Dsfcmp.c42 register unsigned int left, right; local
47 right = *rightptr;
53 || (Sgl_exponent(right) == SGL_INFINITY_EXPONENT) )
62 ( (Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
63 && Sgl_isnotzero_mantissa(right)
64 && (Exception(cond) || Sgl_isone_signaling(right)) ) )
79 ((Sgl_exponent(right) == SGL_INFINITY_EXPONENT)
80 && Sgl_isnotzero_mantissa(right)) )
90 Sgl_xortointp1(left,right,xorresult);
96 && Sgl_iszero_exponentmantissa(right) )
[all...]
H A Dsgl_float.h50 #define Sgl_leftshiftby1_withextent(left,right,result) \
51 Shiftdouble(Sall(left),Extall(right),31,Sall(result))
53 #define Sgl_rightshiftby1_withextent(left,right,dst) \
54 Shiftdouble(Sall(left),Extall(right),1,Extall(right))
220 /* The left argument is never smaller than the right argument */
224 /* Subtract right augmented with extension from left augmented with zeros and
226 #define Sgl_subtract_withextension(left,right,extent,result) \
227 /* sgl_floating_point left,right,result; extension extent */ \
228 Sgl_subtract(left,right,resul
[all...]
/linux-master/arch/powerpc/boot/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
31 srw r10,r10,r0 # the divisor right the same amount,
67 * ashrdi3: arithmetic right shift (sign propagation)
68 * lshrdi3: logical right shift
/linux-master/arch/powerpc/lib/
H A Ddiv64.S29 cntlzw r0,r5 # we are shifting the dividend right
31 srw r10,r10,r0 # the divisor right the same amount,
/linux-master/arch/sparc/kernel/
H A Dvisemul.c251 u16 left, right; member in struct:edge_tab
297 u16 left, right; local
312 right = edge8_tab[rs2 & 0x7].right;
317 right = edge8_tab_l[rs2 & 0x7].right;
323 right = edge16_tab[(rs2 >> 1) & 0x3].right;
329 right = edge16_tab_l[(rs2 >> 1) & 0x3].right;
[all...]
/linux-master/drivers/hid/
H A Dhid-pl.c52 int left, right; local
55 right = effect->u.rumble.weak_magnitude;
56 debug("called with 0x%04x 0x%04x", left, right);
59 right = right * plff->maxval / 0xffff;
62 *plff->weak = right;
63 debug("running with 0x%02x 0x%02x", left, right);
H A Dhid-sjoy.c34 u32 left, right; local
37 right = effect->u.rumble.weak_magnitude;
38 dev_dbg(&dev->dev, "called with 0x%08x 0x%08x\n", left, right);
41 right = (right != 0); /* on/off only */
43 sjoyff->report->field[0]->value[1] = right;
45 dev_dbg(&dev->dev, "running with 0x%02x 0x%02x\n", left, right);
/linux-master/drivers/input/mouse/
H A Dsynaptics.h157 unsigned int right:1; member in struct:synaptics_hw_state
/linux-master/drivers/video/fbdev/kyro/
H A DSTG4000Interface.h57 u32 right, u32 bottom);
/linux-master/drivers/video/fbdev/
H A Dmacmodes.c113 "mac1", 60, 512, 384, pixclock, left, right, upper, lower, hslen, vslen,
117 "mac3", 50, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
121 "mac4", 60, 640, 480, pixclock, left, right, upper, lower, hslen, vslen,
125 "mac8", 50, 768, 576, pixclock, left, right, upper, lower, hslen, vslen,
/linux-master/fs/befs/
H A Dbefs_fs_types.h242 fs64 right; member in struct:__anon10029
250 befs_off_t right; member in struct:__anon10030
/linux-master/fs/hfs/
H A Dhfs.h101 __be16 right; member in struct:hfs_rect
/linux-master/fs/quota/
H A Dkqid.c9 * @right: Another quid value
13 bool qid_eq(struct kqid left, struct kqid right) argument
15 if (left.type != right.type)
19 return uid_eq(left.uid, right.uid);
21 return gid_eq(left.gid, right.gid);
23 return projid_eq(left.projid, right.projid);
33 * @right: The possibly greater qid value
35 * Return true if left is less than right and false otherwise.
37 bool qid_lt(struct kqid left, struct kqid right) argument
39 if (left.type < right
[all...]
/linux-master/include/linux/
H A Dprojid.h36 static inline bool projid_eq(kprojid_t left, kprojid_t right) argument
38 return __kprojid_val(left) == __kprojid_val(right);
41 static inline bool projid_lt(kprojid_t left, kprojid_t right) argument
43 return __kprojid_val(left) < __kprojid_val(right);
/linux-master/include/sound/
H A Dmixer_oss.h21 int *left, int *right);
24 int left, int right);
/linux-master/include/uapi/drm/
H A Dqxl_drm.h102 __u32 right; member in struct:drm_qxl_update_area

Completed in 395 milliseconds

1234567891011>>