代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/366576/9808014

c hciattach_tialt.c

/* * * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2005-2008 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/366434/9815026

txt rfc2756.txt

组织:中国互动出版网(http://www.china-pub.com/) RF文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm) E-mail:ouyang@china-pub.com 译者:陈贵敏(efoxxx efoxxx@263.net) 译文发布时间:2001-10-20 版权:本中文翻译文档版权
www.eeworm.com/read/366144/9828250

tcl qmg_batch_init.tcl

# QMG batch initialization # procedure to read an object from a file proc gm_readfile {filename fileformat} { if {$fileformat == "xdr"} { set obj [gmxdr_read $filename] } else { set obj [g
www.eeworm.com/read/169221/9874974

v alu.v

`define add 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define bnot 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg[7:0] out; input[2:0] opcode; input[7:0] a,b; alway
www.eeworm.com/read/363985/9926974

pardef

/***************************************************************************** $RCSfile: pardef,v $ $Revision: 1.2 $ $Author: kohlere $ $Date: 2000/03/28 04:39:17 $ $State: Exp $ $Source: /home/lefurg
www.eeworm.com/read/363985/9926991

v pardef.v

`timescale 1ns/10ps /***************************************************************************** $RCSfile: pardef.v,v $ $Revision: 1.3 $ $Author: kohlere $ $Date: 2000/03/28 04:39:17 $ $State: Exp $
www.eeworm.com/read/363985/9927053

pardef

/***************************************************************************** $RCSfile: pardef,v $ $Revision: 1.1 $ $Author: kohlere $ $Date: 2000/05/04 16:50:11 $ $State: Exp $ $Source: /home/lefurg
www.eeworm.com/read/363985/9927063

v pardef.v

/***************************************************************************** $RCSfile: pardef.v,v $ $Revision: 1.2 $ $Author: kohlere $ $Date: 2000/04/09 22:28:33 $ $State: Exp $ $Source: /home/lefu
www.eeworm.com/read/362310/10005887

v alu.v

`define add 3'd0 `define minus 3'd1 `define band 3'd2 `define bor 3'd3 `define bnot 3'd4 module alu(out,opcode,a,b); output[7:0] out; reg[7:0] out; input[2:0] opcode; input[7:0] a,b; alway
www.eeworm.com/read/362255/10009090

cpp dsasm_functions.cpp

#include "Disasm.h" // x86 Registers char *regs[3][9] = { { "al", "cl", "dl", "bl", "ah", "ch", "dh", "bh" }, // 8Bit { "ax", "cx", "dx", "bx", "sp", "bp", "si", "di" }, // 16Bit