Searched defs:lo (Results 226 - 250 of 308) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2514 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2516 inputs_[1] = lo;
2520 LOperand* lo() { return inputs_[1]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.cc2061 LOperand* lo = UseRegisterAndClobber(instr->lo()); local
2063 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc2071 LOperand* lo = UseRegister(instr->lo()); local
2073 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
H A Dlithium-ia32.h2520 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2522 inputs_[1] = lo;
2526 LOperand* lo() { return inputs_[1]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc2017 LOperand* lo = UseRegister(instr->lo()); local
2019 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
H A Dlithium-mips.h2474 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2476 inputs_[1] = lo;
2480 LOperand* lo() { return inputs_[1]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.cc2015 LOperand* lo = UseRegister(instr->lo()); local
2017 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
H A Dlithium-mips64.h2458 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2460 inputs_[1] = lo;
2464 LOperand* lo() { return inputs_[1]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc2025 LOperand* lo = UseRegister(instr->lo()); local
2027 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
H A Dlithium-x64.h2501 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2503 inputs_[1] = lo;
2507 LOperand* lo() { return inputs_[1]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.cc2072 LOperand* lo = UseRegister(instr->lo()); local
2074 return DefineAsRegister(new(zone()) LConstructDouble(hi, lo));
H A Dlithium-x87.h2536 LConstructDouble(LOperand* hi, LOperand* lo) { argument
2538 inputs_[1] = lo;
2542 LOperand* lo() { return inputs_[1]; } function in class:v8::internal::FINAL
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc1784 __ B(&wrong, lo);
1797 __ B(&wrong, lo);
1823 __ B(&wrong, lo);
4608 __ Csneg(x7, x24, x25, lo);
8036 __ Cinc(x7, x7, lo); // !C
9093 // x[0](lo) -> x[1](hi)
9094 // w[1] -> x[1](lo)
9097 // x[2](lo) -> x[2](lo)
9099 // x[2](lo)
9217 uint64_t lo = stack[slot++]; local
[all...]
/external/libcxx/src/
H A Dlocale.cpp696 collate_byname<char>::do_transform(const char_type* lo, const char_type* hi) const argument
698 const string_type in(lo, hi);
748 collate_byname<wchar_t>::do_transform(const char_type* lo, const char_type* hi) const argument
750 const string_type in(lo, hi);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4074 Cluster** lo = i;
4077 while (lo < hi)
4080 //[i, lo) <= time_ns
4081 //[lo, hi) ?
4084 Cluster** const mid = lo + (hi - lo) / 2;
4095 lo = mid + 1;
4099 assert(lo <= hi);
4102 assert(lo == hi);
4103 assert(lo >
5955 Cluster** lo = i; local
6266 Cluster** lo = i; local
[all...]
/external/libvpx/libwebm/
H A Dmkvparser.cpp3683 Cluster** lo = i;
3686 while (lo < hi)
3689 //[i, lo) <= time_ns
3690 //[lo, hi) ?
3693 Cluster** const mid = lo + (hi - lo) / 2;
3704 lo = mid + 1;
3708 assert(lo <= hi);
3711 assert(lo == hi);
3712 assert(lo >
5203 Cluster** lo = i; local
5459 Cluster** lo = i; local
[all...]
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp875 // This stores the lo->hi mappings. It's safe to initialize to all 0's
876 // since hi > lo and therefore LoHi[i] cannot be 0.
897 uint32_t lo = EnableHardwareWatchpoint(addr, 4, read, write, also_set_on_task); local
898 if (lo == INVALID_NUB_HW_INDEX)
903 DisableHardwareWatchpoint(lo, also_set_on_task);
906 // Tag this lo->hi mapping in our database.
907 LoHi[lo] = hi;
908 return lo;
1001 // Enable lo and hi watchpoint hardware indexes.
1036 // Disable lo an
[all...]
/external/pixman/pixman/
H A Dpixman-mmx.c443 pack8888 (__m64 lo, __m64 hi) argument
445 return _mm_packs_pu16 (lo, hi);
3559 __m64 lo = _mm_add_pi16 (t_lo, b_lo); \
3568 __m64 p = _mm_unpacklo_pi16 (lo, hi); \
3569 __m64 q = _mm_unpackhi_pi16 (lo, hi); \
3570 lo = _mm_madd_pi16 (p, mm_wh); \
3581 __m64 mm_lo_lo = _mm_mullo_pi16 (lo, mm_wh_lo); \
3583 __m64 mm_hi_lo = _mm_mulhi_pu16 (lo, mm_wh_lo); \
3585 lo = _mm_add_pi32 (_mm_unpacklo_pi16 (mm_lo_lo, mm_hi_lo), \
3593 lo
[all...]
H A Dpixman-private.h1083 uint32_t hi, lo; local
1085 __asm__ __volatile__ ("rdtsc\n" : "=a" (lo), "=d" (hi));
1087 return lo | (((uint64_t)hi) << 32);
H A Dpixman-sse2.c73 unpack_565_to_8888 (__m128i lo) argument
77 r = _mm_and_si128 (_mm_slli_epi32 (lo, 8), mask_red);
78 g = _mm_and_si128 (_mm_slli_epi32 (lo, 5), mask_green);
79 b = _mm_and_si128 (_mm_slli_epi32 (lo, 3), mask_blue);
100 __m128i lo, hi; local
102 lo = _mm_unpacklo_epi16 (data, _mm_setzero_si128 ());
105 lo = unpack_565_to_8888 (lo);
108 unpack_128_2x128 (lo, data0, data1);
121 pack_2x128_128 (__m128i lo, __m128 argument
127 pack_565_2packedx128_128(__m128i lo, __m128i hi) argument
150 pack_565_2x128_128(__m128i lo, __m128i hi) argument
214 __m128i lo, hi; local
229 __m128i lo, hi; local
245 __m128i lo, hi; local
293 __m128i lo, hi; local
325 __m128i lo, hi; local
6271 __m128i lo, hi, s; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c415 DATA_UTYPE lo \
424 pf = parity_table[(UChar)lo]; \
426 zf = (lo == 0) << 6; \
427 sf = lshift(lo, 8 - DATA_BITS) & 0x80; \
441 DATA_STYPE lo \
449 cf = (hi != (lo >>/*s*/ (DATA_BITS-1))); \
450 pf = parity_table[(UChar)lo]; \
452 zf = (lo == 0) << 6; \
453 sf = lshift(lo, 8 - DATA_BITS) & 0x80; \
465 ULong lo, h
2873 ULong hi, lo, tmp, A[16]; local
[all...]
H A Dhost_ppc_isel.c544 // store hi,lo as Ity_I32's
2833 HReg hi, lo; local
2835 iselInt64Expr( &hi, &lo, env, e->Iex.Unop.arg );
2836 addInstr(env, PPCInstr_Alu(Palu_OR, tmp, lo, PPCRH_Reg(hi)));
3449 // load hi,lo words (of hi/lo half of vec) as Ity_I32's
3506 // load hi,lo as Ity_I32's
3533 // load hi,lo as Ity_I32's
H A Dhost_x86_isel.c1922 HReg hi, lo; local
1924 iselInt64Expr( &hi, &lo, env, e->Iex.Unop.arg );
1926 addInstr(env, X86Instr_Alu32R(Xalu_OR,X86RMI_Reg(lo), tmp));
2299 to be shifted into %hi:%lo, and the shift amount into
2302 shldl %cl, %lo, %hi -- make %hi be right for the
2304 shll %cl, %lo -- make %lo be right for the
2313 cmovnz %lo, %hi
2315 cmovnz %tmp, %lo
2341 to be shifted into %hi:%lo, an
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1296 Addr lo, Addr hi )
1299 vg_assert(lo <= hi);
1303 && lo >= di->last_rx_map->avma
1310 && lo >= map->avma && hi < map->avma + map->size) {
1295 find_rx_mapping( struct _DebugInfo* di, Addr lo, Addr hi ) argument
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c1447 FT_UInt32 ah, al, mid, lo, hi; local
1460 lo = al * b;
1464 lo += mid;
1465 if ( lo < mid )
1468 mid = ( lo >> 14 ) | ( hi << 18 );
1481 FT_UInt32 l, lo; local
1488 lo = l + ( (FT_UInt32)m << 16 );
1489 hi = ( m >> 16 ) + ( (FT_Int32)l >> 31 ) + ( lo < l );
1493 l = lo + (FT_UInt32)s;
1494 hi += s + ( l < lo );
1513 FT_UInt32 l, lo1, lo2, lo; local
[all...]

Completed in 1074 milliseconds

1234567891011>>