| /src/crypto/external/apache2/openssl/dist/crypto/md4/ |
| md4_dgst.c | 49 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/apache2/openssl/dist/crypto/md5/ |
| md5_dgst.c | 49 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/apache2/openssl/dist/crypto/ripemd/ |
| rmd_dgst.c | 49 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl/dist/crypto/md4/ |
| md4_dgst.c | 49 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl/dist/crypto/md5/ |
| md5_dgst.c | 49 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl/dist/crypto/ripemd/ |
| rmd_dgst.c | 49 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/md4/ |
| md4_dgst.c | 43 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/md5/ |
| md5_dgst.c | 43 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ripemd/ |
| rmd_dgst.c | 43 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/apache2/openssl/dist/crypto/sha/ |
| sha_local.h | 147 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl/dist/crypto/sha/ |
| sha_local.h | 142 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/sha/ |
| sha_local.h | 141 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| DNSDigest.c | 1062 unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7,
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ppc-opc.c | 1526 /* The 2-bit P field in a MMA XX2-form instruction. This is split. */ 3938 /* The XB field in an XX2 or XX3 form instruction. This is split. */ 3970 /* The 2-bit M field in an AES XX2/XX3 form instruction. This is split. */ 3974 /* The UIM field in an XX2 form instruction. */ 4566 /* An XX2 form instruction. */ 4567 #define XX2(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1ff) << 2)) 4569 /* A XX2 form instruction with the VA bits specified. */ 4570 #define XX2VA(op, xop, vaop) (XX2(op,xop) | (((vaop) & 0x1f) << 16)) 4572 /* An XX2 form instruction with the M bits specified. */ 4574 (XX2 (op, xop) [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ppc-opc.c | 1526 /* The 2-bit P field in a MMA XX2-form instruction. This is split. */ 3937 /* The XB field in an XX2 or XX3 form instruction. This is split. */ 3969 /* The 2-bit M field in an AES XX2/XX3 form instruction. This is split. */ 3973 /* The UIM field in an XX2 form instruction. */ 4556 /* An XX2 form instruction. */ 4557 #define XX2(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1ff) << 2)) 4559 /* A XX2 form instruction with the VA bits specified. */ 4560 #define XX2VA(op, xop, vaop) (XX2(op,xop) | (((vaop) & 0x1f) << 16)) 4562 /* An XX2 form instruction with the M bits specified. */ 4564 (XX2 (op, xop) [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ppc-opc.c | 1480 /* The 2-bit P field in a MMA XX2-form instruction. This is split. */ 3859 /* The XB field in an XX2 or XX3 form instruction. This is split. */ 3891 /* The UIM field in an XX2 form instruction. */ 4466 /* An XX2 form instruction. */ 4467 #define XX2(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1ff) << 2)) 4469 /* A XX2 form instruction with the VA bits specified. */ 4470 #define XX2VA(op, xop, vaop) (XX2(op,xop) | (((vaop) & 0x1f) << 16)) 4525 /* The mask for an XX2 form instruction. */ 4526 #define XX2_MASK (XX2 (0x3f, 0x1ff) | (0x1f << 16)) 4528 /* The mask for an XX2 form instruction with the UIM bits specified. * [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ppc-opc.c | 1480 /* The 2-bit P field in a MMA XX2-form instruction. This is split. */ 3859 /* The XB field in an XX2 or XX3 form instruction. This is split. */ 3891 /* The UIM field in an XX2 form instruction. */ 4466 /* An XX2 form instruction. */ 4467 #define XX2(op, xop) (OP (op) | ((((uint64_t)(xop)) & 0x1ff) << 2)) 4469 /* A XX2 form instruction with the VA bits specified. */ 4470 #define XX2VA(op, xop, vaop) (XX2(op,xop) | (((vaop) & 0x1f) << 16)) 4525 /* The mask for an XX2 form instruction. */ 4526 #define XX2_MASK (XX2 (0x3f, 0x1ff) | (0x1f << 16)) 4528 /* The mask for an XX2 form instruction with the UIM bits specified. * [all...] |