tests/misc: Add a test for a load that hits two preceding stores
authorPaul Mackerras <paulus@ozlabs.org>
Tue, 31 Aug 2021 01:45:57 +0000 (11:45 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 2 Sep 2021 23:09:44 +0000 (09:09 +1000)
commitba349144651bc5b0ebe28aa38ac802a75ecaa0bb
treea06261f3849335a3f07415729044aa7c22f0a3a9
parent0b23a5e760003e836d849f47ac02e46eb8a84909
tests/misc: Add a test for a load that hits two preceding stores

This checks that the store forwarding machinery in the dcache
correctly combines forwarded stores when they are partial stores
(i.e. only writing part of the doubleword, as for a byte store).

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
tests/misc/head.S
tests/misc/misc.c
tests/test_misc.bin
tests/test_misc.console_out