Home
last modified time | relevance | path

Searched refs:lo2 (Results 1 – 25 of 39) sorted by relevance

12

/external/llvm-project/llvm/test/CodeGen/X86/
Dshift-double-x86_64.ll77 %lo2 = lshr i64 %lo, 1
78 %sh_lo = lshr i64 %lo2, %bits64
93 %lo2 = shl i64 %lo, 1
94 %sh_lo = shl i64 %lo2, %bits64
109 %lo2 = add i64 %lo, %lo
110 %sh_lo = shl i64 %lo2, %bits64
Dshift-double.ll401 %lo2 = lshr i32 %lo, 1
402 %sh_lo = lshr i32 %lo2, %bits32
425 %lo2 = shl i32 %lo, 1
426 %sh_lo = shl i32 %lo2, %bits32
449 %lo2 = add i32 %lo, %lo
450 %sh_lo = shl i32 %lo2, %bits32
Dhorizontal-reduce-add.ll311 %lo2 = shufflevector <4 x i16> %sum1, <4 x i16> undef, <2 x i32> <i32 0, i32 1>
312 %sum2 = add <2 x i16> %lo2, %hi2
402 %lo2 = shufflevector <4 x i32> %sum1, <4 x i32> undef, <2 x i32> <i32 0, i32 1>
403 %sum2 = add <2 x i32> %lo2, %hi2
/external/rust/crates/gdbstub/src/arch/mips/reg/
Dmips.rs67 pub lo2: U, field
206 write_le_bytes!(&self.dsp.lo2); in gdb_serialize()
240 self.dsp.lo2 = regs.next().ok_or(())?; in gdb_deserialize()
/external/freetype/src/base/
Dfttrigon.c86 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_trig_downscale() local
97 lo2 = FT_TRIG_SCALE & 0x0000FFFFU; in ft_trig_downscale()
100 lo = lo1 * lo2; in ft_trig_downscale()
102 i2 = lo2 * hi1; in ft_trig_downscale()
Dftcalc.c283 FT_UInt32 lo1, hi1, lo2, hi2, lo, hi, i1, i2; in ft_multo64() local
287 lo2 = y & 0x0000FFFFU; hi2 = y >> 16; in ft_multo64()
289 lo = lo1 * lo2; in ft_multo64()
291 i2 = lo2 * hi1; in ft_multo64()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_getnameinfo.c418 int lo1, lo2; in ares_striendstr() local
432 lo2 = TOLOWER(*c2); in ares_striendstr()
433 if (lo1 != lo2) in ares_striendstr()
/external/arm-optimized-routines/math/
Dpow.c40 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local
76 lo2 = t1 - t2 + r; in log_inline()
100 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
/external/llvm-project/libc/AOR_v20.02/math/
Dpow.c41 double_t z, r, y, invc, logc, logctail, kd, hi, t1, t2, lo, lo1, lo2, p; in log_inline() local
77 lo2 = t1 - t2 + r; in log_inline()
101 lo = lo1 + lo2 + lo3 + lo4 + p; in log_inline()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff47 - uint8 lo2, uint8 hi2, bool fold2);
87 - uint8 lo2, uint8 hi2, bool fold2) {
91 - ip = RuneByteSuffix(lo2, hi2, fold2, ip);
93 - ip = RuneByteSuffix(lo2, hi2, fold2, NULL);
114 - int lo2 = lo & 0xFF;
121 - AddUCS2Pair(lo1, lo1, false, lo2, hi2, lo1==0 && foldcase);
126 - if (lo2 > 0) {
127 - AddUCS2Pair(lo1, lo1, false, lo2, 0xFF, lo1==0 && foldcase);
/external/rust/crates/ryu/src/
Dd2s_intrinsics.rs150 let lo2 = lo.wrapping_add(mul.0); in mul_shift_all_64() localVariable
151 let mid2 = mid.wrapping_add(mul.1).wrapping_add((lo2 < lo) as u64); in mul_shift_all_64()
/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc135 Benchmark* Benchmark::RangePair(int lo1, int hi1, int lo2, int hi2) { in RangePair() argument
139 AddRange(&args2, lo2, hi2, 8); in RangePair()
Dtest_benchmark.h106 Benchmark* RangePair(int lo1, int hi1, int lo2, int hi2);
/external/harfbuzz_ng/src/
Dhb-algs.hh625 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2) in hb_in_ranges() argument
627 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2); in hb_in_ranges()
630 hb_in_ranges (T u, T lo1, T hi1, T lo2, T hi2, T lo3, T hi3) in hb_in_ranges() argument
632 return hb_in_range (u, lo1, hi1) || hb_in_range (u, lo2, hi2) || hb_in_range (u, lo3, hi3); in hb_in_ranges()
/external/clang/test/Index/
Dget-cursor.m126 _Nonnull id lo2;
128 [lo2 meth];
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp134 unsigned lo2 = Value & 0x3; in AdrImmBits() local
136 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
/external/llvm-project/clang/test/Index/
Dget-cursor.m126 _Nonnull id lo2;
128 [lo2 meth];
/external/expat/lib/
Dxmltok.c616 unsigned char lo2; \
670 lo2 = GET_LO(from); \
672 | (lo2 >> 6) | 0x80); \
673 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
/external/python/cpython3/Modules/expat/
Dxmltok.c624 unsigned char lo2; \
678 lo2 = GET_LO(from); \
680 | (lo2 >> 6) | 0x80); \
681 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
/external/python/cpython2/Modules/expat/
Dxmltok.c675 unsigned char lo2; \
721 lo2 = GET_LO(from); \
724 | (lo2 >> 6) \
726 *(*toP)++ = ((lo2 & 0x3f) | 0x80); \
/external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp152 unsigned lo2 = Value & 0x3; in AdrImmBits() local
154 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AsmBackend.cpp148 unsigned lo2 = Value & 0x3; in AdrImmBits() local
150 return (hi19 << 5) | (lo2 << 29); in AdrImmBits()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_ptrace_dumper.cc280 reinterpret_cast<void*>(DSP_BASE + 3), &info->mcontext.lo2); in GetThreadInfoByIndex()
/external/google-breakpad/src/client/linux/dump_writer_common/
Ducontext_reader.cc240 out->lo[1] = uc->uc_mcontext.lo2;
Dthread_info.cc256 out->lo[1] = mcontext.lo2;

12