Home
last modified time | relevance | path

Searched refs:hi_32 (Results 1 – 6 of 6) sorted by relevance

/external/netperf/src/
Dnetcpu_pstat.c83 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()
Dnetlib.c2977 hi_32(big_int) in hi_32() function
/external/llvm/test/CodeGen/AMDGPU/
Dshift-i64-opts.ll5 ; lshr (i64 x), c: c > 32 => reg_sequence lshr (i32 hi_32(x)), (c - 32), 0
/external/v8/src/s390/
Dmacro-assembler-s390.cc3213 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()
Dassembler-s390.h829 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/
Dassembler-ppc.cc1739 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()