On 10/2/18 11:35 AM, Peter Maydell wrote: > Add some comments to the Thumb decoder indicating what bits > of the instruction have been decoded at various points in > the code. > > This is not an exhaustive set of comments; we're gradually > adding comments as we work with particular bits of the code. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > Specifically, I figured these out as I was going through looking > for the insns which write SP. These comments turn out not to > be relevant to those instructions, but I don't want to throw > them away. > --- > target/arm/translate.c | 20 +++++++++++++++++--- > 1 file changed, 17 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~