Lines Matching full:next
3 define i32 @test_crc32b(i32 %cur, i8 %next) {
6 %bits = zext i8 %next to i32
11 define i32 @test_crc32h(i32 %cur, i16 %next) {
14 %bits = zext i16 %next to i32
19 define i32 @test_crc32w(i32 %cur, i32 %next) {
22 %val = call i32 @llvm.arm.crc32w(i32 %cur, i32 %next)
26 define i32 @test_crc32cb(i32 %cur, i8 %next) {
29 %bits = zext i8 %next to i32
34 define i32 @test_crc32ch(i32 %cur, i16 %next) {
37 %bits = zext i16 %next to i32
42 define i32 @test_crc32cw(i32 %cur, i32 %next) {
45 %val = call i32 @llvm.arm.crc32cw(i32 %cur, i32 %next)