Searched refs:sm4 (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | AArch64TargetParser.def | 55 AARCH64_ARCH_EXT_NAME("sm4", AArch64::AEK_SM4, "+sm4", "-sm4")
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | directive-cpu.s | 39 .cpu generic+sm4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.2a-crypto.txt | 1 # 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/ |
D | sparse_product.cpp | 104 EigenSparseMatrix sm1(rows,cols), sm2(rows,cols), sm3(rows,cols), sm4(rows,cols); in main() local
|
/external/eigen/doc/ |
D | TutorialSparse.dox | 246 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/ |
D | AArch64.td | 30 "sm4", "HasSM4", "true",
|
D | AArch64InstrInfo.td | 32 AssemblerPredicate<"FeatureSM4", "sm4">;
|
/external/hyphenation-patterns/ga/ |
D | hyph-ga.pat.txt | 488 .sm4
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 144 { "sm4", "Enable SM3 and SM4 support", { AArch64::FeatureSM4 }, { AArch64::FeatureNEON } },
|
D | AArch64GenAsmMatcher.inc | 1170 case Feature_HasSM4: return "sm4";
|