Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Dcrc32.ll42 define i32 @test_crc32cw(i32 %cur, i32 %next) {
43 ; CHECK-LABEL: test_crc32cw:
/external/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll49 define i32 @test_crc32cw(i32 %cur, i32 %next) {
50 ; CHECK-LABEL: test_crc32cw:
/external/clang/test/CodeGen/
Darm_acle.c354 uint32_t test_crc32cw(uint32_t a, uint32_t b) { in test_crc32cw() function