Home
last modified time | relevance | path

Searched defs:crc32cx (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Exynos/
Dcrc.s9 crc32cx w0, w1, x2 label
10 crc32cx w0, w0, x3 label
/external/llvm-project/llvm/test/MC/AArch64/
Ddirectives-case_insensitive.s8 crc32cx w0, w1, x3 label
Ddirective-cpu.s16 crc32cx w0, w1, x3 label
Ddirective-arch_extension-negative.s8 crc32cx w0, w1, x3 label
Ddirective-arch_extension.s4 crc32cx w0, w1, x3 label
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc641 TEST(crc32cx) { in TEST() argument
Dtest-assembler-aarch64.cc12440 TEST(crc32cx) { in TEST() argument
/external/vixl/src/aarch64/
Dassembler-aarch64.cc887 void Assembler::crc32cx(const Register& wd, in crc32cx() function in vixl::aarch64::Assembler