Re: [PATCH][0/7][ARM] Convert VFP mnemonics to UAL

2014-09-09 Thread Ramana Radhakrishnan
On Tue, Aug 19, 2014 at 4:04 PM, Kyrill Tkachov kyrylo.tkac...@arm.com wrote: Hi all, This patch series converts the arm backend to output unified assembly syntax for the VFP instructions. This makes it more readable since most UAL mnemonics also include various type suffixes such as .f32

Re: [PATCH][0/7][ARM] Convert VFP mnemonics to UAL

2014-09-02 Thread Kyrill Tkachov
Ping on this series? Thanks, Kyrill On 19/08/14 16:04, Kyrill Tkachov wrote: Hi all, This patch series converts the arm backend to output unified assembly syntax for the VFP instructions. This makes it more readable since most UAL mnemonics also include various type suffixes such as .f32 and

[PATCH][0/7][ARM] Convert VFP mnemonics to UAL

2014-08-19 Thread Kyrill Tkachov
Hi all, This patch series converts the arm backend to output unified assembly syntax for the VFP instructions. This makes it more readable since most UAL mnemonics also include various type suffixes such as .f32 and .f64 that quickly allow to identify the data types being operated on. Each