Searched refs:opcode (Results 176 - 200 of 257) sorted by relevance

1234567891011

/haiku-fatelf/src/bin/gdb/gdb/
H A Df-exp.c246 enum exp_opcode opcode; member in union:YYSTYPE
1533 write_exp_elt_opcode (yyvsp[-1].opcode);
2184 enum exp_opcode opcode;
2362 yylval.opcode = dot_ops[i].opcode;
2520 yylval.opcode = f77_keywords[i].opcode;
2180 enum exp_opcode opcode; member in struct:token
H A Dscm-lang.c206 enum exp_opcode op = exp->elts[*pos].opcode;
H A Dc-exp.c257 enum exp_opcode opcode; member in union:YYSTYPE
1795 write_exp_elt_opcode (yyvsp[-1].opcode);
2923 enum exp_opcode opcode;
2996 yylval.opcode = tokentab3[i].opcode;
3005 yylval.opcode = tokentab2[i].opcode;
2919 enum exp_opcode opcode; member in struct:token
H A Dobjc-exp.c262 enum exp_opcode opcode; member in union:YYSTYPE
1856 write_exp_elt_opcode (yyvsp[-1].opcode);
2883 enum exp_opcode opcode;
2938 yylval.opcode = tokentab3[i].opcode;
2947 yylval.opcode = tokentab2[i].opcode;
2879 enum exp_opcode opcode; member in struct:token
H A Dtracepoint.c543 or delete. Therefore I've combined them into one function with an opcode.
555 enum tracepoint_opcode opcode)
562 switch (opcode)
642 enum tracepoint_opcode opcode)
648 tracepoint_operation (t, from_tty, opcode);
654 tracepoint_operation (t, from_tty, opcode);
957 if (exp->elts[0].opcode == OP_VAR_VALUE)
1557 switch (exp->elts[0].opcode)
554 tracepoint_operation(struct tracepoint *t, int from_tty, enum tracepoint_opcode opcode) argument
641 map_args_over_tracepoints(char *args, int from_tty, enum tracepoint_opcode opcode) argument
/haiku-fatelf/src/servers/net/
H A DNetServer.cpp967 int32 opcode; local
969 if (message->FindInt32("opcode", &opcode) != B_OK
970 || (opcode != B_ENTRY_CREATED && opcode != B_ENTRY_REMOVED)
979 if (opcode == B_ENTRY_CREATED)
H A DSettings.cpp519 int32 opcode; local
520 if (message->FindInt32("opcode", &opcode) != B_OK
538 if (opcode == B_STAT_CHANGED
/haiku-fatelf/src/servers/mount/
H A DAutoMounter.cpp166 int32 opcode;
167 if (message->FindInt32("opcode", &opcode) != B_OK)
170 switch (opcode) {
/haiku-fatelf/src/apps/debugger/debugger_interface/
H A DDebuggerInterface.cpp797 int32 opcode = 0;
798 if (message.FindInt32("opcode", &opcode) != B_OK)
802 switch (opcode)
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dm88k-dis.c25 #include "opcode/m88k.h"
571 unsigned int opcode;
582 /* Create the appropriate mask to isolate the opcode. */
597 /* Isolate the opcode. */
598 opcode = instruction & opmask;
600 /* Search the hash table with the isolated opcode. */
601 for (entry_ptr = hashtable[opcode % HASHVAL];
602 (entry_ptr != NULL) && (entry_ptr->instr->opcode != opcode);
776 hashvalue = (instructions[i].opcode)
570 unsigned int opcode; local
[all...]
H A Dip2k-opc.c1 /* Instruction opcode table for ip2k.
761 /* The macro instruction opcode table. */
890 This plugs the opcode entries and macro instructions into the cpu table. */
906 insns[i].opcode = &oc[i];
917 insns[i].opcode = &oc[i];
H A Dv850-dis.c23 #include "opcode/v850.h"
87 /* Find the opcode. */
90 if ((op->mask & insn) == op->opcode
99 /*fprintf (stderr, "match: mask: %x insn: %x, opcode: %x, name: %s\n", op->mask, insn, op->opcode, op->name );*/
359 /* First figure out how big the opcode is. */
/haiku-fatelf/src/servers/input/
H A DInputServer.cpp1026 message->FindInt32("be:opcode", &code);
1027 PRINT(("%s be:opcode %li\n", __PRETTY_FUNCTION__, code));
1652 int32 opcode; local
1653 if (event->FindInt32("be:opcode", &opcode) == B_OK) {
1661 if (opcode == B_INPUT_METHOD_CHANGED
1670 && opcode == B_INPUT_METHOD_STARTED)
1679 opcode = B_INPUT_METHOD_STOPPED;
1682 if (opcode == B_INPUT_METHOD_STOPPED) {
/haiku-fatelf/src/add-ons/kernel/bus_managers/ide/
H A Dscsi2ata.c495 ata_send_rw(device, qrequest, pos, length, cmd->opcode == SCSI_OP_WRITE_6);
510 ata_send_rw(device, qrequest, pos, length, cmd->opcode == SCSI_OP_WRITE_10);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c238 /* Set up the opcode name lookup table. */
245 isa->opname_lookup_table[n].u.opcode = n;
408 xtensa_opcode opcode;
413 for (opcode = 0; opcode < num_opcodes; opcode++)
415 num_uses = xtensa_opcode_num_funcUnit_uses (isa, opcode);
418 use = xtensa_opcode_funcUnit_use (isa, opcode, i);
646 strcpy (xtisa_error_msg, "invalid opcode specifier"); \
661 strcpy (xtisa_error_msg, "invalid opcode nam
406 xtensa_opcode opcode; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Ddevsw.c596 AdpErrs DevSW_Ioctl(const DeviceDescr *device, const int opcode, void *args) argument
598 return (device->DeviceIoctl(opcode, args) < 0) ? adp_failed : adp_ok;
/haiku-fatelf/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp117 MouseInputDevice::InitFromSettings(void* cookie, uint32 opcode) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.h61 int NotifyListener(int32 opcode, nspace_id nsid,
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dpn.h23 unsigned long opcode; member in struct:gld_opcode
29 /* We store four bytes of opcode for all opcodes because that
32 instruction is based on the opcode.
35 particular opcode in order for an instruction to be an instance
36 of that opcode.
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-smb.c1093 int name_trn_id, response, opcode, nm_flags, rcode; local
1102 opcode = (data[2] >> 3) & 0xF;
1119 switch (opcode) {
1151 name_trn_id, opcode, nm_flags, rcode, qdcount, ancount, nscount,
/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_mkquery.c98 int op, /*!< opcode of query */
128 hp->opcode = op;
138 * perform opcode specific processing
/haiku-fatelf/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp289 BluetoothCommandOpcode(commandComplete->opcode));
291 request = FindPetition(event->ecode, commandComplete->opcode,
307 BluetoothCommandOpcode(commandStatus->opcode));
309 request = FindPetition(event->ecode, commandStatus->opcode,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DVolume.h60 int NotifyListener(int32 opcode, nspace_id nsid,
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c551 switch(command->opcode){
554 bool b_select = (MODE_SELECT_6 == command->opcode);
627 switch(command->opcode){
651 if(MODE_SENSE_6 == command->opcode){
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddevice.cpp45 static status_t device_ioctl(void* data, uint32 opcode, void* buffer,

Completed in 369 milliseconds

1234567891011