Searched refs:hi_32 (Results 1 – 6 of 6) sorted by relevance
/external/netperf/src/ |
D | netcpu_pstat.c | 83 hi_32(&res[i]), in get_cpu_idle() 192 hi_32(&firstcnt[j]), in calibrate_idle_rate() 195 hi_32(&secondcnt[j]), in calibrate_idle_rate()
|
D | netlib.c | 2977 hi_32(big_int) in hi_32() function
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | shift-i64-opts.ll | 5 ; lshr (i64 x), c: c > 32 => reg_sequence lshr (i32 hi_32(x)), (c - 32), 0
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 3213 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in mov() local 3216 iihf(dst, Operand(hi_32)); in mov() 4328 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in Load() local 4331 iihf(dst, Operand(hi_32)); in Load() 4531 uint32_t hi_32 = value >> 32; in LoadDoubleLiteral() local 4538 llihf(scratch, Operand(hi_32)); in LoadDoubleLiteral() 4541 iihf(scratch, Operand(hi_32)); in LoadDoubleLiteral()
|
D | assembler-s390.h | 829 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in breakpoint() local 832 iihf(r1, Operand(hi_32)); in breakpoint()
|
/external/v8/src/ppc/ |
D | assembler-ppc.cc | 1739 int32_t hi_32 = static_cast<int32_t>(value >> 32); in bitwise_mov() local 1741 int hi_word = static_cast<int>(hi_32 >> 16); in bitwise_mov() 1742 int lo_word = static_cast<int>(hi_32 & 0xffff); in bitwise_mov()
|