代码搜索:opcode

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

代码结果 2,963
www.eeworm.com/read/408902/11365529

py hod.py

#Licensed to the Apache Software Foundation (ASF) under one #or more contributor license agreements. See the NOTICE file #distributed with this work for additional information #regarding copyright ow
www.eeworm.com/read/406404/11443553

h disasm.h

//-----------------------------------------------------------------------------------// // Windows Graphics Programming: Win32 GDI and DirectDraw // //
www.eeworm.com/read/405708/11459056

v 06.08.03_snippet-1.v

/********************************************************************** * parallel_case and full_case pragmas as attributes (V2K style) * * Author: Stuart Sutherland * * (c) Copyright 2003, Suthe
www.eeworm.com/read/403922/11502785

html parsekit.constants.html

Predefined Constants
www.eeworm.com/read/402359/11536656

c bitmap.c

/* rdesktop: A Remote Desktop Protocol client. Bitmap decompression routines Copyright (C) Matthew Chapman 1999-2001 This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/401363/11558600

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/158283/11627562

awk opcodedoc.awk

# # Extract opcode documentation for sqliteVdbe.c and generate HTML # BEGIN { print "" print "SQLite Virtual Database Engine Opcodes" print "" } / Opcod
www.eeworm.com/read/157653/11676594

awk opcodedoc.awk

# # Extract opcode documentation for sqliteVdbe.c and generate HTML # BEGIN { print "" print "SQLite Virtual Database Engine Opcodes" print "" } / Opcod
www.eeworm.com/read/345059/11842294

c nr4hdr.c

/* Net/rom transport layer header conversion routines. */ #include "global.h" #include "mbuf.h" #include "nr4.h" /* Convert a net/rom transport header to host format structure. * Return -1 i
www.eeworm.com/read/344792/11859975

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