Searched refs:OPS (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dppcbug-rom.c134 struct monitor_ops *OPS,
137 OPS->flags = MO_CLR_BREAK_USES_ADDR | MO_HANDLE_NL;
138 OPS->init = ppcbug_inits; /* Init strings */
139 OPS->cont = "g\r"; /* continue command */
140 OPS->step = "t\r"; /* single step */
141 OPS->stop = NULL; /* interrupt command */
142 OPS->set_break = "br %x\r"; /* set a breakpoint */
143 OPS->clr_break = "nobr %x\r"; /* clear a breakpoint */
144 OPS->clr_all_break = "nobr\r"; /* clear all breakpoints */
145 OPS
133 init_ppc_cmds(char *LOAD_CMD, struct monitor_ops *OPS, struct target_ops *targops) argument
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Ddivrem.c56 #ifndef OPS
57 #define OPS 20000000 macro
63 #define TIMES OPS/(SIZE+1)
H A Daors_n.c95 #ifndef OPS
96 #define OPS (CLOCK/5) macro
102 #define TIMES OPS/(SIZE+1)
H A Dcopy.c70 #ifndef OPS
71 #define OPS (CLOCK/2) macro
77 #define TIMES OPS/(SIZE+1)
H A Ddivmod_1.c58 #ifndef OPS
59 #define OPS 20000000 macro
65 #define TIMES OPS/SIZE
H A Dlogops_n.c107 #ifndef OPS
108 #define OPS (CLOCK/5) macro
114 #define TIMES OPS/(SIZE+1)
H A Dshift.c71 #ifndef OPS
72 #define OPS (CLOCK/5) macro
78 #define TIMES OPS/(SIZE+1)
H A Danymul_1.c81 #ifndef OPS
82 #define OPS (CLOCK/5) macro
88 #define TIMES OPS/(SIZE+1)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Di370-opc.c271 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8)
272 #define OPS_MASK OPS (0xff)
299 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \
306 (OPS (op) | (((unsigned short) (i)) & 0xff))
268 #define OPS macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Di370-opc.c271 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8)
272 #define OPS_MASK OPS (0xff)
299 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \
306 (OPS (op) | (((unsigned short) (i)) & 0xff))
268 #define OPS macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-page.c189 #define TREE_EXP_SIZE(OPS) \
190 (sizeof (struct tree_exp) + ((OPS) - 1) * sizeof (tree))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dggc-page.c182 #define TREE_EXP_SIZE(OPS) \
183 (sizeof (struct tree_exp) + ((OPS) - 1) * sizeof (tree))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c16603 { mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
16616 { mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
16619 { mnem, OPS##nops ops, OT_cinfix3_deprecated, 0x##op, top, ARM_VARIANT, \
16633 { m1 #m2 m3, OPS##nops ops, sizeof (#m2) == 1 ? OT_odd_infix_unc : OT_odd_infix_0 + sizeof (m1) - 1, \
16666 { mnem, OPS##nops ops, OT_unconditional, 0x##op, 0x##top, ARM_VARIANT, \
16672 { mnem, OPS##nops ops, OT_unconditionalF, 0x##op, 0x##top, ARM_VARIANT, \
16677 { mnem, OPS##nops ops, OT_csuffix, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL }
16680 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL }
16685 { mnem, OPS##nops ops, OT_cinfix3_legacy, \
16690 { mnem, OPS##nop
[all...]

Completed in 309 milliseconds