qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH 55/66] Hexagon HVX import instruction encodings


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH 55/66] Hexagon HVX import instruction encodings
Date: Tue, 11 Feb 2020 15:40:07 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1

On 2/11/20 3:35 PM, Taylor Simpson wrote:
Hi Philippe,

Thanks for all your feedback.  I' get your comments addressed soon.

I'm sorry you had trouble applying this patch.

No problem.

The target/hexagon/imported/encode.def should have been created by patch 17.  
Did you apply that one?

Ah, I haven't received patch #17, and can't find it on the list.


Taylor



-----Original Message-----
From: Philippe Mathieu-Daudé <address@hidden>
Sent: Tuesday, February 11, 2020 1:02 AM
To: Taylor Simpson <address@hidden>; address@hidden
Cc: address@hidden; address@hidden; address@hidden;
address@hidden
Subject: Re: [RFC PATCH 55/66] Hexagon HVX import instruction encodings

+#define EXTNAME mmvec
+#include "mmvec/encode_ext.def"
+#undef EXTNAME
diff --git a/target/hexagon/imported/encode.def
b/target/hexagon/imported/encode.def
index 33c3396..d1b3510 100644
--- a/target/hexagon/imported/encode.def
+++ b/target/hexagon/imported/encode.def
@@ -71,6 +71,7 @@

   #include "encode_pp.def"
   #include "encode_subinsn.def"
+#include "allextenc.def"

   #ifdef __SELF_DEF_FIELD32
   #undef __SELF_DEF_FIELD32

I had a problem applying this one:

Applying: Hexagon HVX import instruction encodings
error: target/hexagon/imported/encode.def: does not exist in index
Patch failed at 0054 Hexagon HVX import instruction encodings
hint: Use 'git am --show-current-patch' to see the failed patch
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Resolved by doing:

(review/hexagon|AM 54/65)$ touch target/hexagon/imported/encode.def
(review/hexagon|AM 54/65)$ git add target/hexagon/imported/encode.def
(review/hexagon|AM 54/65)$ git am --continue
Applying: Hexagon HVX import instruction encodings
Applying: Hexagon HVX import semantics
...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]