Searched refs:high_bits (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/ |
D | hash.h | 55 size_t high_bits = in HashInts32() local 57 return high_bits; in HashInts32() 90 size_t high_bits = in HashInts64() local 92 return high_bits; in HashInts64()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vadd.ll | 811 %high_bits = lshr <8 x i16> %sum, <i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8> 812 %narrowed = trunc <8 x i16> %high_bits to <8 x i8> 822 %high_bits = lshr <4 x i32> %sum, <i32 16, i32 16, i32 16, i32 16> 823 %narrowed = trunc <4 x i32> %high_bits to <4 x i16> 833 %high_bits = lshr <2 x i64> %sum, <i64 32, i64 32> 834 %narrowed = trunc <2 x i64> %high_bits to <2 x i32> 844 %high_bits = lshr <8 x i16> %sum, <i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8> 845 %narrowed = trunc <8 x i16> %high_bits to <8 x i8> 856 %high_bits = lshr <4 x i32> %sum, <i32 16, i32 16, i32 16, i32 16> 857 %narrowed = trunc <4 x i32> %high_bits to <4 x i16> [all …]
|
/external/python/cpython2/Lib/ |
D | pickle.py | 457 high_bits = obj >> 31 # note that Python shift sign-extends 458 if high_bits == 0 or high_bits == -1:
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 2463 int32_t high_bits = product >> 32; in DecodeTwoByte() local 2464 r1_val = high_bits; in DecodeTwoByte() 2466 set_low_register(r1, high_bits); in DecodeTwoByte() 3497 int32_t high_bits = product >> 32; in DecodeFourByteArithmetic() local 3499 set_low_register(r1, high_bits); in DecodeFourByteArithmetic() 6695 int32_t high_bits = product >> 32; in EVALUATE() local 6696 r1_val = high_bits; in EVALUATE() 6698 set_low_register(r1, high_bits); in EVALUATE() 7065 int32_t high_bits = product >> 32; in EVALUATE() local 7066 r1_val = high_bits; in EVALUATE() [all …]
|