代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/265461/11263508
c cheats.c
/* gameplaySP
*
* Copyright (C) 2006 Exophase
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Lic
www.eeworm.com/read/451249/7468610
txt commands.txt
====Php dump help====
[{/}|{-}command[:attributes]]
/h or /? help
/detail show detail
/opcode show opcode
/oparray show oparray
/function show all the function
/class sho
www.eeworm.com/read/18563/794258
tfi alu.tfi
// Instantiate the module
alu instance_name (
.clk(clk),
.a(a),
.b(b),
.opcode(opcode),
.outp_s(outp_s),
.outp_a(outp_a)
);
www.eeworm.com/read/343627/3218940
tfi alu.tfi
// Instantiate the module
alu instance_name (
.clk(clk),
.a(a),
.b(b),
.opcode(opcode),
.outp_s(outp_s),
.outp_a(outp_a)
);
www.eeworm.com/read/165847/10049725
h dis-asm.h
/* Interface between the opcode library and its callers.
Written by Cygnus Support, 1993.
The opcode library (libopcodes.a) provides instruction decoders for
a large variety of instruction s
www.eeworm.com/read/418361/10951646
h dis-asm.h
/* Interface between the opcode library and its callers.
Written by Cygnus Support, 1993.
The opcode library (libopcodes.a) provides instruction decoders for
a large variety of instruction s
www.eeworm.com/read/227822/14410778
h dis-asm.h
/* Interface between the opcode library and its callers.
Written by Cygnus Support, 1993.
The opcode library (libopcodes.a) provides instruction decoders for
a large variety of instruction s
www.eeworm.com/read/120797/14787840
h dis-asm.h
/* Interface between the opcode library and its callers.
Written by Cygnus Support, 1993.
The opcode library (libopcodes.a) provides instruction decoders for
a large variety of instruction s
www.eeworm.com/read/346457/3182450
svn-base dis-asm.h.svn-base
/* Interface between the opcode library and its callers.
Written by Cygnus Support, 1993.
The opcode library (libopcodes.a) provides instruction decoders for
a large variety of instruction s
www.eeworm.com/read/126502/14419130
c opcodes.c
#define DEST_REG arm->gp_reg [(OPCODE>>12)&0xF]
#define BASE_REG arm->gp_reg [(OPCODE>>16)&0xF]
#define OP_REG arm->gp_reg [(OPCODE&0xF)]
#define SHFT_AMO_REG arm->gp_reg [(OPCODE>>8)&0xF]
#