Files
CS261-Computer-Systems-I/p4-interp/tests/valgrind/C_irmovq.txt

27 lines
1.1 KiB
Plaintext
Raw Normal View History

2025-10-06 00:14:04 -04:00
==4085137== Memcheck, a memory error detector
==4085137== Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al.
==4085137== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==4085137== Command: ../y86 -e inputs/irmovq.o
==4085137==
Beginning execution at 0x0100
Y86 CPU state:
PC: 0000000000000151 flags: Z0 S0 O0 HLT
%rax: 0000000000000001 %rcx: 0000000000001234
%rdx: 1122334455667788 %rbx: 000000000000000f
%rsp: 00000000deadbeef %rbp: 0000000000000000
%rsi: 8877665544332211 %rdi: ffffffffffffffff
%r8: 0000000000000000 %r9: 0000000000000000
%r10: 0000000000000000 %r11: 0000000000000000
%r12: 0000000000000000 %r13: 0000000000000000
%r14: 0000000000000000
Total execution count: 9
==4085137==
==4085137== HEAP SUMMARY:
==4085137== in use at exit: 0 bytes in 0 blocks
==4085137== total heap usage: 3 allocs, 3 frees, 16,856 bytes allocated
==4085137==
==4085137== All heap blocks were freed -- no leaks are possible
==4085137==
==4085137== For lists of detected and suppressed errors, rerun with: -s
==4085137== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)