代码搜索:opcode
找到约 2,963 项符合「opcode」的源代码
代码结果 2,963
www.eeworm.com/read/385462/2588985
c ia64-opc-m.c
/* ia64-opc-m.c -- IA-64 `M' opcode table.
Copyright 1998, 1999, 2000, 2002, 2005 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang
This file is part of
www.eeworm.com/read/385462/2588986
c ia64-opc-d.c
/* ia64-opc-d.c -- IA-64 `D' opcode table.
Copyright 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by David Mosberger-Tang
This file is part of
www.eeworm.com/read/385462/2588988
c ia64-opc-b.c
/* ia64-opc-b.c -- IA-64 `B' opcode table.
Copyright 1998, 1999, 2000, 2002, 2005, 2006
Free Software Foundation, Inc.
Contributed by David Mosberger-Tang
This file is
www.eeworm.com/read/385462/2588996
c ia64-opc-i.c
/* ia64-opc-i.c -- IA-64 `I' opcode table.
Copyright 1998, 1999, 2000, 2002, 2005, 2006
Free Software Foundation, Inc.
Contributed by David Mosberger-Tang
This file is
www.eeworm.com/read/368386/2816740
h ppc.h
/*
* BK Id: SCCS/s.ppc.h 1.5 05/17/01 18:14:23 cort
*/
/* ppc.h -- Header file for PowerPC opcode table
Copyright 1994 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Suppor
www.eeworm.com/read/350657/3120693
h ppc.h
/*
* BK Id: SCCS/s.ppc.h 1.5 05/17/01 18:14:23 cort
*/
/* ppc.h -- Header file for PowerPC opcode table
Copyright 1994 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Suppor
www.eeworm.com/read/264095/4294370
h ppc.h
/*
* BK Id: SCCS/s.ppc.h 1.5 05/17/01 18:14:23 cort
*/
/* ppc.h -- Header file for PowerPC opcode table
Copyright 1994 Free Software Foundation, Inc.
Written by Ian Lance Taylor, Cygnus Suppor
www.eeworm.com/read/261703/4319820
vhd alu.vhd
-- ALU
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity alu is
port ( a, b : in std_logic_vector(7 downto 0);
opcode: in std_logic_vector(1 downto 0);
www.eeworm.com/read/260612/4330063
vhd alu.vhd
library IEEE;
use IEEE.std_logic_1164.all;
use IEEE.std_logic_unsigned.all;
entity alu is
port (clk : in std_logic;
a,b : in std_logic_vector(7 downto 0);
opcode : in std_logic_ve
www.eeworm.com/read/382529/9023021
txt yufafenxi.txt
struct ExprNode { // 语法树节点类型
enum Token_Type OpCode; // 记号类别号PLUS, MINUS, MUL, DIV POWER, FUNC, CONSTID 等
//记号类型
union {
struct { ExprNode *Left, *Right; } CaseOperator; //二元运算符
struct {