Lines Matching refs:cur
3 define i32 @test_crc32b(i32 %cur, i8 %next) {
7 %val = call i32 @llvm.arm.crc32b(i32 %cur, i32 %bits)
11 define i32 @test_crc32h(i32 %cur, i16 %next) {
15 %val = call i32 @llvm.arm.crc32h(i32 %cur, i32 %bits)
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) {
30 %val = call i32 @llvm.arm.crc32cb(i32 %cur, i32 %bits)
34 define i32 @test_crc32ch(i32 %cur, i16 %next) {
38 %val = call i32 @llvm.arm.crc32ch(i32 %cur, i32 %bits)
42 define i32 @test_crc32cw(i32 %cur, i32 %next) {
45 %val = call i32 @llvm.arm.crc32cw(i32 %cur, i32 %next)