⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rcc.asdl

📁 基于4个mips核的noc设计
💻 ASDL
字号:
-- lcc IR-- $Id: asdl.nw,v 1.24 1998/09/21 21:05:15 drh Exp $module rcc {-- Pickles start with an int version number, followed by rcc.programprogram = (int nuids,int nlabels,item* items,interface* interfaces,int argc,string *argv)real	= (int msb,int lsb)item	= Symbol(symbol symbol)	| Type(type type)	attributes(int uid)symbol	= (identifier id,int type,int scope,int sclass,int ref,int flags)field	= (identifier id,int type,int offset,int bitsize,int lsb)enum	= (identifier id,int value)type	= INT	| UNSIGNED	| FLOAT	| VOID	| POINTER(int type)	| ENUM(identifier tag,enum* ids)	| STRUCT(identifier tag,field* fields)	| UNION(identifier tag,field* fields)	| ARRAY(int type)	| FUNCTION(int type,int* formals)	| CONST(int type)	| VOLATILE(int type)	attributes(int size,int align)interface	= Export(int p)		| Import(int p)		| Global(int p,int seg)		| Local(int uid,symbol p)		-- includes formals		| Address(int uid,symbol q,int p,int n)		| Segment(int seg)		| Defaddress(int p)		| Deflabel(int label)		| Defconst(int suffix,int size,int value)		| Defconstf(int size,real value)		| Defstring(string s)		| Space(int n)		| Function(int f,int* caller,int* callee,int ncalls,interface* codelist)		| Blockbeg		| Blockend		| Forest(node* nodes)node	= CNST(int value)	| CNSTF(real value)	| ARG(node left,int len,int align)	| ASGN(node left,node right,int len,int align)	| CVT(int op,node left,int fromsize)	| CALL(node left,int type)	| CALLB(node left,node right,int type)	| RET	| ADDRG(int uid)	| ADDRL(int uid)	| ADDRF(int uid)	| Unary(int op,node left)				-- INDIR RET JUMP NEG BCOM	| Binary(int op,node left,node right)			-- ADD SUB DIV MUL MOD BOR BAND BXOR RSH LSH	| Compare(int op,node left,node right,int label)	-- EQ NE GT GE LE LT	| LABEL(int label)	| BRANCH(int label)	| CSE(int uid,node node)	attributes(int suffix,int size)}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -