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/libvorbis/doc/ |
D | 08-residue.tex | 196 2) [high_bits] = 0 199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer 200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 2443 int32_t high_bits = product >> 32; in DecodeTwoByte() local 2444 r1_val = high_bits; in DecodeTwoByte() 2446 set_low_register(r1, high_bits); in DecodeTwoByte() 3477 int32_t high_bits = product >> 32; in DecodeFourByteArithmetic() local 3479 set_low_register(r1, high_bits); in DecodeFourByteArithmetic() 6585 int32_t high_bits = product >> 32; in EVALUATE() local 6586 r1_val = high_bits; in EVALUATE() 6588 set_low_register(r1, high_bits); in EVALUATE() 6955 int32_t high_bits = product >> 32; in EVALUATE() local 6956 r1_val = high_bits; in EVALUATE() [all …]
|