代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/102935/6225143
c math.c
/*
* arch/s390/math-emu/math.c
*
* S390 version
* Copyright (C) 1999-2001 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Martin Schwidefsky (schwidefsky@de.ibm.com),
*
*
www.eeworm.com/read/102935/6226064
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/102935/6226071
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
www.eeworm.com/read/306499/6327725
v a86_fetch_block.v
// http://gforge.openchip.org/projects/a86
`include "timescale.v"
`include "a86_defines.v"
module a86_fetch_block(rst,clk
,debug
,dbg_code
,icode
,opcode
,addrmode
,immed32
);
i
www.eeworm.com/read/405708/11459007
sv 04.01.02_snippet-1.sv
/**********************************************************************
* In-line initialization of structure with list of values
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland
www.eeworm.com/read/405708/11459010
sv 04.01.01_snippet-1.sv
/**********************************************************************
* Typed structure definition
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland HDL, Inc. *** ALL RIGHTS RESE
www.eeworm.com/read/405708/11459011
sv 04.01.02_snippet-2.sv
/**********************************************************************
* Assigning structure members separate values
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland HDL, Inc. **
www.eeworm.com/read/405708/11459013
sv 04.01.04_snippet-1.sv
/**********************************************************************
* passing structures through ports
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland HDL, Inc. *** ALL RIGH
www.eeworm.com/read/405708/11459016
sv 04.02.03_snippet-1.sv
/**********************************************************************
* Packed union declarations with structures and arrays
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland HDL
www.eeworm.com/read/405708/11459020
sv 04.01.02_snippet-5.sv
/**********************************************************************
* Assigning structures a default value for all members
*
* Author: Stuart Sutherland
*
* (c) Copyright 2003, Sutherland HDL