Home
last modified time | relevance | path

Searched refs:shift5 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Daddsub-shifted.ll41 %shift5 = shl i64 %rhs5, 18
42 %val5 = add i64 %lhs64, %shift5
104 %shift5 = lshr i64 %rhs64, 18
105 %val5 = add i64 %lhs64, %shift5
163 %shift5 = ashr i64 %rhs64, 18
164 %val5 = add i64 %lhs64, %shift5
224 %shift5 = lshr i64 %rhs64, 20
225 %tst5 = icmp ne i64 %lhs64, %shift5
281 %shift5 = lshr i64 %rhs64, 20
282 %val5 = sub i64 0, %shift5
Dbitfield.ll102 %shift5 = lshr i64 %val64, 8
103 store volatile i64 %shift5, i64* @var64
/external/llvm/test/CodeGen/AArch64/
Daddsub-shifted.ll41 %shift5 = shl i64 %rhs5, 18
42 %val5 = add i64 %lhs64, %shift5
104 %shift5 = lshr i64 %rhs64, 18
105 %val5 = add i64 %lhs64, %shift5
163 %shift5 = ashr i64 %rhs64, 18
164 %val5 = add i64 %lhs64, %shift5
224 %shift5 = lshr i64 %rhs64, 20
225 %tst5 = icmp ne i64 %lhs64, %shift5
281 %shift5 = lshr i64 %rhs64, 20
282 %val5 = sub i64 0, %shift5
Dbitfield.ll102 %shift5 = lshr i64 %val64, 8
103 store volatile i64 %shift5, i64* @var64
/external/swiftshader/third_party/LLVM/test/Transforms/InstSimplify/
Dexact-nsw-nuw.ll38 ; CHECK: @shift5
40 define i32 @shift5(i32 %A, i32 %B) {
/external/llvm/test/Transforms/InstSimplify/
Dexact-nsw-nuw.ll38 ; CHECK-LABEL: @shift5(
40 define i32 @shift5(i32 %A, i32 %B) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dexact-nsw-nuw.ll43 define i32 @shift5(i32 %A, i32 %B) {
44 ; CHECK-LABEL: @shift5(
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c364 uint16x8_t shift5 = vec_splat_u16(5); in vpx_round_store8x8_vsx() local
367 PIXEL_ADD(in[0], d_u0, add, shift5); in vpx_round_store8x8_vsx()
368 PIXEL_ADD(in[1], d_u1, add, shift5); in vpx_round_store8x8_vsx()
369 PIXEL_ADD(in[2], d_u2, add, shift5); in vpx_round_store8x8_vsx()
370 PIXEL_ADD(in[3], d_u3, add, shift5); in vpx_round_store8x8_vsx()
371 PIXEL_ADD(in[4], d_u4, add, shift5); in vpx_round_store8x8_vsx()
372 PIXEL_ADD(in[5], d_u5, add, shift5); in vpx_round_store8x8_vsx()
373 PIXEL_ADD(in[6], d_u6, add, shift5); in vpx_round_store8x8_vsx()
374 PIXEL_ADD(in[7], d_u7, add, shift5); in vpx_round_store8x8_vsx()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SROA/
Dbig-endian.ll124 ; CHECK-NEXT: %[[shift5:.*]] = shl i56 %[[ext5]], 40
126 ; CHECK-NEXT: %[[insert5:.*]] = or i56 %[[mask5]], %[[shift5]]