代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/124347/6052785
h pj.h
/* Definitions for decoding the picoJava opcode table.
Copyright 1999 Free Software Foundation, Inc.
Contributed by Steve Chamberlain of Transmeta (sac@pobox.com).
This program is free software
www.eeworm.com/read/493005/6403776
h opcodes.h
/*
* opcodes - opcode execution module definition
*
* Copyright (C) 1999-2006 David I. Bell
*
* Calc is open software; you can redistribute it and/or modify it under
* the terms of the version
www.eeworm.com/read/16202/664847
v alu.v
//?????
//------------------------------------------------------------------------------
module alu (alu_out, zero, data, accum, alu_clk, opcode);
output [7:0]alu_out;
output zero;
input [7:0] da
www.eeworm.com/read/18102/774814
v disasm_raw.v
case (opcode)
32'b00110111????????????????????????: /* AAA 1 */
32'b1101010100001010????????????????: /* AAD 2 */
32'b1101010000001010????????????????: /* AAM 2 */
32'b00111111??????????????
www.eeworm.com/read/18563/794285
spl alu.spl
[Inputs]
clk
=a[7:0]=
=b[7:0]=
=opcode[2:0]=
[Outputs]
=outp_s[7:0]=
=outp_a[7:0]=
[BiDir]
[ATTRIBUTES]
VeriModel alu
www.eeworm.com/read/32326/886623
v alu.v
//?????
//------------------------------------------------------------------------------
module alu (alu_out, zero, data, accum, alu_clk, opcode);
output [7:0]alu_out;
output zero;
input [7:0] da
www.eeworm.com/read/39422/1131447
v alu.v
//?????
//------------------------------------------------------------------------------
module alu (alu_out, zero, data, accum, alu_clk, opcode);
output [7:0]alu_out;
output zero;
input [7:0] da
www.eeworm.com/read/462367/1546434
h intcode.h
// The opcodes (these will probably also be our final bytecode opcodes)
enum Opcode {
OP_NOP, // no operation
OP_PUSH, // push string [var]
OP_GETTOP, // get st
www.eeworm.com/read/343627/3218961
spl alu.spl
[Inputs]
clk
=a[7:0]=
=b[7:0]=
=opcode[2:0]=
[Outputs]
=outp_s[7:0]=
=outp_a[7:0]=
[BiDir]
[ATTRIBUTES]
VeriModel alu
www.eeworm.com/read/334125/3374423
c scan.c
/*
Unix SMB/CIFS implementation.
SMB2 opcode scanner
Copyright (C) Andrew Tridgell 2005
This program is free software; you can redistribute it and/or modify
it under the terms of