This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch,microblaze]: Optimized usage of pcmp conditional instruction.


Hello All:

Please find the patch for the optimized usage of pcmp instructions in microblaze. No regressions is seen
In deja GNU tests. There are many testcases that are already there in deja GNU to check the generation of 
pcmpne/pcmpeq instructions and are used to check the validity. 

commit b74acf44ce4286649e5be7cff7518d814cb2491f
Author: Ajit Kumar Agarwal <ajitkum@xhdspdgnu.(none)>
Date:   Wed Feb 25 15:33:02 2015 +0530

    [Patch,microblaze]: Optimized usage of pcmp conditional instruction.
    
    The changes are made in the patch for optimized usage of pcmpne/pcmpeq
    instructions. The xor with register to register is replaced with pcmpeq
    /pcmpne instructions and for immediate check still the xori will be used.
    The purpose of the change is to acheive the aggressive usage of pcmpne
    /pcmpeq instructions instead of xor being used for comparison.
    
    ChangeLog:
    2015-02-25  Ajit Agarwal  <ajitkum@xilinx.com>
    
        * config/microblaze/microblaze.md (cbranchsi4): Added immediate
        constraints.
        (cbranchsi4_reg): New.
        * config/microblaze/microblaze.c
        (microblaze_expand_conditional_branch_reg): New.
        * config/microblaze/microblaze-protos.h
        (microblaze_expand_conditional_branch_reg): New prototype.
    
    Signed-off-by:Ajit Agarwal ajitkum@xilinx.com

Thanks & Regards
Ajit

Attachment: 0001-Patch-microblaze-Optimized-usage-of-pcmp-conditional.patch
Description: 0001-Patch-microblaze-Optimized-usage-of-pcmp-conditional.patch


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]