Home
last modified time | relevance | path

Searched refs:rm2 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hppa/spmath/
H A Dfpudispatch.c659 unsigned rm1, rm2, tm, ra, ta; /* operands */ in decode_06() local
676 rm2 = extru(ir, fprm2pos, 5) * sizeof(double)/sizeof(unsigned); in decode_06()
677 if (rm2 == 0) in decode_06()
678 rm2 = fpzeroreg; in decode_06()
690 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],(unsigned *) &mtmp, in decode_06()
703 if (dbl_fmpy(&fpregs[rm1],&fpregs[rm2],(unsigned *) &mtmp, in decode_06()
732 rm2 = (extru(ir,fprm2pos,4) | 0x10 ) << 1; /* get offset */ in decode_06()
733 rm2 |= extru(ir,fprm2pos-4,1); /* add right word offset */ in decode_06()
745 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],(unsigned *) &mtmp, in decode_06()
758 if (sgl_fmpy(&fpregs[rm1],&fpregs[rm2],(unsigned *) &mtmp, in decode_06()
[all …]
/netbsd-src/usr.sbin/altq/libaltq/
H A Dqop_hfsc.c145 u_int m1, d, m2, rm1, rd, rm2, fm1, fd, fm2, um1, ud, um2; in hfsc_class_parser() local
150 rm1 = rd = rm2 = fm1 = fd = fm2 = um1 = ud = um2 = 0; in hfsc_class_parser()
160 rm1 = m1; rd = d; rm2 = m2; in hfsc_class_parser()
189 rm2 = atobps(*argv); in hfsc_class_parser()
195 rm2 = fm2 = atobps(*argv); in hfsc_class_parser()
252 if (rm2 <= fm2) { in hfsc_class_parser()
253 m1 = rm1; d = rd; m2 = rm2; in hfsc_class_parser()
260 if (error == 0 && (rm1 != fm1 || rd != fd || rm2 != fm2)) { in hfsc_class_parser()
261 if (rm2 <= fm2) { in hfsc_class_parser()
264 m1 = rm1; d = rd; m2 = rm2; type = HFSC_REALTIMESC; in hfsc_class_parser()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dsanity.sh3909 dotest deep-rm2 "${testcvs} -q update -d -P" 'R dir7/file1'