Home
last modified time | relevance | path

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

/external/v8/src/codegen/s390/
Dmacro-assembler-s390.cc2106 int32_t lo_32 = static_cast<int32_t>(value); in mov() local
2109 iilf(dst, Operand(lo_32)); in mov()
3280 int32_t lo_32 = static_cast<int32_t>(value); in Load() local
3283 iilf(dst, Operand(lo_32)); in Load()
3499 uint32_t lo_32 = static_cast<uint32_t>(value); in LoadDoubleLiteral() local
3504 } else if (lo_32 == 0) { in LoadDoubleLiteral()
3509 iilf(scratch, Operand(lo_32)); in LoadDoubleLiteral()
Dassembler-s390.h1072 int32_t lo_32 = static_cast<int32_t>(value); in breakpoint() local
1075 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/codegen/ppc/
Dassembler-ppc.cc1285 int32_t lo_32 = static_cast<int32_t>(value); in bitwise_mov() local
1291 hi_word = static_cast<int>(((lo_32 >> 16) & 0xFFFF)); in bitwise_mov()
1292 lo_word = static_cast<int>(lo_32 & 0xFFFF); in bitwise_mov()