Home
last modified time | relevance | path

Searched refs:crc32cx (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/test/MC/AArch64/
Ddirective-cpu.s25 crc32cx w0, w1, x3
29 crc32cx w0, w1, x3
Dcyclone-crc.s19 crc32cx w19, w23, x29
27 CHECK: crc32cx w19, w23, x29
Darm64-basic-a64-instructions.s10 crc32cx w18, w16, xzr
Dbasic-a64-instructions.s1506 crc32cx w18, w16, xzr
/external/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll58 ; CHECK: crc32cx w0, w0, x1
59 %val = call i32 @llvm.aarch64.crc32cx(i32 %cur, i64 %next)
71 declare i32 @llvm.aarch64.crc32cx(i32, i64)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-crc32.ll59 ; CHECK: crc32cx w0, w0, x1
60 %val = call i32 @llvm.aarch64.crc32cx(i32 %cur, i64 %next)
72 declare i32 @llvm.aarch64.crc32cx(i32, i64)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Darm64-basic-a64-instructions.s10 crc32cx w18, w16, xzr
Dcrc.s36 crc32cx w19, w23, x29
Ddirective-cpu.s16 crc32cx w0, w1, x3 label
Ddirective-cpu-err.s24 crc32cx w0, w1, x3
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darm64-crc32.txt10 # CHECK: crc32cx w18, w16, xzr
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-crc32.txt10 # CHECK: crc32cx w18, w16, xzr
Dbasic-a64-instructions.txt1052 # CHECK: crc32cx w18, w16, xzr
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dcrc32.ll58 declare i32 @llvm.arm.crc32cx(i32, i64)
/external/llvm/test/CodeGen/ARM/
Dcrc32.ll58 declare i32 @llvm.arm.crc32cx(i32, i64)
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc726 TEST(crc32cx) { in TEST() argument
729 COMPARE(crc32cx(w7, w8, x9), "crc32cx w7, w8, x9"); in TEST()
730 COMPARE(crc32cx(w8, w19, x29), "crc32cx w8, w19, x29"); in TEST()
731 COMPARE(crc32cx(w18, w18, x4), "crc32cx w18, w18, x4"); in TEST()
Dtest-cpu-features-aarch64.cc2775 TEST_CRC32(crc32cx_0, crc32cx(w0, w1, x2))
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs577 0x12,0x5e,0xdf,0x9a = crc32cx w18, w16, xzr
/external/vixl/src/aarch64/
Dassembler-aarch64.h941 void crc32cx(const Register& wd, const Register& wn, const Register& xm);
Dmacro-assembler-aarch64.h3251 crc32cx(rd, rn, rm); in Crc32cx()
Dassembler-aarch64.cc868 void Assembler::crc32cx(const Register& wd, in crc32cx() function in vixl::aarch64::Assembler
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md339 void crc32cx(const Register& wd, const Register& wn, const Register& xm)
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td809 def CRC32CXrr : BaseCRC32<1, 0b11, 1, GPR64, int_aarch64_crc32cx, "crc32cx">;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td1008 def CRC32CXrr : BaseCRC32<1, 0b11, 1, GPR64, int_aarch64_crc32cx, "crc32cx">;
/external/swiftshader/third_party/llvm-7.0/configs/common/include/llvm/IR/
DIntrinsicEnums.inc204 aarch64_crc32cx, // llvm.aarch64.crc32cx

12