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

📄 spi4_tx_dl_uc.list

📁 ixp2400的一个小程序
💻 LIST
📖 第 1 页 / 共 4 页
字号:
	.%operands 0 0 0 -- -- -- -- _tx_state A4 -- --
	.%line 435 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	tx_state.eop    = 1;

	immed[a4, 1, <<0]
.59 AAB00E0002 common_code
	.%operands 0 0 0 tbufs_in_flight A2 -- -- -- -- -- --
	.%line 440 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		while (tbufs_in_flight == NUM_TBUFS)

l_111#:
	alu[--, a2, -, 128]
.60 D812000101 common_code
	.%operands 0 0 0 -- -- -- -- -- -- -- --
	.%line 440 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0 72
	bne[l_155#]
.61 3C10002020 common_code
	.%operands 2 1 0 address B8 -- -- -- -- cur_tx_seq_rd $R0
	.%line 273 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	msf_read(&cur_tx_seq_rd, 

l_112#:
	msf[read, $0, b8, 0, 1], ctx_swap[s1]
.62 C001180080 common_code
	.%operands 0 0 0 cur_tx_seq_rd $R0 -- -- cur_tx_seq B0 -- --
	.%line 278 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	cur_tx_seq = cur_tx_seq_rd & 0xff;

	ld_field_w_clr[b0, 0001, $0, <<0]
.63 AAF0000003 common_code
	.%operands 0 0 0 cur_tx_seq B0 last_tx_seq A3 -- -- -- --
	.%line 282 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	if (*io_last_tx_seq <= cur_tx_seq)

	alu[--, b0, -, a3]
.64 D810C00105 common_code
	.%operands 0 0 0 -- -- -- -- -- -- -- --
	.%line 282 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0 67
	blo[l_153#]
.65 D811100018 common_code
	.%operands 0 0 1 -- -- -- -- -- -- -- --
	.%line 284 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 1 68
/******/  		tbufs_used = cur_tx_seq - *io_last_tx_seq;

	br[l_154#], defer[1]
.66 BAC0100003 common_code
	.%operands 0 0 0 cur_tx_seq B0 last_tx_seq A3 tbufs_used B1 -- --
	.%line 284 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
	alu[b1, b0, -, a3]
.67 BA80100003 common_code
	.%operands 0 0 0 last_tx_seq A3 cur_tx_seq B0 tbufs_used B1 -- --
	.%line 288 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		tbufs_used = *io_last_tx_seq - cur_tx_seq;

l_153#:
	alu[b1, a3, -, b0]
.68 AA80200402 common_code
	.%operands 0 0 0 tbufs_in_flight A2 tbufs_used B1 tbufs_in_flight A2 -- --
	.%line 293 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	*io_tbufs_in_flight -= tbufs_used;

l_154#:
	alu[a2, a2, -, b1]
.69 AAB00E0002 common_code
	.%operands 0 0 0 tbufs_in_flight A2 -- -- -- -- -- --
	.%line 440 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		while (tbufs_in_flight == NUM_TBUFS)

	alu[--, a2, -, 128]
.70 D80F500100 common_code
	.%operands 0 0 1 -- -- -- -- -- -- -- --
	.%line 440 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 1 61
	beq[l_112#], defer[1]
.71 A000300000 common_code
	.%operands 0 0 0 cur_tx_seq B0 -- -- last_tx_seq A3 -- --
	.%line 296 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	*io_last_tx_seq = cur_tx_seq;

	alu[a3, --, B, b0]
.72 A070000004 common_code
	.%operands 0 0 0 _tx_state A4 -- -- -- -- -- --
	.%line 339 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	if (tx_state.eop)

l_155#:
	alu[--, --, B, a4]
.73 D814400100 common_code
	.%operands 0 0 0 -- -- -- -- -- -- -- --
	.%line 339 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0 81
	beq[l_161#]
.74 D80C500018 common_code
	.%operands 0 0 1 -- -- -- -- -- -- -- --
	.%line 344 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 1 49
/******/  			dl_source();

l_156#:
	br[_dl_source#], defer[1]
.75 F00000034C common_code
	.%operands 0 0 0 -- -- -- -- b0 B0 -- --
	.%line 344 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
	load_addr[b0, l_1059#]
.76 A070000005 common_code
	.%operands 0 0 0 _dlBufHandle A5 -- -- -- -- -- --
	.%line 347 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  			if (dlBufHandle.value != 0)

l_1059#:
	alu[--, --, B, a5]
.77 D812800100 common_code
	.%operands 0 0 0 -- -- -- -- -- -- -- --
	.%line 347 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0 74
	beq[l_156#]
.78 F000001701 common_code
	.%operands 0 0 0 -- -- -- -- _tx_state B5 -- --
	.%line 350 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  				tx_state.sop = 1;

	immed[b5, 1, <<0]
.79 C18E181205 common_code
	.%operands 0 0 0 _dlBufHandle A5 -- -- _tx_state B4 -- --
	.%line 353 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  				tx_state.cur_mpacket_addr = 

	ld_field_w_clr[b4, 1110, a5, <<8]
.80 9100380100 common_code
	.%operands 0 0 0 _dlMeta A0 -- -- _tx_state B3 -- --
	.%line 356 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  				tx_state.remaining_length 

	alu_shf[b3, --, B, a0, >>16]
.81 AAB0000F40 common_code
	.%operands 0 0 0 _tx_state B3 -- -- -- -- -- --
	.%line 369 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	if (tx_state.remaining_length <= TBUF_ELEM_SIZE)

l_161#:
	alu[--, 64, -, b3]
.82 D816700105 common_code
	.%operands 0 0 3 -- -- -- -- -- -- -- --
	.%line 369 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 3 89
	blo[l_163#], defer[3]
.83 B000701000 common_code
	.%operands 0 0 0 _tx_state B4 -- -- ret_state B7 -- --
	.%line 363 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	ret_state.cur_mpacket_addr = tx_state.cur_mpacket_addr;

	alu[b7, --, B, b4]
.84 A040000005 common_code
	.%operands 0 0 0 _dlBufHandle A5 -- -- ret_state A0 -- --
	.%line 364 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	ret_state.cur_buf_handle   = tx_state.cur_buf_handle;

	alu[a0, --, B, a5]
.85 A000101400 common_code
	.%operands 0 0 0 _tx_state B5 -- -- ret_state A1 -- --
	.%line 365 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	ret_state.sop			   = tx_state.sop;

	alu[a1, --, B, b5]
.86 D816E00018 common_code
	.%operands 0 0 2 -- -- -- -- -- -- -- --
	.%line 372 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 2 91
/******/  		ret_state.remaining_length = 

	br[l_164#], defer[2]
.87 F0000C0404 common_code
	.%operands 0 0 0 -- -- -- -- _tx_state A4 -- --
	.%line 371 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  		tx_state.eop = 1;

	immed[a4, 1, <<0]
.88 B000100C00 common_code
	.%operands 0 0 0 _tx_state B3 -- -- ret_state B1 -- --
	.%line 372 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  		ret_state.remaining_length = 

	alu[b1, --, B, b3]
.89 F0000C0004 common_code
	.%operands 0 0 0 -- -- -- -- _tx_state A4 -- --
	.%line 377 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		tx_state.eop = 0;

l_163#:
	immed[a4, 0, <<0]
.90 F000000740 common_code
	.%operands 0 0 0 -- -- -- -- ret_state B1 -- --
	.%line 378 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		ret_state.remaining_length = TBUF_ELEM_SIZE;

	immed[b1, 64, <<0]
.91 9BA0000A0C common_code
	.%operands 0 0 0 a12 A12 next_tbuf_elem B2 tbuf_addr B0 -- --
	.%line 161 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	tbuf_addr = MSF_TBUF_BASE_ADDR + 

l_164#:
	alu_shf[b0, a12, OR, b2, <<6]
.92 8BB0700220 common_code
	.%operands 0 0 0 tbuf_addr B0 -- -- a7 A7 -- --
	.%line 167 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	indir.buf_addr = tbuf_addr;

	alu_shf[a7, 0, OR, b0, <<5]
.93 BA0003FC07 common_code
	.%operands 0 0 0 a7 A7 @b127 @B127 indir B0 -- --
	.%line 170 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	indir.ov_ref_count = 1;

	alu[b0, a7, OR, @b127]
.94 B0C0600707 common_code
	.%operands 0 0 0 ret_state B1 -- -- b6 B6 -- --
	.%line 171 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	indir.ref_count = ((in_size + 7) >> 3) - 1;

	alu[b6, b1, +, 7]
.95 9030601900 common_code
	.%operands 0 0 0 b6 B6 -- -- b6 B6 -- --
	.%line 171 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
	alu_shf[b6, --, B, b6, >>3]
.96 BAC0601B01 common_code
	.%operands 0 0 0 b6 B6 -- -- b6 B6 -- --
	.%line 171 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
	alu[b6, b6, -, 1]
.97 A440701B0F common_code
	.%operands 0 0 0 b6 B6 -- -- a7 A7 -- --
	.%line 171 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
	alu[a7, b6, AND, 15]
.98 9AB0080207 common_code
	.%operands 0 0 0 indir B0 a7 A7 b0 B0 -- --
	.%line 171 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
	alu_shf[b0, b0, OR, a7, <<21]
.99 6B2E001F20 common_code
	.%operands 4 16 0 ret_state B7 -- -- -- -- -- --
	.%line 173 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	dram_tbuf_write_ind(in_dram_addr,

	dram[tbuf_wr, --, b7, 0, 8], sig_done[s2], indirect_ref
.100 AAB00DFC02 common_code
	.%operands 0 0 0 tbufs_in_flight A2 -- -- -- -- -- --
	.%line 466 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  		if (tbufs_in_flight == (NUM_TBUFS - 1))

	alu[--, a2, -, 127]
.101 D81CB00101 common_code
	.%operands 0 0 3 -- -- -- -- -- -- -- --
	.%line 466 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 3 114
	bne[l_232#], defer[3]
.102 B0C0401340 common_code
	.%operands 0 0 0 _tx_state B4 -- -- _tx_state B4 -- --
	.%line 381 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	tx_state.cur_mpacket_addr += TBUF_ELEM_SIZE;

	alu[b4, b4, +, 64]
.103 BAC0300F40 common_code
	.%operands 0 0 0 _tx_state B3 -- -- _tx_state B3 -- --
	.%line 382 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	tx_state.remaining_length -= TBUF_ELEM_SIZE;

	alu[b3, b3, -, 64]
.104 F000001700 common_code
	.%operands 0 0 0 -- -- -- -- _tx_state B5 -- --
	.%line 383 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	tx_state.sop = 0;

	immed[b5, 0, <<0]
.105 3C10002020 common_code
	.%operands 2 1 0 address B8 -- -- -- -- cur_tx_seq_rd $R0
	.%line 273 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	msf_read(&cur_tx_seq_rd, 

	msf[read, $0, b8, 0, 1], ctx_swap[s1]
.106 C001180080 common_code
	.%operands 0 0 0 cur_tx_seq_rd $R0 -- -- cur_tx_seq B0 -- --
	.%line 278 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	cur_tx_seq = cur_tx_seq_rd & 0xff;

	ld_field_w_clr[b0, 0001, $0, <<0]
.107 AAF0000003 common_code
	.%operands 0 0 0 cur_tx_seq B0 last_tx_seq A3 -- -- -- --
	.%line 282 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	if (*io_last_tx_seq <= cur_tx_seq)

	alu[--, b0, -, a3]
.108 D81BC00105 common_code
	.%operands 0 0 0 -- -- -- -- -- -- -- --
	.%line 282 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0 111
	blo[l_230#]
.109 D81C100018 common_code
	.%operands 0 0 1 -- -- -- -- -- -- -- --
	.%line 284 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 1 112
/******/  		tbufs_used = cur_tx_seq - *io_last_tx_seq;

	br[l_231#], defer[1]
.110 BAC0600003 common_code
	.%operands 0 0 0 cur_tx_seq B0 last_tx_seq A3 tbufs_used B6 -- --
	.%line 284 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
	alu[b6, b0, -, a3]
.111 BA80600003 common_code
	.%operands 0 0 0 last_tx_seq A3 cur_tx_seq B0 tbufs_used B6 -- --
	.%line 288 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		tbufs_used = *io_last_tx_seq - cur_tx_seq;

l_230#:
	alu[b6, a3, -, b0]
.112 AA80201802 common_code
	.%operands 0 0 0 tbufs_in_flight A2 tbufs_used B6 tbufs_in_flight A2 -- --
	.%line 293 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	*io_tbufs_in_flight -= tbufs_used;

l_231#:
	alu[a2, a2, -, b6]
.113 A000300000 common_code
	.%operands 0 0 0 cur_tx_seq B0 -- -- last_tx_seq A3 -- --
	.%line 296 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	*io_last_tx_seq = cur_tx_seq;

	alu[a3, --, B, b0]
.114 E00020000C common_code
	.%operands 0 0 2 -- -- -- -- -- -- -- --
	.%line 474 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 2
/******/  		wait_for_all(&dram_to_tbuf_sig);

l_232#:
	ctx_arb[s3, s2], all, defer[2]
.115 C088100607 common_code
	.%operands 0 0 0 ret_state B1 -- -- a7 A7 -- --
	.%line 216 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	tbuf_control.control_word.parts.payload_length = 

	ld_field_w_clr[a7, 1000, b1, <<24]
.116 B4000C0401 common_code
	.%operands 0 0 0 ret_state A1 -- -- b0 B0 -- --
	.%line 220 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	tbuf_control.control_word.parts.sop = in_sop;

	alu[b0, a1, AND, 1]
.117 8B70100207 common_code
	.%operands 0 0 0 a7 A7 b0 B0 a1 A1 -- --
	.%line 220 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
	alu_shf[a1, a7, OR, b0, <<9]
.118 B4000C0404 common_code
	.%operands 0 0 0 _tx_state A4 -- -- b0 B0 -- --
	.%line 221 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	tbuf_control.control_word.parts.eop = in_eop;

	alu[b0, a4, AND, 1]
.119 8B88000201 common_code
	.%operands 0 0 0 a1 A1 b0 B0 tbuf_control_wr $W0 -- --
	.%line 221 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
	alu_shf[$0, a1, OR, b0, <<8]
.120 9BD0000A0D common_code
	.%operands 0 0 0 a13 A13 next_tbuf_elem B2 address B0 -- --
	.%line 224 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  	msf_write(

	alu_shf[b0, a13, OR, b2, <<3]
.121 3D12000220 common_code
	.%operands 1 2 2 address B0 -- -- -- -- tbuf_control_wr $W0
	.%line 224 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 2
	msf[write, $0, b0, 0, 2], ctx_swap[s1], defer[2]
.122 F0000C0181 common_code
	.%operands 0 0 0 -- -- -- -- tbuf_control_wr $W1 -- --
	.%line 222 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  	tbuf_control_wr = tbuf_control;

	immed[$1, 0, <<0]
.123 A0802C0402 common_code
	.%operands 0 0 0 tbufs_in_flight A2 -- -- tbufs_in_flight A2 -- --
	.%line 487 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  		tbufs_in_flight++;

	alu[a2, a2, +, 1]
.124 A070000004 common_code
	.%operands 0 0 0 _tx_state A4 -- -- -- -- -- --
	.%line 489 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 0
/******/  		if (cur_state.eop)

	alu[--, --, B, a4]
.125 D80EE00100 common_code
	.%operands 0 0 2 -- -- -- -- -- -- -- --
	.%line 489 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 1 2 59
	beq[l_111#], defer[2]
.126 B0C0200B01 common_code
	.%operands 0 0 0 next_tbuf_elem B2 -- -- next_tbuf_elem B2 -- --
	.%line 485 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  		next_tbuf_elem += TBUF_ELEM_SIZE / 64;

	alu[b2, b2, +, 1]
.127 B440200B7F common_code
	.%operands 0 0 0 next_tbuf_elem B2 -- -- next_tbuf_elem B2 -- --
	.%line 486 "G:\IXA_SDK_3.5\modify_c_hw3\spi4_tx.c" 0 0
/******/  		next_tbuf_elem &= 0x7f;

	alu[b2, b2, AND, 127]
.128 C007180000 common_code
	.%operands 0 0 0 ret_state A0 -- -- _sram_addr B0 -- --
	.%line 722 "G:\IXA_SDK_3.5\src\library\dataplane_library\microC\ixp_buf.c" 1 0
/******/  	__asm ld_field[_sram_addr, 0111b, in_sram_addr]

	ld_field_w_clr[b0, 0111, a0, <<0]
.129 0C00000320 common_code
	.%operands 0 1 0 _sram_addr B0 -- -- -- -- -- --
	.%line 731 "G:\IXA_SDK_3.5\src\library\dataplane_library\microC\ixp_buf.c" 1 0
/******/  	sram_enqueue((volatile void __declspec(sram) *)_sram_addr);

	sram[enqueue, --, b0, 0]
.130 D80EC00018 common_code
	.%operands 0 0 0 -- -- -- -- -- -- -- --
	.%line 731 "G:\IXA_SDK_3.5\src\library\dataplane_library\microC\ixp_buf.c" 1 0 59
	br[l_111#]
.%type I4
.%type S4 {
__unnamed 0 2;
}
.%type S4 {
__unnamed 0 3;
value 0 4;
}
.%type S4 {
eop 0:31:1 4;
sop 0:30:1 4;
seg_count 0:24:6 4;
lw_offset 0:0:24 4;
}
.%type U4
.%type S32 {
__unnamed 0 6;
value 0 8;
}
.%type S32 {
bufferNext 0 1;
bufferSize 4 7;
offset 6 7;
packetSize 8:16:16 4;
freeListId 8:12:4 4;
rxStat 8:8:4 4;
headerType 8:0:8 4;
inputPort 12 7;
outputPort 14 7;
nextHopId 16:16:16 4;
fabricPort 16:8:8 4;
reserved 16:4:4 4;
nhidType 16:0:4 4;
colorId 20:28:4 4;
reserved1 20:24:4 4;
flowId 20:0:24 4;
classId 24 7;
reserved2 26 7;
packetNext 28 4;
}
.%type U2
.%type A32 4
.%type S16 ring_data_t{
handle 0 1;
length 4 4;
offset 8 4;
sequence 12 4;
}
.%type P2 11
.%type U4
.%type P1 11
.%type U4
.%type E4 {
sig_done 0;
ctx_swap 1;
}
.%type P2 16
.%type I4
.%type S4 scratch_read_write_ind_t{
__unnamed 0 18;
}
.%type S4 {
__unnamed 0 19;
value 0 13;
}
.%type S4 {
ov_ueng_addr 0:31:1 13;
ueng_addr 0:26:5 13;
ov_ref_count 0:25:1 13;
ref_count 0:21:4 13;
reserved 0:12:9 13;
xadd 0:5:7 13;
ov_xadd 0:4:1 13;
ov_ctx 0:3:1 13;
ctx 0:0:3 13;

⌨️ 快捷键说明

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