Question: For Questions 4 and 5 , consider all floating point registers have the following default values: $f 0 to $f 1 5 = 0 xFFFFFFFF

For Questions 4 and 5, consider all floating point registers have the following default values: $f0
to $f15=0xFFFFFFFF and $f16 to $f31=0x0. Modifications in some register values are specified
for each of the subparts.
Question 4: Show the steps to subtract the following double precision floating point numbers.
Write the resultant registers in hexadecimal.
sub.d $f4, $f8, $f12 # $f8=0xBFDFFFFF and $f12=0xC02FFFFF
Question 5: Show the steps to subtract the following double precision floating point numbers.
Write the resultant registers in hexadecimal.
mul.d $f16, $f20, $f24 # $f20=0xABC30000 and $f24=0x73DD0000

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!