1 ; RUN: llc -march=sparc -mcpu=v7 -O0 < %s | FileCheck %s
3 define i32 @test_mul32(i32 %a, i32 %b) #0 {
4 ; CHECK-LABEL: test_mul32
10 define i16 @test_mul16(i16 %a, i16 %b) #0 {
11 ; CHECK-LABEL: test_mul16
17 define i8 @test_mul8(i8 %a, i8 %b) #0 {
18 ; CHECK-LABEL: test_mul8
24 define i32 @test_sdiv32(i32 %a, i32 %b) #0 {
25 ; CHECK-LABEL: test_sdiv32
31 define i16 @test_sdiv16(i16 %a, i16 %b) #0 {
32 ; CHECK-LABEL: test_sdiv16
38 define i8 @test_sdiv8(i8 %a, i8 %b) #0 {
39 ; CHECK-LABEL: test_sdiv8
45 define i32 @test_udiv32(i32 %a, i32 %b) #0 {
46 ; CHECK-LABEL: test_udiv32
52 define i16 @test_udiv16(i16 %a, i16 %b) #0 {
53 ; CHECK-LABEL: test_udiv16
59 define i8 @test_udiv8(i8 %a, i8 %b) #0 {
60 ; CHECK-LABEL: test_udiv8
66 define i32 @test_srem32(i32 %a, i32 %b) #0 {
67 ; CHECK-LABEL: test_srem32
73 define i16 @test_srem16(i16 %a, i16 %b) #0 {
74 ; CHECK-LABEL: test_srem16
80 define i8 @test_srem8(i8 %a, i8 %b) #0 {
81 ; CHECK-LABEL: test_srem8
87 define i32 @test_urem32(i32 %a, i32 %b) #0 {
88 ; CHECK-LABEL: test_urem32
94 define i16 @test_urem16(i16 %a, i16 %b) #0 {
95 ; CHECK-LABEL: test_urem16
101 define i8 @test_urem8(i8 %a, i8 %b) #0 {
102 ; CHECK-LABEL: test_urem8