HomeSort by relevance Sort by last modified time
    Searched refs:V0 (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DataMov.cpp 299 static constexpr uint64_t V0 = 0xAAAAAAAAAAAAAAAAull; \
306 test.setQwordTo(T0, V0); \
315 static constexpr uint64_t V0 = 0xAAAAAAAAAAAAAAAAull; \
320 test.setQwordTo(T0, (V0 & ~Mask##Size) | Value); \
362 static constexpr uint64_t V0 = 0xAAAAAAAAAAAAAAAAull; \
369 test.setQwordTo(T0, V0); \
379 static constexpr uint64_t V0 = 0xC0BEBEEF & Mask##Size; \
384 test.setQwordTo(T0, V0); \
447 const uint32_t V0 = Value1; \
455 test.setDwordTo(T0, V0); \
    [all...]
XmmArith.cpp 27 const Type V0 = Value0; \
37 test.setQwordTo(T0, static_cast<double>(V0)); \
40 test.setDwordTo(T0, static_cast<float>(V0)); \
46 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \
60 const Type V0 = Value0; \
69 test.setQwordTo(T0, static_cast<double>(V0)); \
72 test.setDwordTo(T0, static_cast<float>(V0)); \
78 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \
130 const Dqword V0 Value0; \
140 test.setDqwordTo(T0, V0); \
    [all...]
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
d2.go 18 // V0 should be first.
19 var V0 uintptr
  /prebuilts/go/linux-x86/src/go/doc/testdata/
d2.go 18 // V0 should be first.
19 var V0 uintptr
  /prebuilts/go/darwin-x86/src/math/
cosh_s390x.s 94 WFMSDB V0, V5, V2, V5
98 WFMSDB V2, V3, V0, V3
114 WFCEDBS V4, V0, V0
132 WFMADB V2, V6, V0, V6
152 WFMSDB V0, V3, V2, V3
158 WFMDB V0, V0, V1
184 WFMSDB V4, V1, V0, V2
196 WFMADB V0, V6, V2, V
    [all...]
  /prebuilts/go/linux-x86/src/math/
cosh_s390x.s 94 WFMSDB V0, V5, V2, V5
98 WFMSDB V2, V3, V0, V3
114 WFCEDBS V4, V0, V0
132 WFMADB V2, V6, V0, V6
152 WFMSDB V0, V3, V2, V3
158 WFMDB V0, V0, V1
184 WFMSDB V4, V1, V0, V2
196 WFMADB V0, V6, V2, V
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug088.dir/
bug1.go 10 a0 := P.V0(); // works
  /prebuilts/go/linux-x86/test/fixedbugs/bug088.dir/
bug1.go 10 a0 := P.V0(); // works
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_s390x.s 98 // V0: Initial CRC value and intermediate constants and results.
127 // Load the initial CRC value into the rightmost word of V0
128 VZERO V0
129 VLVGF $3, R2, V0
144 VX V0, V1, V1 // V1 ^= CRC
162 // the reduction constants in V0. The intermediate result is
205 VSRLB V9, CONST_R4R3, V0
206 VLEIG $0, $1, V0
208 VGFMG V0, V1, V1
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_s390x.s 98 // V0: Initial CRC value and intermediate constants and results.
127 // Load the initial CRC value into the rightmost word of V0
128 VZERO V0
129 VLVGF $3, R2, V0
144 VX V0, V1, V1 // V1 ^= CRC
162 // the reduction constants in V0. The intermediate result is
205 VSRLB V9, CONST_R4R3, V0
206 VLEIG $0, $1, V0
208 VGFMG V0, V1, V1
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Locked.cpp 42 const uint32_t V0 = (Value0)&Mask##Size; \
53 test.setDwordTo(T0, V0); \
56 ASSERT_EQ(V0, test.Dst1()) << TestString; \
90 const uint32_t V0 = (Value0)&Mask##Size; \
107 ASSERT_EQ(V0, test.Reg1()) << TestString; \
151 const uint32_t V0 = (Value0)&Mask##Size; \
162 test.setDwordTo(T0, V0); \
165 ASSERT_EQ(V0, test.Dst1()) << TestString; \
166 ASSERT_EQ(Mask##Size &(V1 + V0), test.contentsOfDword(T0)) << TestString; \
266 static constexpr uint64_t V0 = ValueMem;
    [all...]
XmmArith.cpp 27 const Type V0 = Value0; \
40 test.setQwordTo(T0, static_cast<double>(V0)); \
43 test.setDwordTo(T0, static_cast<float>(V0)); \
49 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \
63 const Type V0 = Value0; \
74 test.setQwordTo(T0, static_cast<double>(V0)); \
77 test.setDwordTo(T0, static_cast<float>(V0)); \
83 ASSERT_DOUBLE_EQ(V0 Op V1, test.Dst<Type>()) << TestString; \
129 const Dqword V0 Value0; \
140 test.setDqwordTo(T0, V0); \
    [all...]
  /external/fdlibm/
e_j1.c 50 * V(z) = 1 + v0[0]*z + ... + v0[4]*z^5
147 static const double V0[5] = {
149 static double V0[5] = {
208 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
  /external/webp/src/enc/
picture_tools_enc.c 146 #define BLEND(V0, V1, ALPHA) \
147 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 16)
148 #define BLEND_10BIT(V0, V1, ALPHA) \
149 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101) >> 18)
162 const int V0 = VP8RGBToV(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
188 v[x] = BLEND_10BIT(V0, v[x], alpha);
193 v[x] = BLEND_10BIT(V0, v[x], alpha);
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j1.c 53 * V(z) = 1 + v0[0]*z + ... + v0[4]*z^5
136 static const double V0[5] = {
195 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
e_j1f.c 97 static const float V0[5] = {
149 v = one+z*(V0[0]+z*(V0[1]+z*(V0[2]+z*(V0[3]+z*V0[4]))));
  /external/clang/test/Parser/
recovery.cpp 151 enum class EC3 { V0 = 0, V5 = 5 }; // expected-note {{declared here}}
166 case EC3::V0: break;
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regnum.h 38 #define V0 2
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regnum.h 38 #define V0 2
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regnum.h 38 #define V0 2
  /hardware/interfaces/tests/baz/1.0/
IBaz.hal 25 V0 = 1 << 0,
29 VALL = V0 | V1 | V2 | V3,
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/machine/
regnum.h 38 #define V0 2

Completed in 1629 milliseconds

12 3 4 5 6 7 8