Home
last modified time | relevance | path

Searched refs:f0s (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dfp-cmp-07.mir27 - { reg: '$f0s', virtual-reg: '' }
31 liveins: $f0s, $r2d
33 LTEBRCompare $f0s, $f0s, implicit-def $cc
34 $f2s = LER $f0s
36 CondReturn 15, 4, implicit $f0s, implicit $cc
39 liveins: $f0s, $r2d
41 STE $f0s, killed $r2d, 0, $noreg :: (store 4 into %ir.dest)
42 Return implicit $f0s
Dpr32505.ll13 ; CHECK-NEXT: # kill: def $f0s killed $f0s killed $f0d
/external/boringssl/src/crypto/hrss/
Dhrss.c870 vec_t f0s = {0}, f0a = {0}; in poly3_invert_vec() local
901 const vec_t f0s_sum = f0_is_nonzero & (f_s[0] ^ f0s); in poly3_invert_vec()
902 f0s ^= f0s_sum; in poly3_invert_vec()
913 poly3_mul_const(out, vec_get_word(f0s, 0), vec_get_word(f0a, 0)); in poly3_invert_vec()
954 crypto_word_t f0s = 0, f0a = 0; in HRSS_poly3_invert() local
986 f0s = constant_time_select_w(f0_is_nonzero, f.s.v[0], f0s); in HRSS_poly3_invert()
994 poly3_mul_const(out, f0s, f0a); in HRSS_poly3_invert()
/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go935 var f0s, f0a uint
956 f0s = (stillGoing & f.s[0]) | (^stillGoing & f0s)
964 out.mulConst(f0s, f0a)
/external/swiftshader/src/Pipeline/
DSamplerCore.cpp889 UShort4 f0s = As<UShort4>(s[0][0][0]) * *Pointer<UShort4>(mipmap + OFFSET(Mipmap,depth)); in sample3D() local
893 UShort4 f1s = ~f0s; in sample3D()
911 f[1][1][0] = MulHigh(f[1][1][0], f0s); in sample3D()
912 f[0][1][0] = MulHigh(f[0][1][0], f0s); in sample3D()
913 f[1][0][0] = MulHigh(f[1][0][0], f0s); in sample3D()
914 f[0][0][0] = MulHigh(f[0][0][0], f0s); in sample3D()
/external/swiftshader/src/Shader/
DSamplerCore.cpp980 UShort4 f0s = As<UShort4>(s[0][0][0]) * *Pointer<UShort4>(mipmap + OFFSET(Mipmap,depth)); in sample3D() local
984 UShort4 f1s = ~f0s; in sample3D()
1002 f[1][1][0] = MulHigh(f[1][1][0], f0s); in sample3D()
1003 f[0][1][0] = MulHigh(f[0][1][0], f0s); in sample3D()
1004 f[1][0][0] = MulHigh(f[1][0][0], f0s); in sample3D()
1005 f[0][0][0] = MulHigh(f[0][0][0], f0s); in sample3D()