diff options
| author | Lucas Coutinho | 2022-07-01 15:35:04 +0200 |
|---|---|---|
| committer | Daniel Henrique Barboza | 2022-07-18 18:59:43 +0200 |
| commit | 41b60e46b8eafb02b79e724c2b7220eff6d3d42e (patch) | |
| tree | d550eefb77f806dcd037768715eb4700705a64ae /target/ppc/insn32.decode | |
| parent | target/ppc: Move slbmfev to decodetree (diff) | |
| download | qemu-41b60e46b8eafb02b79e724c2b7220eff6d3d42e.tar.gz qemu-41b60e46b8eafb02b79e724c2b7220eff6d3d42e.tar.xz qemu-41b60e46b8eafb02b79e724c2b7220eff6d3d42e.zip | |
target/ppc: Move slbmfee to decodetree
Reviewed-by: Leandro Lupori <leandro.lupori@eldorado.org.br>
Signed-off-by: Lucas Coutinho <lucas.coutinho@eldorado.org.br>
Message-Id: <20220701133507.740619-9-lucas.coutinho@eldorado.org.br>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'target/ppc/insn32.decode')
| -rw-r--r-- | target/ppc/insn32.decode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/insn32.decode b/target/ppc/insn32.decode index 0e002999bd..8b431c6f32 100644 --- a/target/ppc/insn32.decode +++ b/target/ppc/insn32.decode @@ -873,6 +873,7 @@ SLBIA 011111 --... ----- ----- 0111110010 - @X_ih SLBMTE 011111 ..... ----- ..... 0110010010 - @X_tb SLBMFEV 011111 ..... ----- ..... 1101010011 - @X_tb +SLBMFEE 011111 ..... ----- ..... 1110010011 - @X_tb ## TLB Management Instructions |
