Home
last modified time | relevance | path

Searched refs:hi1 (Results 1 – 23 of 23) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/bn/asm/
Dx86_64-mont.pl79 $hi1="%r13";
185 mov %rdx,$hi1
192 add %rax,$hi1
195 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
198 mov $hi1,-16(%rsp,$j,8) # tp[j-1]
199 mov %rdx,$hi1
213 add %rax,$hi1
216 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
218 mov $hi1,-16(%rsp,$j,8) # tp[j-1]
219 mov %rdx,$hi1
[all …]
Darmv8-mont.pl55 $lo1,$hi1,$nj,$m1,$nlo,$nhi,
90 ldp $hi1,$nj,[$np],#16 // np[0..1]
101 // (*) mul $lo1,$hi1,$m1 // np[0]*m1
102 umulh $hi1,$hi1,$m1
116 adc $hi1,$hi1,xzr
126 adds $lo1,$nlo,$hi1
128 adc $hi1,$nhi,xzr
133 adc $hi1,$hi1,xzr
143 adds $lo1,$nlo,$hi1
145 adc $hi1,$nhi,xzr
[all …]
Dx86_64-mont5.pl66 $hi1="%r13";
254 mov %rdx,$hi1
261 add %rax,$hi1
264 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
267 mov $hi1,-16(%rsp,$j,8) # tp[j-1]
268 mov %rdx,$hi1
283 add %rax,$hi1
285 add $hi0,$hi1 # np[j]*m1+ap[j]*bp[0]
287 mov $hi1,-16(%rsp,$num,8) # tp[num-1]
288 mov %rdx,$hi1
[all …]
/external/python/cpython3/Modules/_decimal/libmpdec/
Dcrt.c44 mpd_uint_t hi1, hi2, lo; in _crt_mulP1P2_3() local
46 _mpd_mul_words(&hi1, &lo, LH_P1P2, v); in _crt_mulP1P2_3()
50 lo = hi1 + lo; in _crt_mulP1P2_3()
51 if (lo < hi1) hi2++; in _crt_mulP1P2_3()
/external/deqp/framework/common/
DtcuInterval.cpp60 double lo0 = arg0.lo(), hi0 = arg0.hi(), lo1 = arg1.lo(), hi1 = arg1.hi(); in applyMonotone() local
61 return Interval(Interval(func(lo0, lo1), func(lo0, hi1)), in applyMonotone()
62 Interval(func(hi0, lo1), func(hi0, hi1))); in applyMonotone()
/external/tensorflow/tensorflow/core/lib/random/
Dphilox_random.h234 uint32 hi1; in ComputeSingleRound() local
235 MultiplyHighLow(kPhiloxM4x32B, counter[2], &lo1, &hi1); in ComputeSingleRound()
238 result[0] = hi1 ^ counter[1] ^ key[0]; in ComputeSingleRound()
/external/freetype/src/base/
Dfttrigon.c87 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local
97 hi1 = (FT_UInt32)val >> 16; in ft_trig_downscale()
103 i2 = lo2 * hi1; in ft_trig_downscale()
104 hi = hi1 * hi2; in ft_trig_downscale()
Dftcalc.c284 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local
287 lo1 = x & 0x0000FFFFU; hi1 = x >> 16; in ft_multo64()
292 i2 = lo2 * hi1; in ft_multo64()
293 hi = hi1 * hi2; in ft_multo64()
/external/harfbuzz_ng/src/
Dhb-dsalgs.hh334 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument
336 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges()
339 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument
341 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Dstateless_random_ops_test.py44 hi1 = v2 * 0xCD9E8D57 >> 32
45 v1 = hi1 ^ value[0] ^ key0
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc100 Benchmark* Benchmark::RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair() argument
103 AddRange(&args1, lo1, hi1, 8); in RangePair()
/external/tensorflow/tensorflow/core/platform/
Dtest_benchmark.h91 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc230 out->hi[0] = uc->uc_mcontext.hi1;
/external/llvm/test/Transforms/LoopReroll/
Dbasic.ll47 ; void hi1(int *x) {
56 define void @hi1(i32* nocapture %x) #0 {
78 ; CHECK-LABEL: @hi1
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument
836 ranges.push_back(std::make_pair(lo1, hi1)); in RangePair()
/external/google-benchmark/include/benchmark/
Dbenchmark.h834 Benchmark* RangePair(int64_t lo1, int64_t hi1, int64_t lo2, int64_t hi2) { in RangePair() argument
836 ranges.push_back(std::make_pair(lo1, hi1)); in RangePair()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopReroll/
Dbasic.ll47 ; void hi1(int *x) {
56 define void @hi1(i32* nocapture %x) #0 {
78 ; CHECK-LABEL: @hi1
/external/v8/src/libsampler/
Dsampler.cc122 uint32_t hi1; member
/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.cc1562 llvm::Value* hi1; in CalculateSampleValues() local
1563 std::tie(lo1, hi1) = in CalculateSampleValues()
1566 b->CreateXor(hi1, b->CreateXor(counter_values[1], key_values[0])); in CalculateSampleValues()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp202 Value *x32_minus_shift, *pred, *hi1, *hi2; in handleShift() local
212 bld.mkOp2(OP_OR, TYPE_U32, (hi1 = bld.getSSA()), in handleShift()
222 bld.mkOp2(OP_UNION, TYPE_U32, (dst[1] = bld.getSSA()), hi1, hi2); in handleShift()
/external/freetype/src/truetype/
Dttinterp.c1439 FT_Int32 m, s, hi1, hi2, hi; in TT_DotFix14() local
1448 hi1 = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo1 < l ); in TT_DotFix14()
1459 hi = hi1 + hi2 + ( lo < lo1 ); in TT_DotFix14()
/external/libxml2/macos/
Dlibxml2.mcp.xml.sit.hqx16 d`K2J(&*8GP6FfUqS@5kY"DrqT5jXN9Ep'U6h(eRrAP@fF+qqQ4SBP&hi1["!U`e
/external/mksh/src/
Dcheck.t364 { OPEN echo hi1; CLOSE }
373 hi1