Home
last modified time | relevance | path

Searched refs:sm4 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAArch64TargetParser.def55 AARCH64_ARCH_EXT_NAME("sm4", AArch64::AEK_SM4, "+sm4", "-sm4")
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
Ddirective-cpu.s39 .cpu generic+sm4
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Darmv8.2a-crypto.txt1 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.4a,+crypto,+sm4,+sha3 --disassemble < %s |…
2 # RUN: llvm-mc -triple aarch64-none-linux-gnu -mattr=+v8.4a,-crypto,-sm4,-sha3 --disassemble < %s 2…
/external/eigen/bench/
Dsparse_product.cpp104 EigenSparseMatrix sm1(rows,cols), sm2(rows,cols), sm3(rows,cols), sm4(rows,cols); in main() local
/external/eigen/doc/
DTutorialSparse.dox246 sm4 = sm1 + sm2 + sm3;
249 On the other hand, there is no restriction on the target matrix sm4.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64.td30 "sm4", "HasSM4", "true",
DAArch64InstrInfo.td32 AssemblerPredicate<"FeatureSM4", "sm4">;
/external/hyphenation-patterns/ga/
Dhyph-ga.pat.txt488 .sm4
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc144 { "sm4", "Enable SM3 and SM4 support", { AArch64::FeatureSM4 }, { AArch64::FeatureNEON } },
DAArch64GenAsmMatcher.inc1170 case Feature_HasSM4: return "sm4";