代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/158872/5589881
h tic4x.h
/* Table of opcodes for the Texas Instruments TMS320C[34]X family.
Copyright (C) 2002, 2003 Free Software Foundation.
Contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz)
T
www.eeworm.com/read/158872/5589885
h vax.h
/* Vax opcde list.
Copyright 1989, 1991, 1992, 1995 Free Software Foundation, Inc.
This file is part of GDB and GAS.
GDB and GAS are free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/158872/5589902
h tahoe.h
/*
* Ported by the State University of New York at Buffalo by the Distributed
* Computer Systems Lab, Department of Computer Science, 1991.
*/
#ifndef tahoe_opcodeT
#define tahoe_opcodeT int
#endi
www.eeworm.com/read/157654/5604782
c cpuemu_02.c
#include "raine.h"
#include "newmem.h"
#include "readcpu.h"
#include "newcpu.h"
#include "cputbl.h"
#pragma warning( disable : 4702 4100 )
unsigned long op_4c40_0(UINT32 opcode) /* DIVL */
{
UINT32
www.eeworm.com/read/157654/5604792
c cpuemu_01.c
#include "raine.h"
#include "newmem.h"
#include "readcpu.h"
#include "newcpu.h"
#include "cputbl.h"
#pragma warning( disable : 4702 4100 )
unsigned long op_0_0(UINT32 opcode) /* OR */
{
UINT32 dstr
www.eeworm.com/read/154079/5642672
v alu.v
module alu(clk, a, b, opcode, outp);
input clk;
input [7:0] a, b;
input [2:0] opcode;
output [7:0] outp;
reg [7:0] outp;
always @(posedge clk)
begin
case (opcode) /* synthesis full_c
www.eeworm.com/read/154079/5642872
xxv alu.xxv
module alu(clk, a, b, opcode, outp);
input clk;
input [7:0] a, b;
input [2:0] opcode;
output [7:0] outp;
reg [7:0] outp;
always @(posedge clk)
begin
casea (opcode) /* synthesis full_
www.eeworm.com/read/154079/5642873
v alu.v
module alu(clk, a, b, opcode, outp);
input clk;
input [7:0] a, b;
input [2:0] opcode;
output [7:0] outp;
reg [7:0] outp;
always @(posedge clk)
begin
case (opcode) /* synthesis full_c
www.eeworm.com/read/152843/5657067
c fpa11.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/152843/5657074
c fpa11_cpdt.c
/*
NetWinder Floating Point Emulator
(c) Rebel.com, 1998-1999
(c) Philip Blundell, 1998
Direct questions, comments to Scott Bambrough
This program is free