Searched refs:hi_32 (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 2095 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in mov() local 2098 iihf(dst, Operand(hi_32)); in mov() 3263 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in Load() local 3266 iihf(dst, Operand(hi_32)); in Load() 3476 uint32_t hi_32 = value >> 32; in LoadDoubleLiteral() local 3483 llihf(scratch, Operand(hi_32)); in LoadDoubleLiteral() 3486 iihf(scratch, Operand(hi_32)); in LoadDoubleLiteral()
|
D | assembler-s390.h | 1392 int32_t hi_32 = static_cast<int64_t>(value) >> 32; in breakpoint() local 1395 iihf(r1, Operand(hi_32)); in breakpoint()
|
/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/swiftshader/third_party/llvm-7.0/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/ppc/ |
D | assembler-ppc.cc | 1402 int32_t hi_32 = static_cast<int32_t>(value >> 32); in bitwise_mov() local 1404 int hi_word = static_cast<int>(hi_32 >> 16); in bitwise_mov() 1405 int lo_word = static_cast<int>(hi_32 & 0xFFFF); in bitwise_mov()
|