search for: extloadi1

Displaying 2 results from an estimated 2 matches for "extloadi1".

Did you mean: extloadi8
2006 Dec 22
1
[LLVMdev] [patch] arm: define extloadi1
This patch defines extloadi1 and fixes an internal compiler error on arm. Lauro -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061222/ee8b38c5/attachment.html> -------------- next part -------------- A non-text attachment was scrubb...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...edComplexity = 10, isPredicable = 1 in >> def LDrih_indexed_V4 : LDInst<(outs IntRegs:$dst), >> (ins IntRegs:$src1, IntRegs:$src2), >> "$dst=memh($src1+$src2<<#0)", >> - [(set IntRegs:$dst, (sextloadi16 (add IntRegs:$src1, >> - IntRegs:$src2)))]>, >> + [(set (i32 IntRegs:$dst), >> + (i32 (sextloadi16 (add (i32 IntRegs:$src1), >> +...