HomeSort by relevance Sort by last modified time
    Searched defs:OP (Results 26 - 50 of 89) sorted by null

12 3 4

  /toolchain/binutils/binutils-2.25/opcodes/
m32r-opc.c 210 #define OPERAND(op) M32R_OPERAND_##op
212 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
225 { { MNEM, ' ', OP (DR), ',', OP (SR), 0 } },
231 { { MNEM, ' ', OP (DR), ',', OP (SR), ',', OP (HASH), OP (SLO16), 0 } },
237 { { MNEM, ' ', OP (DR), ',', OP (SR), 0 } }
    [all...]
or1k-opc.c 173 #define OPERAND(op) OR1K_OPERAND_##op
175 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
188 { { MNEM, ' ', OP (DISP26), 0 } },
194 { { MNEM, ' ', OP (DISP26), 0 } },
200 { { MNEM, ' ', OP (RB), 0 } },
206 { { MNEM, ' ', OP (RB), 0 } },
212 { { MNEM, ' ', OP (DISP26), 0 } },
218 { { MNEM, ' ', OP (DISP26), 0 } },
224 { { MNEM, ' ', OP (UIMM16), 0 } }
    [all...]
xc16x-opc.c 302 #define OPERAND(op) XC16X_OPERAND_##op
304 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
317 { { MNEM, ' ', OP (REG8), ',', OP (POF), OP (UPOF16), 0 } },
323 { { MNEM, ' ', OP (REG8), ',', OP (POF), OP (UPOF16), 0 } },
329 { { MNEM, ' ', OP (REGB8), ',', OP (POF), OP (UPOF16), 0 } }
    [all...]
xstormy16-opc.c 163 #define OPERAND(op) XSTORMY16_OPERAND_##op
165 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
178 { { MNEM, OP (WS2), ' ', OP (LMEM8), ',', '#', OP (IMM16), 0 } },
184 { { MNEM, OP (WS2), ' ', OP (HMEM8), ',', '#', OP (IMM16), 0 } },
190 { { MNEM, OP (WS2), ' ', OP (RM), ',', OP (LMEM8), 0 } }
    [all...]
ip2k-opc.c 128 #define OPERAND(op) IP2K_OPERAND_##op
130 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
143 { { MNEM, ' ', OP (ADDR16CJP), 0 } },
149 { { MNEM, ' ', OP (ADDR16CJP), 0 } },
155 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
161 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
167 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } }
    [all...]
mt-opc.c 259 #define OPERAND(op) MT_OPERAND_##op
261 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
274 { { MNEM, ' ', OP (FRDRRR), ',', OP (FRSR1), ',', OP (FRSR2), 0 } },
280 { { MNEM, ' ', OP (FRDRRR), ',', OP (FRSR1), ',', OP (FRSR2), 0 } },
286 { { MNEM, ' ', OP (FRDR), ',', OP (FRSR1), ',', '#', OP (IMM16), 0 } }
    [all...]
pdp11-dis.c 212 #define OP pdp11_opcodes[i]
213 if ((opcode & OP.mask) == OP.opcode)
214 switch (OP.type)
217 FPRINTF (F, "%s", OP.name);
220 FPRINTF (F, "%s", OP.name);
225 FPRINTF (F, "%s", OP.name);
227 if (strcmp (OP.name, "jmp") == 0)
233 FPRINTF (F, "%s", OP.name);
235 if (strcmp (OP.name, "jmp") == 0
    [all...]
  /external/eigen/blas/
common.h 41 #define OP(X) ( ((X)=='N' || (X)=='n') ? NOTR \
59 inline bool check_op(const char* op)
61 return OP(*op)!=0xff;
  /external/elfutils/lib/
md5.c 321 #define OP(a, b, c, d, s, T) \
342 OP (A, B, C, D, 7, 0xd76aa478);
343 OP (D, A, B, C, 12, 0xe8c7b756);
344 OP (C, D, A, B, 17, 0x242070db);
345 OP (B, C, D, A, 22, 0xc1bdceee);
346 OP (A, B, C, D, 7, 0xf57c0faf);
347 OP (D, A, B, C, 12, 0x4787c62a);
348 OP (C, D, A, B, 17, 0xa8304613);
349 OP (B, C, D, A, 22, 0xfd469501);
350 OP (A, B, C, D, 7, 0x698098d8)
    [all...]
sha1.c 251 #define OP(i, a, b, c, d, e) \
262 OP (0, A, B, C, D, E);
263 OP (1, E, A, B, C, D);
264 OP (2, D, E, A, B, C);
265 OP (3, C, D, E, A, B);
266 OP (4, B, C, D, E, A);
267 OP (5, A, B, C, D, E);
268 OP (6, E, A, B, C, D);
269 OP (7, D, E, A, B, C);
270 OP (8, C, D, E, A, B)
    [all...]
  /external/libvncserver/common/
md5.c 335 #define OP(a, b, c, d, s, T) \
356 OP (A, B, C, D, 7, 0xd76aa478);
357 OP (D, A, B, C, 12, 0xe8c7b756);
358 OP (C, D, A, B, 17, 0x242070db);
359 OP (B, C, D, A, 22, 0xc1bdceee);
360 OP (A, B, C, D, 7, 0xf57c0faf);
361 OP (D, A, B, C, 12, 0x4787c62a);
362 OP (C, D, A, B, 17, 0xa8304613);
363 OP (B, C, D, A, 22, 0xfd469501);
364 OP (A, B, C, D, 7, 0x698098d8)
    [all...]
  /external/clang/include/clang/Sema/
Ownership.h 54 static OpaquePtr make(PtrTy P) { OpaquePtr OP; OP.set(P); return OP; }
94 UnionOpaquePtr OP = { P.getAsOpaquePtr() };
95 return OP;
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 34 template<typename MatrixSolver, typename MatrixType, typename Scalar, bool BisSPD> struct OP;
472 MatrixSolver OP;
476 OP.compute(B);
482 OP.compute(A);
494 OP.compute(AminusSigmaB);
499 OP.compute(AminusSigmaB);
504 if (!(mode == 1 && isBempty) && !(mode == 2 && isBempty) && OP.info() != Success)
533 // OP = A
539 // OP = L^{-1}AL^{-T}
541 internal::OP<MatrixSolver, MatrixType, Scalar, BisSPD>::applyOP(OP, A, n, in, out)
    [all...]
  /external/skia/src/core/
SkNx.h 46 #define OP(op) SkNx operator op(const SkNx& o) const { return {fLo op o.fLo, fHi op o.fHi}; }
47 OP(+) OP(-) OP(*) OP(/)
48 OP(&) OP(|) OP(^
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
StreamOpFlag.java 222 * OP 11 11 11 10 01
249 set(Type.SPLITERATOR).set(Type.STREAM).setAndClear(Type.OP)),
270 set(Type.SPLITERATOR).set(Type.STREAM).setAndClear(Type.OP)),
283 set(Type.SPLITERATOR).set(Type.STREAM).setAndClear(Type.OP).clear(Type.TERMINAL_OP)
298 set(Type.SPLITERATOR).set(Type.STREAM).clear(Type.OP)),
329 set(Type.OP).set(Type.TERMINAL_OP));
355 OP,
539 public static final int OP_MASK = createMask(Type.OP);
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 64 #define OP 51
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 64 OP = 51
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 64 #define OP 51
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 64 OP = 51
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 64 #define OP 51
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 64 OP = 51
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 64 #define OP 51

Completed in 1504 milliseconds

12 3 4