Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dcrc32.ll34 define i32 @test_crc32ch(i32 %cur, i16 %next) {
35 ; CHECK-LABEL: test_crc32ch:
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-crc32.ll43 define i32 @test_crc32ch(i32 %cur, i16 %next) {
44 ; CHECK-LABEL: test_crc32ch:
/llvm-project-15.0.7/clang/test/CodeGen/
H A Darm_acle.c1410 uint32_t test_crc32ch(uint32_t a, uint16_t b) { in test_crc32ch() function