| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ppcbug-rom.c | 134 struct monitor_ops *OPS, in init_ppc_cmds() argument 137 OPS->flags = MO_CLR_BREAK_USES_ADDR | MO_HANDLE_NL; in init_ppc_cmds() 138 OPS->init = ppcbug_inits; /* Init strings */ in init_ppc_cmds() 139 OPS->cont = "g\r"; /* continue command */ in init_ppc_cmds() 140 OPS->step = "t\r"; /* single step */ in init_ppc_cmds() 141 OPS->stop = NULL; /* interrupt command */ in init_ppc_cmds() 142 OPS->set_break = "br %x\r"; /* set a breakpoint */ in init_ppc_cmds() 143 OPS->clr_break = "nobr %x\r"; /* clear a breakpoint */ in init_ppc_cmds() 144 OPS->clr_all_break = "nobr\r"; /* clear all breakpoints */ in init_ppc_cmds() 145 OPS->fill = "bf %x:%x %x;b\r"; /* fill (start count val) */ in init_ppc_cmds() [all …]
|
| H A D | inftarg.c | 549 #define NATIVE_XFER_UNWIND_TABLE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument 556 #define NATIVE_XFER_AUXV(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument 563 #define NATIVE_XFER_WCOOKIE(OPS,OBJECT,ANNEX,WRITEBUF,READBUF,OFFSET,LEN) (-1) in child_xfer_partial() argument
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | interleaf | 6 0 string =\210OPS Interleaf saved data 7 0 string =<!OPS Interleaf document text
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 364 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ argument 365 return storeImpl(new (std::size(OPS), Storage) \ 366 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \ 372 #define DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(CLASS, OPS) \ argument 373 return storeImpl(new (std::size(OPS), Storage) CLASS(Context, Storage, OPS), \ 375 #define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS, NUM_OPS) \ argument 377 CLASS(Context, Storage, UNWRAP_ARGS(ARGS), OPS), \
|
| /openbsd-src/gnu/usr.bin/perl/regen/ |
| H A D | opcode.pl | 52 open OPS, '<', 'regen/opcodes' or die $!; 54 while (<OPS>) {
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | i370-opc.c | 267 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8) macro 268 #define OPS_MASK OPS (0xff) 294 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \ 301 (OPS (op) | (((unsigned short) (i)) & 0xff))
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | i370-opc.c | 278 #define OPS(x) ((((unsigned short)(x)) & 0xff) << 8) macro 279 #define OPS_MASK OPS (0xff) 305 (OPS (op) | ((((unsigned short)(r1)) & 0xf) << 4) | \ 312 (OPS (op) | (((unsigned short)(i)) & 0xff))
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | ggc-page.c | 180 #define TREE_EXP_SIZE(OPS) \ argument 181 (sizeof (struct tree_exp) + ((OPS) - 1) * sizeof (tree))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-arm.c | 8968 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \ 8981 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \ 8991 …{ #m1 #m2 #m3, OPS##nops ops, sizeof(#m2) == 1 ? OT_odd_infix_unc : OT_odd_infix_0 + sizeof(#m1) -… 9024 { #mnem, OPS##nops ops, OT_unconditional, 0x##op, 0x##top, ARM_VARIANT, \ 9030 { #mnem, OPS##nops ops, OT_unconditionalF, 0x##op, 0x##top, ARM_VARIANT, \ 9035 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL } 9038 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, 0x0, ARM_VARIANT, 0, do_##ae, NULL } 9043 { #mnem, OPS##nops ops, OT_cinfix3_legacy, \ 9048 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, 0xe##op, ARM_VARIANT, ARM_VARIANT, do_##ae, do_##ae } 9054 { #mnem, OPS##nops ops, OT_cinfix3_legacy, \ [all …]
|