代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/227824/14410059

c mcs.c

/* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Protocol services - Multipoint Communications Service Copyright (C) Matthew Chapman 1999-2005 This program is f
www.eeworm.com/read/123658/14616563

h bc-optab.h

/* Bytecode token definitions for GNU C-compiler. Copyright (C) 1993 Free Software Foundation, Inc. This file is part of GNU CC. GNU CC is free software; you can redistribute it and/or modify it
www.eeworm.com/read/161121/5555362

c traps.c

/* * arch/s390/kernel/traps.c * * S390 version * Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com), *
www.eeworm.com/read/161121/5559251

c sym_fw.c

/* * Device driver for the SYMBIOS/LSILOGIC 53C8XX and 53C1010 family * of PCI-SCSI IO processors. * * Copyright (C) 1999-2001 Gerard Roudier * * This driver is derived from
www.eeworm.com/read/158872/5590933

c writecode.c

/* generate instructions for Z8KSIM Copyright 1992, 1993, 2002 Free Software Foundation, Inc. This file is part of Z8KSIM Z8KSIM is free software; you can redistribute it and/or modify it under
www.eeworm.com/read/158872/5591251

c gen-idecode.c

/* This file is part of the program psim. Copyright 1994, 1995, 1996, 1997, 2003 Andrew Cagney This program is free software; you can redistribute it and/or modify it under the terms of
www.eeworm.com/read/154076/5643171

ant alu_tst_wave.ant

// J:\TEMP\EXAM\HDLBENCHER-ALU\ALU_VLOG // Verilog Annotation Test Bench created by // HDL Bencher 5.1i // Thu Dec 19 17:46:39 2002 `timescale 1ns/1ns `define op_sub 1 `define op_and 2 `def
www.eeworm.com/read/395815/8151646

c mcs.c

/* -*- c-basic-offset: 8 -*- rdesktop: A Remote Desktop Protocol client. Protocol services - Multipoint Communications Service Copyright (C) Matthew Chapman 1999-2007 This program is free
www.eeworm.com/read/370576/9595151

v alu.v

` timescale 1ns/1ns module cpu_alu(alu_out,zero,opcode,data_in,acc,clk); input [4:0] opcode; input [7:0] acc,data_in; input clk; output [7:0] alu_out; output zero; reg[7:0] alu_out; pa
www.eeworm.com/read/414114/11127105

cpp exec.cpp

/***************************************************************************** The following code is derived, directly or indirectly, from the SystemC source code Copyright (c) 1996-2002 by all C