HomeSort by relevance Sort by last modified time
    Searched refs:OP (Results 151 - 175 of 228) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
pgen.py 154 self.expect(token.OP, ":")
281 self.expect(token.OP, "]")
301 self.expect(token.OP, ")")
driver.py 66 if type == token.OP:
  /external/tcpdump/
print-arp.c 91 #define OP(ap) EXTRACT_16BITS(&(ap)->ar_op)
201 u_short pro, hrd, op; local
208 op = ATMOP(ap);
239 tok2str(arpop_values, "Unknown (%u)", op)));
241 switch (op) {
297 u_short pro, hrd, op, linkaddr; local
304 op = OP(ap);
354 tok2str(arpop_values, "Unknown (%u)", op)));
356 switch (op) {
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64-inl.h 294 #define DEFINE_FUNCTION(FN, REGTYPE, REG, OP) \
297 LoadStoreMacro(REG, addr, OP); \
303 #define DEFINE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
307 LoadStorePairMacro(REG, REG2, addr, OP); \
312 #define DECLARE_FUNCTION(FN, OP) \
315 OP(rt, rn); \
320 #define DECLARE_FUNCTION(FN, OP) \
324 OP(rs, rt, rn); \
723 // registers. fmov(s0, s0) is not a no-op because it clears the top word of
724 // d0. Technically, fmov(d0, d0) is not a no-op either because it clears th
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
aout-arm.c 45 #define MY(OP) CONCAT2 (arm_aout_,OP)
i386lynx.c 29 #define MY(OP) CONCAT2 (i386_aout_lynx_,OP)
hp300hpux.c 107 #define MY(OP) CONCAT2 (m68k_aout_hp300hpux_,OP)
i386linux.c 41 #define MY(OP) CONCAT2 (i386_aout_linux_,OP)
m68klinux.c 42 #define MY(OP) CONCAT2 (m68k_aout_linux_,OP)
riscix.c 100 #define MY(OP) CONCAT2 (arm_aout_riscix_,OP)
sparclinux.c 40 #define MY(OP) CONCAT2 (sparc_aout_linux_,OP)
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 338 #define OP(x) (((x) & 0x3F) << 26)
342 #define BRA_(oo) OP(oo)
347 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5))
352 #define MEM_(oo) OP(oo)
357 #define MFC_(oo,ffff) (OP(oo) | ((ffff) & 0xFFFF))
362 #define MBR_(oo,h) (OP(oo) | (((h) & 3) << 14))
368 #define OPR_(oo,ff) (OP(oo) | (((ff) & 0x7F) << 5))
375 #define PCD_(oo) OP(oo)
380 #define SPCD_(oo,ffff) (OP(oo) | ((ffff) & 0x3FFFFFF))
385 #define EV4HWMEM_(oo,f) (OP(oo) | (((f) & 0xF) << 12)
    [all...]
msp430-decode.c 38 unsigned char *op; member in struct:__anon75952
57 ld->op [(ld->msp430->n_bytes++)^1] = b;
61 return ld->op[ld->op_ptr++];
66 #define OP(n, t, r, a) (msp430->op[n].type = t, \
67 msp430->op[n].reg = r, \
68 msp430->op[n].addend = a)
71 (msp430->op[n].type = t, \
72 msp430->op[n].reg = r1, \
73 msp430->op[n].reg2 = r2,
327 unsigned char *op = op_buf; local
    [all...]
rx-decode.c 38 unsigned char * op; member in struct:__anon75969
81 #define OP(n,t,r,a) (rx->op[n].type = t, \
82 rx->op[n].reg = r, \
83 rx->op[n].addend = a )
84 #define OPs(n,t,r,a,s) (OP (n,t,r,a), \
85 rx->op[n].size = s )
107 #define DC(c) OP (0, RX_Operand_Immediate, 0, c)
108 #define DR(r) OP (0, RX_Operand_Register, r, 0)
109 #define DI(r,a) OP (0, RX_Operand_Indirect, r, a
270 unsigned char op[20] = {0}; local
    [all...]
rl78-decode.c 38 unsigned char * op; member in struct:__anon75967
42 #define OP(n,t,r,a) (rl78->op[n].type = t, \
43 rl78->op[n].reg = r, \
44 rl78->op[n].addend = a )
46 (rl78->op[n].type = t, \
47 rl78->op[n].reg = r1, \
48 rl78->op[n].reg2 = r2, \
49 rl78->op[n].addend = a )
54 #define GETBYTE() (ld->op [ld->rl78->n_bytes++] = ld->getbyte (ld->ptr)
172 unsigned char *op = op_buf; local
    [all...]
ip2k-desc.c 329 #define OPERAND(op) IP2K_OPERAND_##op
396 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
837 #undef OP
    [all...]
lm32-desc.c 271 #define OPERAND(op) LM32_OPERAND_##op
358 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
824 #undef OP
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
snippet.py 100 # token.DOT, but the token type is token.OP. This is because the parser
241 assert tokens[0].type == token.OP or node_type == tokens[0].type
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
concept_check.hpp 266 #define BOOST_DEFINE_BINARY_PREDICATE_OP_CONSTRAINT(OP,NAME) \
271 bool constraints_() { return a OP b; } \
276 #define BOOST_DEFINE_BINARY_OPERATOR_CONSTRAINT(OP,NAME) \
281 Ret constraints_() { return a OP b; } \
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
driver.py 66 if type == token.OP:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
driver.py 66 if type == token.OP:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
driver.py 66 if type == token.OP:
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 126 (PERF_MEM_S(OP, NA) |\
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 679 const MachineOperand &Op = MI->getOperand(i);
680 assert(Op.isReg() && "KILL instruction must have only register operands");
682 << PrintReg(Op.getReg(),
684 << (Op.isDef() ? "<def>" : "<kill>");
728 uint64_t Op = Expr->getElement(i);
729 if (Op == dwarf::DW_OP_deref) {
734 if (Op == dwarf::DW_OP_plus)
737 assert(Op == dwarf::DW_OP_minus);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h     [all...]

Completed in 524 milliseconds

1 2 3 4 5 67 8 910