OSDN Git Service

target/hppa: Implement pa2.0 data prefetch instructions
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Oct 2023 03:46:13 +0000 (20:46 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:34 +0000 (18:49 -0800)
commitb5caa17cdaf153fca500cf8bb0fa3a14c02def6e
tree7a093372f950c207eb3eeb80ee8e836a15500921
parent54111124fb9097635ec784131ceec26798e2ba77
target/hppa: Implement pa2.0 data prefetch instructions

These are aliased onto the normal integer loads to %g0.
Since we don't emulate caches, prefetch is a nop.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/translate.c