Searched refs:SM2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DCuda.cpp68 #define SM2(sm, ca) \ macro
70 #define SM(sm) SM2(sm, "compute_" #sm)
76 SM2(20, "compute_20"), SM2(21, "compute_20"), // Fermi
116 #undef SM2 macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drl78-decode.c131 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro
2266 ID(add); DR(A); SM2(HL, B, 0); Fzac;
2281 ID(add); DR(A); SM2(HL, C, 0); Fzac;
2390 ID(addc); DR(A); SM2(HL, B, 0); Fzac;
2405 ID(addc); DR(A); SM2(HL, C, 0); Fzac;
2421 ID(sub); DR(A); SM2(HL, B, 0); Fzac;
2436 ID(sub); DR(A); SM2(HL, C, 0); Fzac;
2466 ID(xch); DR(A); SM2(HL, C, 0);
2571 ID(subc); DR(A); SM2(HL, B, 0); Fzac;
2586 ID(subc); DR(A); SM2(H
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drl78-decode.c131 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro
2266 ID(add); DR(A); SM2(HL, B, 0); Fzac;
2281 ID(add); DR(A); SM2(HL, C, 0); Fzac;
2390 ID(addc); DR(A); SM2(HL, B, 0); Fzac;
2405 ID(addc); DR(A); SM2(HL, C, 0); Fzac;
2421 ID(sub); DR(A); SM2(HL, B, 0); Fzac;
2436 ID(sub); DR(A); SM2(HL, C, 0); Fzac;
2466 ID(xch); DR(A); SM2(HL, C, 0);
2571 ID(subc); DR(A); SM2(HL, B, 0); Fzac;
2586 ID(subc); DR(A); SM2(H
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drl78-decode.c131 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro
2266 ID(add); DR(A); SM2(HL, B, 0); Fzac;
2281 ID(add); DR(A); SM2(HL, C, 0); Fzac;
2390 ID(addc); DR(A); SM2(HL, B, 0); Fzac;
2405 ID(addc); DR(A); SM2(HL, C, 0); Fzac;
2421 ID(sub); DR(A); SM2(HL, B, 0); Fzac;
2436 ID(sub); DR(A); SM2(HL, C, 0); Fzac;
2466 ID(xch); DR(A); SM2(HL, C, 0);
2571 ID(subc); DR(A); SM2(HL, B, 0); Fzac;
2586 ID(subc); DR(A); SM2(H
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drl78-decode.c131 #define SM2(r1,r2,a) OPX (1, RL78_Operand_Indirect, RL78_Reg_##r1, RL78_Reg_##r2, a) macro
2266 ID(add); DR(A); SM2(HL, B, 0); Fzac;
2281 ID(add); DR(A); SM2(HL, C, 0); Fzac;
2390 ID(addc); DR(A); SM2(HL, B, 0); Fzac;
2405 ID(addc); DR(A); SM2(HL, C, 0); Fzac;
2421 ID(sub); DR(A); SM2(HL, B, 0); Fzac;
2436 ID(sub); DR(A); SM2(HL, C, 0); Fzac;
2466 ID(xch); DR(A); SM2(HL, C, 0);
2571 ID(subc); DR(A); SM2(HL, B, 0); Fzac;
2586 ID(subc); DR(A); SM2(H
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2any.c744 * Albeit SM2 is a slightly different algorithm than ECDSA, the key type
748 * This leaves the distinction of SM2 keys to the EC group (which is found
752 # define sm2_input_type "SM2"
753 # define sm2_pem_type "SM2"
1457 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, der);
1458 MAKE_ENCODER(sm2, ec, EVP_PKEY_EC, SM2, pem);

Completed in 291 milliseconds