Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Dcrc32.ll26 define i32 @test_crc32cb(i32 %cur, i8 %next) {
27 ; CHECK-LABEL: test_crc32cb:
/external/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll33 define i32 @test_crc32cb(i32 %cur, i8 %next) {
34 ; CHECK-LABEL: test_crc32cb:
/external/clang/test/CodeGen/
Darm_acle.c340 uint32_t test_crc32cb(uint32_t a, uint8_t b) { in test_crc32cb() function