Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!rpi!batcomputer!cornell!charney From: charney@CS.Cornell.EDU (Mark Charney) Newsgroups: comp.sys.mips Subject: mflo/mfhi interlock length Message-ID: <1991May14.164323.20809@cs.cornell.edu> Date: 14 May 91 16:43:23 GMT Sender: news@cs.cornell.edu (USENET news user) Organization: Cornell Univ. CS Dept, Ithaca NY 14853 Lines: 23 Nntp-Posting-Host: turing4.cs.cornell.edu What is the length of the interlocks after mult,multu,div,divu on the R2000/R3000? Kane's _MIPS_RISC_Architecure_ says 10 and 11 cycles (pages C-10,C-11) for multu. Are both correct? The examples are: Page C-10: multu a0, a3 # 10 cycles mflo t0 Page C-11: multu t4, t6 # 11 cycles mflo t0 mfhi t1 Thanks. Mark Charney charney@cs.cornell.edu