Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
Dcrc32.ll19 define i32 @test_crc32w(i32 %cur, i32 %next) {
20 ; CHECK-LABEL: test_crc32w:
/external/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll19 define i32 @test_crc32w(i32 %cur, i32 %next) {
20 ; CHECK-LABEL: test_crc32w:
/external/clang/test/CodeGen/
Darm_acle.c325 uint32_t test_crc32w(uint32_t a, uint32_t b) { in test_crc32w() function