On 5/12/23 15:40, Peter Maydell wrote:
+# Extract
+
+&extractrd rn rm imm sf
+@extract_64 1 .. .. 1 . rm:5 imm:6 rn:5 rd:5 &extract sf=1
+@extract_32 0 .. .. 0 . rm:5 0 imm:5 rn:5 rd:5&extract sf=0
+
+EXTR. 00 100111 . 0 . .. . . @extra
Convert the EXTR instruction to decodetree (this is the
only one in the 'Extract" class). This is the last of
the dp-immediate insns in the legacy decoder, so we
can now remove disas_data_proc_imm().
Signed-off-by: Peter Maydell
---
target/arm/tcg/a64.decode | 9
target/arm/tcg/transl