For the following program, identify the data dependencies (RAW, RAR, WAW, WAR) and if there's any hazard. Drag and drop 'x' if applicable and 'if not applicable. Do not leave any empty spaces. 11: la...


For the following program, identify the data dependencies (RAW, RAR,<br>WAW, WAR) and if there's any hazard. Drag and drop 'x' if applicable and<br>'if not applicable. Do not leave any empty spaces.<br>11: la<br>$t1,0x10010000<br>12: li<br>$t2,4<br>13: xor $t2,$t3,$t3<br>14: Iw<br>$t3,4($t1)<br>15: and $t4,$t1,$t1<br>16: add $t3,$t4,$t4<br>17: sub $t2,$t4,$t3<br>18: slt<br>$t5,$t3,$t1<br>Between Instructions |RAW|RAR|WAW|WAR|Hazard|No hazard|<br>12- 13<br>13- 14<br>14- 15<br>15- 16<br>16- 17<br>17- 18<br>

Extracted text: For the following program, identify the data dependencies (RAW, RAR, WAW, WAR) and if there's any hazard. Drag and drop 'x' if applicable and 'if not applicable. Do not leave any empty spaces. 11: la $t1,0x10010000 12: li $t2,4 13: xor $t2,$t3,$t3 14: Iw $t3,4($t1) 15: and $t4,$t1,$t1 16: add $t3,$t4,$t4 17: sub $t2,$t4,$t3 18: slt $t5,$t3,$t1 Between Instructions |RAW|RAR|WAW|WAR|Hazard|No hazard| 12- 13 13- 14 14- 15 15- 16 16- 17 17- 18

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here