Hi Claudio, Peter, On 12/03/2013 04:51 PM, Peter Maydell wrote: > From: Claudio Fontana <claudio.fontana@xxxxxxxxxx> > > Decode the various kinds of system instructions: > hints (HINT), which include NOP, YIELD, WFE, WFI, SEV, SEL > sync instructions, which include CLREX, DSB, DMB, ISB > msr_i, which move immediate to processor state field > sys, which include all SYS and SYSL instructions > msr, which move from a gp register to a system register > mrs, which move from a system register to a gp register > > Provide implementations where they are trivial nops. > > Signed-off-by: Claudio Fontana <claudio.fontana@xxxxxxxxxx> > Signed-off-by: Peter Maydell <peter.maydell@xxxxxxxxxx> > --- > target-arm/translate-a64.c | 130 +++++++++++++++++++++++++++++++++++++++++++- [...] > +/* C3.2.4 System */ > +static void disas_system(DisasContext *s, uint32_t insn) > +{ > + /* > + * 31 30 29 28 27 26 25 24 23 22 21 20 19 18 16 15 12 11 8 7 5 4 0 > + * 1 1 0 1 0 1 0 1 0 0 L op0 op1 CRn CRm op2 Rt > + */ [...] Could this opcode legend get a pretty box like the others? Thanks, Christopher -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation. _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm