On 6/1/21 4:19 PM, Taylor Simpson wrote:
Y4_l2fetch == l2fetch(Rs32, Rt32)
Y5_l2fetch == l2fetch(Rs32, Rtt32)
The semantics for these instructions are present, but the encodings
are missing.
Note that these are treated as nops in qemu, so we add overrides.
Test case added to tests/tcg/hexagon/misc.c
Signed-off-by: Taylor Simpson<[email protected]>
---
target/hexagon/gen_tcg.h | 11 +++++++++++
tests/tcg/hexagon/misc.c | 9 +++++++++
target/hexagon/imported/encode_pp.def | 3 +++
3 files changed, 23 insertions(+)
Reviewed-by: Richard Henderson <[email protected]>
r~