Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: runtime/szrt_i686.ll

Issue 944333002: Subzero: Update tests and build scripts for sandboxing. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Remove old assignment of llcbin and gold Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 target triple = "i386-unknown-linux-gnu"
2
3 define <4 x float> @Sz_uitofp_v4i32(<4 x i32> %a) {
4 entry:
5 %0 = uitofp <4 x i32> %a to <4 x float>
6 ret <4 x float> %0
7 }
8
9 define <4 x i32> @Sz_fptoui_v4f32(<4 x float> %a) {
10 entry:
11 %0 = fptoui <4 x float> %a to <4 x i32>
12 ret <4 x i32> %0
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698