代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/141295/5774056

java methgen.java

// MethGen.java -- generation of C code for Java methods package toba.translator; import toba.classfile.*; import java.io.*; import java.util.*; class MethGen extends Opcode { static boolean
www.eeworm.com/read/131315/5938672

h h8300.h

/* Opcode table for the H8-300 Copyright (C) 1991,1992 Free Software Foundation. Written by Steve Chamberlain, sac@cygnus.com. This file is part of GDB, the GNU Debugger and GAS, the GNU Assemb
www.eeworm.com/read/123658/14618412

c bi-opname.c

/* Utility to generate opcode name list from bytecode definition file. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute
www.eeworm.com/read/120960/14781174

h editdlg.h

#pragma once #include "afxcmn.h" #include "stdafx.h" #include "OpCode.h" // CEditDlg 对话框 class CEditDlg : public CDialog { DECLARE_DYNAMIC(CEditDlg) public: CEditDlg(vector
www.eeworm.com/read/215723/15051418

h cpuid.h

#ifndef cpuid_h #define cpuid_h //add by lr #ifdef __cplusplus extern "C"{ #endif // OPCODE DEFINITIONS ////////////////////////////////////////// #define CPU_ID _asm _emit 0x0f _asm _emi
www.eeworm.com/read/231546/4714761

pm ops.pm

package ops; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the prefered form since import's don't # accumulate well owing to the 'only ever add op
www.eeworm.com/read/223871/4808819

cpp oparith.cpp

#include "app.h" // --------------------- Opcodes 0x0000+ --------------------- // Emit an Ori/And/Sub/Add/Eor/Cmp Immediate opcode, 0000ttt0 ssaaaaaa int OpArith(int op) { int type=0,size=
www.eeworm.com/read/209559/4970069

h bug.h

#ifndef _I386_BUG_H #define _I386_BUG_H #include /* * Tell the user there is some problem. * The offending file and line are encoded after the "officially * undefined" opcode for
www.eeworm.com/read/316872/3588626

h ppc.h

/* ppc.h -- Header file for PowerPC opcode table Copyright 1994, 1995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Written by Ian Lance Taylor, Cygnus Suppor
www.eeworm.com/read/432906/1886792

c ia64-opc.c

/* ia64-opc.c -- Functions to access the compacted opcode table Copyright 1999, 2000, 2001, 2003, 2005 Free Software Foundation, Inc. Written by Bob Manson of Cygnus Solutions,