Home
last modified time | relevance | path

Searched refs:rm (Results 1 – 25 of 155) sorted by relevance

1234567

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_divide.c27 int FPU_div(int flags, int rm, int control_w) in FPU_div() argument
36 deststnr = rm; in FPU_div()
47 a = (FPU_REG *)rm; in FPU_div()
52 a = &st(rm); in FPU_div()
54 taga = FPU_gettagi(rm); in FPU_div()
64 b = (FPU_REG *)rm; in FPU_div()
69 b = &st(rm); in FPU_div()
71 tagb = FPU_gettagi(rm); in FPU_div()
149 return real_2op_NaN((FPU_REG *)rm, flags & 0x0f, 0, st0_ptr); in FPU_div()
157 return real_2op_NaN(st0_ptr, tag, rm, (flags & REV) ? st0_ptr : &st(rm)); in FPU_div()
[all …]
Dget_address.c249 unsigned rm = FPU_modrm & 7; in FPU_get_address() local
265 if (rm == 4 && mod != 3) in FPU_get_address()
271 cpu_reg_ptr = & REG_(rm); in FPU_get_address()
275 if (rm == 5) in FPU_get_address()
343 unsigned rm = FPU_modrm & 7; in FPU_get_address_16() local
361 if (rm == 6) in FPU_get_address_16()
393 switch ( rm ) in FPU_get_address_16()
/linux-2.4.37.9/arch/mips/math-emu/
Dsp_mul.c115 unsigned rm; in ieee754sp_mul() local
153 rm = hrm | (lrm != 0); in ieee754sp_mul()
159 if ((int) rm < 0) { in ieee754sp_mul()
160 rm = (rm >> (32 - (SP_MBITS + 1 + 3))) | in ieee754sp_mul()
161 ((rm << (SP_MBITS + 1 + 3)) != 0); in ieee754sp_mul()
164 rm = (rm >> (32 - (SP_MBITS + 1 + 3 + 1))) | in ieee754sp_mul()
165 ((rm << (SP_MBITS + 1 + 3 + 1)) != 0); in ieee754sp_mul()
167 assert(rm & (SP_HIDDEN_BIT << 3)); in ieee754sp_mul()
169 SPNORMRET2(rs, re, rm, "mul", x, y); in ieee754sp_mul()
Ddp_mul.c114 u64 rm; in ieee754dp_mul() local
158 rm = hrm | (lrm != 0); in ieee754dp_mul()
164 if ((s64) rm < 0) { in ieee754dp_mul()
165 rm = in ieee754dp_mul()
166 (rm >> (64 - (DP_MBITS + 1 + 3))) | in ieee754dp_mul()
167 ((rm << (DP_MBITS + 1 + 3)) != 0); in ieee754dp_mul()
170 rm = in ieee754dp_mul()
171 (rm >> (64 - (DP_MBITS + 1 + 3 + 1))) | in ieee754dp_mul()
172 ((rm << (DP_MBITS + 1 + 3 + 1)) != 0); in ieee754dp_mul()
174 assert(rm & (DP_HIDDEN_BIT << 3)); in ieee754dp_mul()
[all …]
Dsp_div.c129 unsigned rm = 0; in ieee754sp_div() local
136 rm |= bm; in ieee754sp_div()
142 rm <<= 1; in ieee754sp_div()
144 rm |= 1; /* have remainder, set sticky */ in ieee754sp_div()
146 assert(rm); in ieee754sp_div()
150 while ((rm >> (SP_MBITS + 3)) == 0) { in ieee754sp_div()
151 rm <<= 1; in ieee754sp_div()
155 SPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y); in ieee754sp_div()
Ddp_div.c129 u64 rm = 0; in ieee754dp_div() local
136 rm |= bm; in ieee754dp_div()
142 rm <<= 1; in ieee754dp_div()
144 rm |= 1; /* have remainder, set sticky */ in ieee754dp_div()
146 assert(rm); in ieee754dp_div()
150 while ((rm >> (DP_MBITS + 3)) == 0) { in ieee754dp_div()
151 rm <<= 1; in ieee754dp_div()
155 DPNORMRET2(xs == ys ? 0 : 1, re, rm, "div", x, y); in ieee754dp_div()
Dsp_fdp.c59 if ((ieee754_csr.rm == IEEE754_RU && !xs) || in ieee754sp_fdp()
60 (ieee754_csr.rm == IEEE754_RD && xs)) in ieee754sp_fdp()
68 u32 rm; in ieee754sp_fdp() local
72 rm = (xm >> (DP_MBITS - (SP_MBITS + 3))) | in ieee754sp_fdp()
75 SPNORMRET1(xs, xe, rm, "fdp", x); in ieee754sp_fdp()
Ddp_sqrt.c84 ieee754_csr.rm = IEEE754_RN; in ieee754dp_sqrt()
126 ieee754_csr.rm = IEEE754_RZ; in ieee754dp_sqrt()
142 switch (oldcsr.rm) { in ieee754dp_sqrt()
/linux-2.4.37.9/arch/sh/kernel/
Dtraps.c132 unsigned long *rm, *rn; in handle_unaligned_ins() local
139 rm = &regs->regs[index]; in handle_unaligned_ins()
148 src = (unsigned char*) *rm; in handle_unaligned_ins()
174 src = (unsigned char*) rm; in handle_unaligned_ins()
188 src = (unsigned char*) rm; in handle_unaligned_ins()
200 src = (unsigned char*) rm; in handle_unaligned_ins()
211 src = (unsigned char*) *rm; in handle_unaligned_ins()
222 src = (unsigned char*) *rm; in handle_unaligned_ins()
224 *rm += count; in handle_unaligned_ins()
257 dst = (unsigned char*) *rm; /* called Rn in the spec */ in handle_unaligned_ins()
[all …]
/linux-2.4.37.9/Documentation/DocBook/
DMakefile143 @rm -rf $(TOPDIR)/Documentation/man
170 rm -f core *~
171 rm -f $(BOOKS)
172 rm -f $(DVI) $(AUX) $(TEX) $(LOG) $(OUT)
173 rm -f $(PNG-parportbook) $(EPS-parportbook)
174 rm -f $(C-procfs-example)
177 rm -f $(PS) $(PDF)
178 rm -f -r $(HTML)
179 rm -f .depend
180 rm -f $(TOPDIR)/scripts/mkdep-docbook
[all …]
/linux-2.4.37.9/arch/sh/boot/
DMakefile31 rm -f tools/build
32 rm -f setup bootsect zImage compressed/vmlinux.out
33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
/linux-2.4.37.9/arch/sh64/boot/
DMakefile31 rm -f tools/build
32 rm -f setup bootsect zImage compressed/vmlinux.out
33 rm -f bsetup bbootsect bzImage compressed/bvmlinux.out
/linux-2.4.37.9/arch/x86_64/tools/
DMakefile24 rm -f offset.[hs] $(TARGET).new offset.tmp
27 rm -f offset.[hs] $(TARGET)
28 rm -f $(TARGET)
/linux-2.4.37.9/arch/x86_64/boot/compressed/
DMakefile35 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk; \
40 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk
43 rm -f vmlinux bvmlinux _tmp_*
/linux-2.4.37.9/arch/sh/boot/compressed/
DMakefile35 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk; \
40 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk
43 rm -f vmlinux _tmp_*
/linux-2.4.37.9/scripts/lxdialog/
DMakefile33 rm -f lxtemp.c a.out; \
35 rm -f lxtemp.c; \
46 rm -f core *.o *~ lxdialog
/linux-2.4.37.9/arch/i386/boot/compressed/
DMakefile42 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk; \
47 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk
50 rm -f vmlinux bvmlinux _tmp_*
/linux-2.4.37.9/arch/sh64/boot/compressed/
DMakefile49 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk; \
54 rm -f $$tmppiggy $$tmppiggy.gz $$tmppiggy.lnk
57 rm -f vmlinux _tmp_*
/linux-2.4.37.9/arch/alpha/boot/
DMakefile92 rm -f $@T
102 rm -f $@T
140 rm -f $(TARGETS) bootloader bootimage bootpfile bootpheader
141 rm -f tools/mkbb tools/bootlx tools/lxboot tools/bootph
142 rm -f vmlinux.nh ksize.h
/linux-2.4.37.9/Documentation/video4linux/bttv/
DMAKEDEV7 rm -f /dev/$1$dev
13 rm -f /dev/$1
/linux-2.4.37.9/arch/ppc/boot/pmac/
DMakefile73 rm -f image-coff.o
78 rm -f coffboot
84 rm -f coffboot.initrd
92 rm -f note
103 rm -f note image-elf.o
/linux-2.4.37.9/arch/cris/boot/rescue/
DMakefile30 rm tr.bin tmp2423 testrescue_tmp.bin
38 rm ktr.bin tmp2423 kimagerescue_tmp.bin
50 rm -f *.o *.bin
/linux-2.4.37.9/Documentation/
Drmdev_dyn.cciss50 rm -f /dev/cciss/c${1}*
76 rm -f $Z
/linux-2.4.37.9/arch/mips/tools/
DMakefile19 rm -f offset.[hs] $(TARGET).new
22 rm -f $(TARGET)
/linux-2.4.37.9/Documentation/cdrom/
DMakefile16 rm -f $(LATEXFILE).ps $(LATEXFILE).dvi $(LATEXFILE).aux $(LATEXFILE).log
19 rm -f $(LATEXFILE).aux $(LATEXFILE).log

1234567