On 3 October 2013 20:31, Alex Bennée wrote:
>
> will.new...@linaro.org writes:
>
>
>> @@ -6756,6 +6864,13 @@ static void disas_arm_insn(CPUARMState * env,
>> DisasContext *s)
>> goto illegal_op;
>> return;
>> }
>> + if ((insn & 0x0f800e50) == 0x0e000a00
will.new...@linaro.org writes:
> @@ -6756,6 +6864,13 @@ static void disas_arm_insn(CPUARMState * env,
> DisasContext *s)
> goto illegal_op;
> return;
> }
> + if ((insn & 0x0f800e50) == 0x0e000a00) {
> + /* ARMv8 VFP. */
> + ARCH(8);
>
On 21 June 2013 00:25, Måns Rullgård wrote:
> Peter Maydell writes:
>> On 18 June 2013 15:30, Mans Rullgard wrote:
>>> @@ -6699,6 +6742,12 @@ static void disas_arm_insn(CPUARMState * env,
>>> DisasContext *s)
>>> }
>>> return; /* v7MP: Unallocated memory hint: must NOP
Peter Maydell writes:
> On 18 June 2013 15:30, Mans Rullgard wrote:
>> This adds support for the VSEL instruction introduced in ARMv8.
>> It resides along with other new VFP instructions under the CDP2
>> encoding which was previously unused.
>>
>> Signed-off-by: Mans Rullgard
>
> So I found th
On 18 June 2013 15:30, Mans Rullgard wrote:
> This adds support for the VSEL instruction introduced in ARMv8.
> It resides along with other new VFP instructions under the CDP2
> encoding which was previously unused.
>
> Signed-off-by: Mans Rullgard
So I found this pretty confusing, which I think