Searched refs:op (Results 126 - 150 of 735) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/gdb/gdb/
H A Dm68k-tdep.c161 /* Convert to TYPE. This should be a no-op if TYPE is equivalent to
184 /* Convert from TYPE. This should be a no-op if TYPE is equivalent
518 int op;
523 op = read_memory_unsigned_integer (pc, 2);
525 if (op == P_LINKW_FP || op == P_LINKL_FP || op == P_PEA_FP)
529 if (op == P_LINKW_FP)
537 op = read_memory_unsigned_integer (pc + 4, 2);
538 if (op
513 int op; local
612 int op; local
706 unsigned int op; local
731 int op; local
[all...]
H A Dfrv-tdep.c600 LONGEST op; local
604 op = extract_signed_integer (buf, sizeof buf);
642 if ((op & 0x01d80000) == 0x00180000 /* Conditional branches and Call */
643 || (op & 0x01f80000) == 0x00300000 /* Jump and Link */
644 || (op & 0x01f80000) == 0x00100000 /* Return from Trap, Trap */
645 || (op & 0x01f80000) == 0x00700000) /* Trap immediate */
657 else if ((op & 0x7ffc0fc0) == 0x04080100
658 || (op & 0x7ffc0000) == 0x04c80000)
669 else if ((op & 0x7fffffff) == 0x04881000)
682 else if ((op
[all...]
H A Deval.c386 enum exp_opcode op;
403 op = exp->elts[pc].opcode;
405 switch (op)
962 op = exp->elts[*pos].opcode;
967 if (op == STRUCTOP_MEMBER || op == STRUCTOP_MPTR)
986 if (op == STRUCTOP_MEMBER)
1042 else if (op == STRUCTOP_STRUCT || op == STRUCTOP_PTR)
1055 if (op
384 enum exp_opcode op; local
2080 enum exp_opcode op; local
2160 enum exp_opcode op; local
2196 enum exp_opcode op; local
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp88 std_ops(int32 op, ...) argument
90 if (op == B_MODULE_INIT) {
108 } else if (op == B_MODULE_UNINIT) {
/haiku-fatelf/src/add-ons/kernel/debugger/run_on_exit/
H A Drun_on_exit.cpp94 std_ops(int32 op, ...) argument
96 if (op == B_MODULE_INIT) {
114 } else if (op == B_MODULE_UNINIT) {
/haiku-fatelf/src/add-ons/kernel/file_systems/googlefs/
H A Dgooglefs.h56 #define ASSERT(op) if (!(op)) panic("ASSERT: %s in %s:%s", #op, __FILE__, __FUNCTION__)
H A Dquery.h48 query_op op; member in struct:query_exp
/haiku-fatelf/headers/private/net/
H A Duserland_ipc.h37 int32 op; member in struct:__anon1159
/haiku-fatelf/src/add-ons/kernel/bus_managers/config_manager/
H A Dconfig_manager.c97 driver_std_ops(int32 op, ...) argument
99 switch (op) {
125 bus_std_ops(int32 op, ...) argument
127 switch(op) {
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DVersion.h30 bool Compare(BPackageResolvableOperator op,
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp101 KPPPProtocol::Control(uint32 op, void *data, size_t length) argument
103 switch (op) {
145 KPPPProtocol::StackControl(uint32 op, void *data) argument
147 switch (op) {
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Ddevclnt.h141 * op operation to perform
142 * arg parameter depending on op
157 DevError angel_DeviceControl(DeviceID devID, DeviceControl op, void *arg);
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dv850.h88 i |= (op & ((1 << o->bits) - 1)) << o->shift;
90 this structure, and op is the opcode value; this assumes twos
101 (unsigned long instruction, long op, const char ** errmsg);
107 op = o->bits == -1 ? ((i) & o->shift) : ((i) >> o->shift) & ((1 << o->bits) - 1);
109 op = (op << (32 - o->bits)) >> (32 - o->bits);
110 (i is the instruction, o is a pointer to this structure, and op
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_asinh.S41 #define MO(op) op##@GOTOFF(%edx)
43 #define MO(op) op
H A Ds_asinhf.S41 #define MO(op) op##@GOTOFF(%edx)
43 #define MO(op) op
H A Ds_asinhl.S48 #define MO(op) op##@GOTOFF(%edx)
50 #define MO(op) op
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural.c148 enum operator op; member in union:YYSTYPE
164 static struct expression *new_exp PARAMS ((int nargs, enum operator op,
166 static inline struct expression *new_exp_0 PARAMS ((enum operator op));
167 static inline struct expression *new_exp_1 PARAMS ((enum operator op,
169 static struct expression *new_exp_2 PARAMS ((enum operator op,
172 static inline struct expression *new_exp_3 PARAMS ((enum operator op,
182 new_exp (nargs, op, args)
184 enum operator op;
200 newp->operation = op;
214 new_exp_0 (op)
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dv850-dis.c54 struct v850_opcode *op = (struct v850_opcode *)v850_opcodes; local
88 while (op->name)
90 if ((op->mask & insn) == op->opcode
91 && (op->processors & target_processor))
98 (*info->fprintf_func) (info->stream, "%s\t", op->name);
99 /*fprintf (stderr, "match: mask: %x insn: %x, opcode: %x, name: %s\n", op->mask, insn, op->opcode, op->name );*/
101 memop = op
[all...]
/haiku-fatelf/src/libs/edit/
H A Del.c139 el_set(EditLine *el, int op, ...) argument
146 va_start(va, op);
148 switch (op) {
151 rv = prompt_set(el, va_arg(va, el_pfunc_t), op);
182 switch (op) {
210 EL_ABORT((el->el_errfile, "Bad op %d\n", op));
289 el_get(EditLine *el, int op, void *ret) argument
295 switch (op) {
298 rv = prompt_get(el, (el_pfunc_t *) ret, op);
[all...]
/haiku-fatelf/headers/os/drivers/
H A Dmidi_driver.h54 void (*interruptOp)(int32 op, void* card), void* card);
59 status_t (*control_hook)(void* cookie, uint32 op, void* data,
/haiku-fatelf/headers/os/drivers/tty/
H A Dtty_module.h16 typedef bool (*tty_service_func)(struct tty *tty, uint32 op, void *buffer,
61 status_t (*tty_control)(struct tty_cookie *cookie, uint32 op,
/haiku-fatelf/src/add-ons/kernel/bus_managers/scsi/
H A Dsim_interface.cpp105 std_ops(int32 op, ...) argument
107 switch (op) {
/haiku-fatelf/src/add-ons/kernel/debugger/demangle/
H A Ddemangle.cpp62 std_ops(int32 op, ...) argument
64 switch (op) {
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddevice.cpp61 geode_control(void* cookie, uint32 op, void* arg, size_t length) argument
64 return multi_audio_control(controller, op, arg, length);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h98 status_t (*create_device)(int port, void ** out_storage, uint32 workarounds, void (*interrupt_op)(int32 op, void * card), void * card);
103 status_t (*control_hook)(void * cookie, uint32 op, void * data, size_t len);

Completed in 241 milliseconds

1234567891011>>