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

1 23 4

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 60 OP = 51
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 64 OP = 51
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 106 #define OP(align,lit,fp,sfr) ( align | lit | fp | sfr )
108 #define R OP( 0, 0, 0, 0 )
109 #define RS OP( 0, 0, 0, SFR )
110 #define RL OP( 0, LIT, 0, 0 )
111 #define RSL OP( 0, LIT, 0, SFR )
112 #define F OP( 0, 0, FP, 0 )
113 #define FL OP( 0, LIT, FP, 0 )
114 #define R2 OP( 1, 0, 0, 0 )
115 #define RL2 OP( 1, LIT, 0, 0 )
116 #define F2 OP( 1, 0, FP, 0
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
md5.c 315 #define OP(a, b, c, d, s, T) \
336 OP (A, B, C, D, 7, (md5_uint32) 0xd76aa478);
337 OP (D, A, B, C, 12, (md5_uint32) 0xe8c7b756);
338 OP (C, D, A, B, 17, (md5_uint32) 0x242070db);
339 OP (B, C, D, A, 22, (md5_uint32) 0xc1bdceee);
340 OP (A, B, C, D, 7, (md5_uint32) 0xf57c0faf);
341 OP (D, A, B, C, 12, (md5_uint32) 0x4787c62a);
342 OP (C, D, A, B, 17, (md5_uint32) 0xa8304613);
343 OP (B, C, D, A, 22, (md5_uint32) 0xfd469501);
344 OP (A, B, C, D, 7, (md5_uint32) 0x698098d8)
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
epiphany-desc.c 531 #define OPERAND(op) EPIPHANY_OPERAND_##op
    [all...]
fr30-desc.c 361 #define OPERAND(op) FR30_OPERAND_##op
572 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
    [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...]
iq2000-desc.c 245 { IQ2000_F_CP_OP, "f-cp-op", 0, 32, 10, 3, { 0, { { { (1<<MACH_BASE), 0 } } } } },
246 { IQ2000_F_CP_OP_10, "f-cp-op-10", 0, 32, 10, 5, { 0, { { { (1<<MACH_BASE), 0 } } } } },
313 #define OPERAND(op) IQ2000_OPERAND_##op
456 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
    [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...]
m32r-desc.c 309 #define OPERAND(op) M32R_OPERAND_##op
436 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
    [all...]
mep-opc.c 586 #define OPERAND(op) MEP_OPERAND_##op
588 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
601 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } },
607 { { MNEM, ' ', OP (RN), ',', '(', OP (RMA), ')', 0 } },
613 { { MNEM, ' ', OP (CIMM4), ',', '(', OP (RMA), ')', 0 } },
619 { { MNEM, ' ', OP (CIMM4), ',', OP (SDISP16), '(', OP (RMA), ')', 0 } }
    [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...]
mt-desc.c 307 #define OPERAND(op) MT_OPERAND_##op
542 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
    [all...]
or1k-desc.c     [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...]
xstormy16-desc.c 276 { XSTORMY16_F_OP, "f-op", 0, 32, 0, 16, { 0, { { { (1<<MACH_BASE), 0 } } } } },
317 #define OPERAND(op) XSTORMY16_OPERAND_##op
488 #define OP(field) CGEN_SYNTAX_MAKE_FIELD (OPERAND (field))
    [all...]
frv-desc.c     [all...]
frv-opc.c 37 /* DEBUG appears below as argument of OP macro. */
    [all...]
mep-desc.c     [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...]
xc16x-desc.c 701 { XC16X_F_OP_BIT1, "f-op-bit1", 0, 32, 11, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
702 { XC16X_F_OP_BIT2, "f-op-bit2", 0, 32, 11, 2, { 0, { { { (1<<MACH_BASE), 0 } } } } },
703 { XC16X_F_OP_BIT4, "f-op-bit4", 0, 32, 11, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
704 { XC16X_F_OP_BIT3, "f-op-bit3", 0, 32, 10, 3, { 0, { { { (1<<MACH_BASE), 0 } } } } },
705 { XC16X_F_OP_2BIT, "f-op-2bit", 0, 32, 10, 2, { 0, { { { (1<<MACH_BASE), 0 } } } } },
706 { XC16X_F_OP_BITONE, "f-op-bitone", 0, 32, 10, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
707 { XC16X_F_OP_ONEBIT, "f-op-onebit", 0, 32, 9, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
708 { XC16X_F_OP_1BIT, "f-op-1bit", 0, 32, 8, 1, { 0, { { { (1<<MACH_BASE), 0 } } } } },
709 { XC16X_F_OP_LBIT4, "f-op-lbit4", 0, 32, 15, 4, { 0, { { { (1<<MACH_BASE), 0 } } } } },
710 { XC16X_F_OP_LBIT2, "f-op-lbit2", 0, 32, 15, 2, { 0, { { { (1<<MACH_BASE), 0 } } } } }
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 117 #define OP(n) ((n)&OPRMASK)
119 #define SOP(op, opnd) ((op)|(opnd))
  /external/llvm/lib/Support/
regex2.h 70 #define OP(n) ((n)&OPRMASK)
72 #define SOP(op, opnd) ((op)|(opnd))
  /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...]
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 67 #define OP(n) ((n)&OPRMASK)
69 #define SOP(op, opnd) ((op)|(opnd))

Completed in 600 milliseconds

1 23 4