void foo(long *a, long +b, long *c, int n); Its body compiles to the following code: # a in %rdi, b in Zrsi, c in %råx, n in Zecx novl $0, Zeax .L2: cmpl Zecx, Zeax jge .L4 movslą movą (Zrdx,%r8,8), %r9 addq (Krei,%r8,8), %r9 movq Zr9, (%rdi,%r8,8) addl $1, Zeax Zeax, Zr8 jap .L2 .L4: ret The C code for the body a loop of the form: int i; for (i - 0; i a. What register holds the loop variable i? b. What is i compared to in the loop test? c. What do the first three arguments point to? d. What do the three instructions in the middle of the loop (movq, addą e Say in wonds what is the nurnor of the function hat is the DurDo

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Problem 2. A function is declared as follows:
void foo(long *a, long +b, long *c, int n);
Its body compiles to the following code:
# a in %rdi, b in %rsi, c in %rdx, n in %ecx
Lovl $0, Zeax
.L2:
cmpl %ecx, %eax
jge
movslą
novq (%rdx,%r8,8), %r9
addq (%rai,%r8,8), %r9
Rovq Zr9, (Zrdi, %r8,8)
addi $1, %eax
jap
.L4
Zeax, %r8
.L2
.L4:
ret
The C code for the body a loop of the form:
int i;
for (i - 0; i
a. What register holds the loop variable i?
b. What is i compared to in the loop test?
c. What do the first. three arguments point to?
d. What do the three instructions in the middle of the loop (movq, addą, movq) do?
e. Say in words what is the purpose of the function.
Transcribed Image Text:Problem 2. A function is declared as follows: void foo(long *a, long +b, long *c, int n); Its body compiles to the following code: # a in %rdi, b in %rsi, c in %rdx, n in %ecx Lovl $0, Zeax .L2: cmpl %ecx, %eax jge movslą novq (%rdx,%r8,8), %r9 addq (%rai,%r8,8), %r9 Rovq Zr9, (Zrdi, %r8,8) addi $1, %eax jap .L4 Zeax, %r8 .L2 .L4: ret The C code for the body a loop of the form: int i; for (i - 0; i a. What register holds the loop variable i? b. What is i compared to in the loop test? c. What do the first. three arguments point to? d. What do the three instructions in the middle of the loop (movq, addą, movq) do? e. Say in words what is the purpose of the function.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY