Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/ppc/insn64.decode | 15 +++++++++++++++ 1 file changed, 15 insertions(+)
diff --git a/target/ppc/insn64.decode b/target/ppc/insn64.decode index 5a82ce375e..4198e5c8f3 100644 --- a/target/ppc/insn64.decode +++ b/target/ppc/insn64.decode @@ -29,6 +29,21 @@ ...... rt:5 ra:5 ................ \ &PLS_D si=%pls_si +### Fixed-Point Load Instructions + +LBZ 000001 10 0--.-- .................. \ + 100010 ..... ..... ................ @PLS_D +LHZ 000001 10 0--.-- .................. \ + 101000 ..... ..... ................ @PLS_D +LHA 000001 10 0--.-- .................. \ + 101010 ..... ..... ................ @PLS_D +LWZ 000001 10 0--.-- .................. \ + 100000 ..... ..... ................ @PLS_D +LWA 000001 00 0--.-- .................. \ + 101001 ..... ..... ................ @PLS_D +LD 000001 00 0--.-- .................. \ + 111001 ..... ..... ................ @PLS_D + ### Fixed-Point Arithmetic Instructions ADDI 000001 10 0--.-- .................. \ -- 2.25.1