HomeSort by relevance Sort by last modified time
    Searched refs:EM (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/llvm/test/MC/ARM/
thumb2-dsp-diag.s 2 @ RUN: llvm-mc -triple=thumbv7em -show-encoding < %s | FileCheck --check-prefix=CHECK-7EM %s
14 @ CHECK-7EM: sxtab r0, r0, r0 @ encoding: [0x40,0xfa,0x80,0xf0]
15 @ CHECK-7EM: sxtah r0, r0, r0 @ encoding: [0x00,0xfa,0x80,0xf0]
16 @ CHECK-7EM: sxtab16 r0, r0, r0 @ encoding: [0x20,0xfa,0x80,0xf0]
17 @ CHECK-7EM: sxtb16 r0, r0 @ encoding: [0x2f,0xfa,0x80,0xf0]
18 @ CHECK-7EM: sxtb16 r0, r0, ror #8 @ encoding: [0x2f,0xfa,0x90,0xf0]
30 @ CHECK-7EM: uxtab r0, r0, r0 @ encoding: [0x50,0xfa,0x80,0xf0]
31 @ CHECK-7EM: uxtah r0, r0, r0 @ encoding: [0x10,0xfa,0x80,0xf0]
32 @ CHECK-7EM: uxtab16 r0, r0, r0 @ encoding: [0x30,0xfa,0x80,0xf0]
33 @ CHECK-7EM: uxtb16 r0, r0 @ encoding: [0x3f,0xfa,0x80,0xf0
    [all...]
  /external/boringssl/src/decrepit/rsa/
rsa_decrepit.c 88 int RSA_padding_add_PKCS1_PSS(RSA *rsa, uint8_t *EM, const uint8_t *mHash,
90 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen);
94 const uint8_t *EM, int sLen) {
95 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen);
  /external/llvm/lib/Target/Hexagon/
RDFCopy.h 33 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM);
47 void recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM);
RDFCopy.cpp 29 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) {
54 EM.insert(std::make_pair(DstR, SrcR));
68 EM.insert(std::make_pair(DR, SR));
77 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) {
78 CopyMap.insert(std::make_pair(SA.Id, EM));
81 for (auto I : EM) {
125 EqualityMap EM;
126 if (interpretAsCopy(SA.Addr->getCode(), EM))
127 recordCopy(SA, EM);
181 EqualityMap &EM = FS->second
    [all...]
HexagonRDFOpt.cpp 82 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override;
97 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) {
98 auto mapRegs = [MI,&EM] (RegisterRef DstR, RegisterRef SrcR) -> void {
99 EM.insert(std::make_pair(DstR, SrcR));
130 return CopyPropagation::interpretAsCopy(MI, EM);
  /toolchain/binutils/binutils-2.25/gold/
binary.h 46 Binary_to_elf(elfcpp::EM machine, int size, bool big_endian,
102 elfcpp::EM elf_machine_;
  /external/libgsm/src/
rpe.c 129 longword EM; /* xxx should be L_EM? */
134 EM = 0;
151 * if (L_result > EM) {
153 * EM = L_result;
174 EM = L_result;
184 if (L_result > EM) {
186 EM = L_result;
197 if (L_result > EM) {
199 EM = L_result;
207 if (L_result > EM) {
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rsa/
padding.c 485 const uint8_t *EM, int sLen) {
517 if (EM[0] & (0xFF << MSBits)) {
522 EM++;
530 if (EM[emLen - 1] != 0xbc) {
535 H = EM + maskedDBLen;
545 DB[i] ^= EM[i];
582 int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, unsigned char *EM,
606 *EM++ = 0;
647 H = EM + maskedDBLen;
662 if (!PKCS1_MGF1(EM, maskedDBLen, H, hLen, mgf1Hash))
    [all...]
  /external/spirv-llvm/lib/SPIRV/
TransOCLMD.cpp 149 auto EM = B.addNamedMD(kSPIRVMD::ExecutionMode);
175 EM.addOp()
191 EM.addOp()
199 EM.addOp()
205 EM.addOp()
  /external/deqp/executor/
xeXMLWriter.cpp 68 case 25: return "&lt;EM&gt;";
  /external/boringssl/src/include/openssl/
rsa.h 344 /* RSA_verify_PKCS1_PSS_mgf1 verifies that |EM| is a correct PSS padding of
345 * |mHash|, where |mHash| is a digest produced by |Hash|. |EM| must point to
361 const uint8_t *EM, int sLen);
363 /* RSA_padding_add_PKCS1_PSS_mgf1 writes a PSS padding of |mHash| to |EM|,
365 * output will be written to |EM|. The |mgf1Hash| argument specifies the hash
369 * is maximal given the space in |EM|.
375 OPENSSL_EXPORT int RSA_padding_add_PKCS1_PSS_mgf1(RSA *rsa, uint8_t *EM,
543 OPENSSL_EXPORT int RSA_padding_add_PKCS1_PSS(RSA *rsa, uint8_t *EM,
553 const EVP_MD *Hash, const uint8_t *EM,
  /external/icu/icu4c/source/test/testdata/break_rules/
line.txt 31 EM = [:LineBreak = EM:];
155 LB22.3: (ID | EB | EM) CM* IN;
162 LB23a.1: PR CM* (ID | EB | EM);
163 LB23a.2: (ID | EB | EM) CM* PO;
195 LB30b: EB CM* EM;
line_loose.txt 38 EM = [:LineBreak = EM:];
163 LB22.3: (ID | EB | EM) CM* IN;
170 LB23a.1: PR CM* (ID | EB | EM);
171 LB23a.2: (ID | EB | EM) CM* PO;
203 LB30b: EB CM* EM;
line_loose_cj.txt 52 EM = [:LineBreak = EM:];
183 LB22.3: (ID | EB | EM) CM* IN;
190 LB23a.1: PR CM* (ID | EB | EM);
191 LB23a.2: (ID | EB | EM) CM* PO;
224 LB30b: EB CM* EM;
line_normal.txt 45 EM = [:LineBreak = EM:];
169 LB22.3: (ID | EB | EM) CM* IN;
176 LB23a.1: PR CM* (ID | EB | EM);
177 LB23a.2: (ID | EB | EM) CM* PO;
209 LB30b: EB CM* EM;
line_normal_cj.txt 46 EM = [:LineBreak = EM:];
178 LB22.3: (ID | EB | EM) CM* IN;
185 LB23a.1: PR CM* (ID | EB | EM);
186 LB23a.2: (ID | EB | EM) CM* PO;
218 LB30b: EB CM* EM;
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c 245 #define Em { OP_E, m_mode }
355 #define EM { OP_EM, v_mode }
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 328 public static final byte EM = 25;
  /external/python/cpython2/Lib/curses/
ascii.py 30 EM = 0x19 # ^Y
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
ascii.py 30 EM = 0x19 # ^Y
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
ascii.py 30 EM = 0x19 # ^Y
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 30 EM = 0x19 # ^Y
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 30 EM = 0x19 # ^Y
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 86 Binary_to_elf binary(static_cast<elfcpp::EM>(0xffff), size, big_endian,
testfile.cc 92 static_cast<elfcpp::EM>(0xffff), // machine_code

Completed in 830 milliseconds

1 2 3 4 5 6 7