Home
last modified time | relevance | path

Searched refs:test_crc32b (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcrc32.ll3 define i32 @test_crc32b(i32 %cur, i8 %next) {
4 ; CHECK-LABEL: test_crc32b:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-crc32.ll5 define i32 @test_crc32b(i32 %cur, i8 %next) {
6 ; CHECK-LABEL: test_crc32b:
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm_acle.c1330 uint32_t test_crc32b(uint32_t a, uint8_t b) { in test_crc32b() function