代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/162618/5515295
java jvmsimulator.java
/*
* Copyright (c) 1996-1999 Bill Venners. All Rights Reserved.
*
* This Java source file is part of the Interactive Illustrations Web
* Site, which is delivered in the applets directory of the CD-ROM
www.eeworm.com/read/161121/5556487
c fpa11_cpdo.c
/*
NetWinder Floating Point Emulator
(c) Rebel.COM, 1998,1999
Direct questions, comments to Scott Bambrough
This program is free software; you can redistribute
www.eeworm.com/read/161121/5557013
c ppc-dis.c
/* ppc-dis.c -- Disassemble PowerPC instructions
Copyright 1994 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Support
This file is part of GDB, GAS, and the GNU binutils.
www.eeworm.com/read/161121/5558069
c ppc-dis.c
/*
* BK Id: SCCS/s.ppc-dis.c 1.5 05/17/01 18:14:23 cort
*/
/* ppc-dis.c -- Disassemble PowerPC instructions
Copyright 1994 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Su
www.eeworm.com/read/161121/5560830
awk compile.awk
# usage: cat pseudocode | sed -f act2num | awk -f compile.awk
#
#
BEGIN { "date" | getline
today = $0
printf("\n/* this file generated on %s */\n", today )
printf("\nstatic char pseudo_code [ ] =
www.eeworm.com/read/160691/5567357
java sideeffectinstructionchecker.java
/* $Id: SideEffectInstructionChecker.java,v 1.12.2.1 2006/01/16 22:57:56 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002-2006 Eric L
www.eeworm.com/read/160691/5567409
java gettersetterinliner.java
/* $Id: GetterSetterInliner.java,v 1.18.2.1 2006/01/16 22:57:56 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002-2006 Eric Lafortune
www.eeworm.com/read/160691/5567466
java variableinstruction.java
/* $Id: VariableInstruction.java,v 1.20.2.1 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002-2006 Eric Lafortune
www.eeworm.com/read/160691/5567468
java cpinstruction.java
/* $Id: CpInstruction.java,v 1.20.2.1 2006/01/16 22:57:55 eric Exp $
*
* ProGuard -- shrinking, optimization, and obfuscation of Java class files.
*
* Copyright (c) 2002-2006 Eric Lafortune (eric@
www.eeworm.com/read/159030/5588801
java sparcinstruction.java
// $Id: SPARCInstruction.java,v 1.5 1999/11/04 16:53:41 deberg Exp $
package java6035.tools.ASM;
/**
* SPARCInstruction represents a SPARC instruction.
*/
public class SPARCInstruction extends AS