Home
last modified time | relevance | path

Searched refs:crc32x (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll28 ; CHECK: crc32x w0, w0, x1
29 %val = call i32 @llvm.aarch64.crc32x(i32 %cur, i64 %next)
66 declare i32 @llvm.aarch64.crc32x(i32, i64)
/external/llvm/test/MC/AArch64/
Darm64-basic-a64-instructions.s6 crc32x w7, w9, x20
Dbasic-a64-instructions.s1502 crc32x w7, w9, x20
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-crc32.txt6 # CHECK: crc32x w7, w9, x20
Dbasic-a64-instructions.txt1048 # CHECK: crc32x w7, w9, x20
/external/llvm/test/CodeGen/ARM/
Dcrc32.ll53 declare i32 @llvm.arm.crc32x(i32, i64)
/external/vixl/test/
Dtest-disasm-a64.cc612 TEST(crc32x) { in TEST() argument
615 COMPARE(crc32x(w3, w4, x5), "crc32x w3, w4, x5"); in TEST()
616 COMPARE(crc32x(w4, w15, x25), "crc32x w4, w15, x25"); in TEST()
617 COMPARE(crc32x(w14, w14, x30), "crc32x w14, w14, x30"); in TEST()
Dtest-assembler-a64.cc20902 TEST(crc32x) { in TEST() argument
/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h2847 crc32x(rd, rn, rm); in Crc32x()
Dassembler-a64.h1630 void crc32x(const Register& rd,
Dassembler-a64.cc1255 void Assembler::crc32x(const Register& rd, in crc32x() function in vixl::Assembler
/external/vixl/doc/
Dsupported-instructions.md390 void crc32x(const Register& rd,
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td756 def CRC32Xrr : BaseCRC32<1, 0b11, 0, GPR64, int_aarch64_crc32x, "crc32x">;