GP-3434: Fixed PPC VLE e_sthu mnemonic display

This commit is contained in:
ghidorahrex 2023-05-12 17:51:08 +00:00
parent 0efe56fd9b
commit 9dc6e6e29d

View file

@ -353,7 +353,7 @@ IMM16B: val is IMM_0_10_VLE & IMM_16_20_VLE [ val = (IMM_16_20_VLE << 11) |
*:2(sd4HPlusRxAddr) = RZ_VLE:2;
}
:sthu S,d8PlusRaAddress is $(ISVLE) & OP=6 & XOP_8_VLE=5 & S & A & d8PlusRaAddress
:e_sthu S,d8PlusRaAddress is $(ISVLE) & OP=6 & XOP_8_VLE=5 & S & A & d8PlusRaAddress
{
ea:$(REGISTER_SIZE) = d8PlusRaAddress;
*:2(ea) = S:2;