代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/181075/9275474

c obex_connect.c

/********************************************************************* * * Filename: obex_connect.c * Version: 0.9 * Description: Parse and create connect-command. *
www.eeworm.com/read/167733/9953710

v sm.v

// Copyright Model Technology, a Mentor Graphics // Corporation company 2003, - All rights reserved. /******************************* * Sample solution: - Synthesizable RTL * - Separate signals,
www.eeworm.com/read/361963/10026498

h jit_op.h

/* * Cisco router simulation platform. * Copyright (c) 2007 Christophe Fillot (cf@utc.fr) */ #ifndef __JIT_OP_H__ #define __JIT_OP_H__ #include "utils.h" /* Number of JIT pools */ #define JIT_OP
www.eeworm.com/read/274824/10850476

v machine.v

module machine(INC_PC,LOAD_ACC,LOAD_PC,RD,WR,LOAD_IR, DATACTL_ENA,HALT,CLK1,ZERO,ENA,OPCODE); output INC_PC, LOAD_ACC,LOAD_PC,RD,WR,LOAD_IR; output DATACTL_EN
www.eeworm.com/read/397329/8055628

v id.v

//****************************************************************************** // // id.v // // the implementation for ID unit . // // verilog written by Pengcheng Li, HNU 2006/07/15 // //**
www.eeworm.com/read/330873/12862787

v machine.v

module machine( inc_pc, load_acc, load_pc, rd,wr, load_ir, datactl_ena, halt, clk1, zero, ena, opcode ); output inc_pc, load_acc, load_pc, rd, wr, load_ir; output datactl_ena, halt; input clk1, zero
www.eeworm.com/read/136827/5846838

c obex_connect.c

/********************************************************************* * * Filename: obex_connect.c * Version: 0.9 * Description: Parse and create connect-command. *
www.eeworm.com/read/136827/5847409

c rpza.c

/* * Quicktime Video (RPZA) Video Decoder * Copyright (C) 2003 the ffmpeg project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser G
www.eeworm.com/read/132821/5909152

vhd armcoproc.vhd

library ieee; use ieee.std_logic_1164.all; use work.corelib.all; -- PREFIX: aco_xxx package armcoproc is -- locking>|< -- +---------+---------+-----
www.eeworm.com/read/131315/5939599

el bytecomp.el

;; Compilation of Lisp code into byte code. ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it