1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-29 02:36:51 +00:00
debugging/02_day/valgrind/valgrind-3.11.0/none/tests/s390x/spechelper-icm-1.stdout.exp
2015-12-13 22:34:58 +09:00

21 lines
518 B
Plaintext

Test #1 mask == 0, value == 0xFFFFFFFF --> cc == 0
OK
Test #2 mask == 0xF, value == 0 --> cc == 0
OK
Test #3 load one byte, msb set --> cc == 1
OK
Test #4 load two bytes, msb set --> cc == 1
OK
Test #5 load three bytes, msb set --> cc == 1
OK
Test #6 load four bytes, msb set --> cc == 1
OK
Test #7 load one byte, msb not set --> cc == 2
OK
Test #8 load two bytes, msb not set --> cc == 2
OK
Test #9 load three bytes, msb not set --> cc == 2
OK
Test #10 load four bytes, msb not set --> cc == 2
OK