search for: sextexample

Displaying 3 results from an estimated 3 matches for "sextexample".

2013 Jun 20
2
[LLVMdev] Error in the example of sext instruction in reference manual
...ields <i32 8, i32 7> Thanks! Bin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130620/860e05dd/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: sextExample.diff Type: application/octet-stream Size: 482 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130620/860e05dd/attachment.obj>
2013 Jun 21
0
[LLVMdev] Error in the example of sext instruction in reference manual
...ields i16 :65535 > + %X = sext i8 -1 to i16 ; yields i16:-1 > %Y = sext i1 true to i32 ; yields i32:-1 > %Z = sext <2 x i16> <i16 8, i16 7> to <2 x i32> ; yields <i32 8, i32 7> > > > Thanks! > Bin > <sextExample.diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2013 Jun 21
2
[LLVMdev] Error in the example of sext instruction in reference manual
...xt i8 -1 to i16 ; yields i16:-1 > > %Y = sext i1 true to i32 ; yields i32:-1 > > %Z = sext <2 x i16> <i16 8, i16 7> to <2 x i32> ; yields <i32 8, > i32 7> > > > > > > Thanks! > > Bin > > <sextExample.diff>_______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -------------- next part -------------- An HTML attachment was scrubb...