Home
last modified time | relevance | path

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

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