Home
last modified time | relevance | path

Searched refs:lo_32 (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/s390/
Dmacro-assembler-s390.cc2096 int32_t lo_32 = static_cast<int32_t>(value); in mov() local
2099 iilf(dst, Operand(lo_32)); in mov()
3264 int32_t lo_32 = static_cast<int32_t>(value); in Load() local
3267 iilf(dst, Operand(lo_32)); in Load()
3477 uint32_t lo_32 = static_cast<uint32_t>(value); in LoadDoubleLiteral() local
3482 } else if (lo_32 == 0) { in LoadDoubleLiteral()
3487 iilf(scratch, Operand(lo_32)); in LoadDoubleLiteral()
Dassembler-s390.h1393 int32_t lo_32 = static_cast<int32_t>(value); in breakpoint() local
1396 iilf(r1, Operand(lo_32)); in breakpoint()
/external/llvm/test/CodeGen/AMDGPU/
Dshift-i64-opts.ll69 ; lshl (i64 x), c: c > 32 => reg_sequence lshl 0, (i32 lo_32(x)), (c - 32)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dshift-i64-opts.ll69 ; lshl (i64 x), c: c > 32 => reg_sequence lshl 0, (i32 lo_32(x)), (c - 32)
/external/v8/src/ppc/
Dassembler-ppc.cc1403 int32_t lo_32 = static_cast<int32_t>(value); in bitwise_mov() local
1409 hi_word = static_cast<int>(((lo_32 >> 16) & 0xFFFF)); in bitwise_mov()
1410 lo_word = static_cast<int>(lo_32 & 0xFFFF); in bitwise_mov()