| ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=PPC64 |
| ; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-ibm-aix-xcoff -mcpu=pwr7 | FileCheck %s --check-prefix=PPC64 |
| define i32 @shl() nounwind { |
| define i32 @shl_reg(i32 %src1, i32 %src2) nounwind { |
| %shl = shl i32 %src1, %src2 |
| define i32 @lshr() nounwind { |
| define i32 @lshr_reg(i32 %src1, i32 %src2) nounwind { |
| %lshr = lshr i32 %src1, %src2 |
| define i32 @ashr() nounwind { |
| define i32 @ashr_reg(i32 %src1, i32 %src2) nounwind { |
| %ashr = ashr i32 %src1, %src2 |