4.18 [5] Assume that X1 is initialized to 11 and X2 is initialized to 22. Suppose you executed the code below on a version of the pipeline from COD Section 4.5 (An overview of pipelining) that does not handle data hazards (i.e., the programmer is responsible for addressing data hazards by inserting NOP instructions where necessary). What would the final values of registers X3 and X4 be? ADDI X1, X2, #5ADD X3, X1, X2ADDI X4, X1, #15
ADD X3, X1, X2
ADDI X4, X1, #15
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here