Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Dcrc32.ll11 define i32 @test_crc32h(i32 %cur, i16 %next) {
12 ; CHECK-LABEL: test_crc32h:
/external/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll11 define i32 @test_crc32h(i32 %cur, i16 %next) {
12 ; CHECK-LABEL: test_crc32h:
/external/clang/test/CodeGen/
Darm_acle.c318 uint32_t test_crc32h(uint32_t a, uint16_t b) { in test_crc32h() function