代码搜索:opcode

找到约 2,963 项符合「opcode」的源代码

代码结果 2,963
www.eeworm.com/read/410728/2201743

h ia64.h

/* ia64.h -- Header file for ia64 opcode table Copyright (C) 1998, 1999, 2002 Free Software Foundation, Inc. Contributed by David Mosberger-Tang */ #ifndef opcode_ia64_h #defi
www.eeworm.com/read/395929/2428559

h ia64.h

/* ia64.h -- Header file for ia64 opcode table Copyright (C) 1998, 1999 David Mosberger-Tang See the file HP-COPYRIGHT for additional information. */ #ifndef opcode_ia64_h
www.eeworm.com/read/381034/2650519

h igrp.h

/* Cisco IGRP definitions */ /* IGRP Header */ struct igrphdr { #ifdef WORDS_BIGENDIAN u_char ig_v:4; /* protocol version number */ u_char ig_op:4; /* opcode */ #else u_char ig_op:4; /* opcode
www.eeworm.com/read/295689/8145719

h i386-opc.h

/* i386-opcode.h -- Intel 80386 opcode table */ static template i386_optab[] = { #define _ None /* move instructions */ { "mov", 2, 0xa0, _, DW|NoModrm, Disp32, Acc, 0 }, { "mov", 2, 0x88,
www.eeworm.com/read/101786/15815848

h i386-opc.h

/* i386-opcode.h -- Intel 80386 opcode table */ static template i386_optab[] = { #define _ None /* move instructions */ { "mov", 2, 0xa0, _, DW|NoModrm, Disp32, Acc, 0 }, { "mov", 2, 0x88,
www.eeworm.com/read/195847/8126738

h hostdata.h

/***************************************************************************** * * hostdata.h -- * * Data interface when network communications are desired * **************************************
www.eeworm.com/read/203640/5039980

h c_cmd_bytecodes.h

#ifndef C_CMD_BYTECODES #define C_CMD_BYTECODES // // opcode definitions // symbol, bits, arg format // #define OPCODE_COUNT 0x36 //Family: Math #define OP_ADD 0x00 // dest, src1, src
www.eeworm.com/read/405816/2282142

c opcodec.c

#include "cpudefs.h" void op_c000(void) /* AND */ { ULONG srcreg = (opcode & 7); ULONG dstreg = (opcode >> 9) & 7; {{ BYTE src = regs.d[srcreg].B.l; { BYTE dst = regs.d[dstreg].B.l; src &= d
www.eeworm.com/read/470697/6905962

c ldasm.c

/* ___________________________________________________ Opcode Length Disassembler. Coded By Ms-Rem ( Ms-Rem@yandex.ru ) ICQ 286370715 ---------------------------------------------------
www.eeworm.com/read/470697/6905966

pas ldasm.pas

{ --------------------------------------------------- Opcode Length Disassembler. Coded By Ms-Rem ( Ms-Rem@yandex.ru ) ICQ 286370715 ---------------------------------------------------