branch-misc-3.s

来自「GNU binutils是GNU交叉工具链中的一个源码包」· S 代码 · 共 45 行

S
45
字号
	# ctc1s and compares shouldn't appear in a branch delay slot.	ctc1	$4,$31	b	1f1:	ctc1	$4,$31	bc1t	1f1:	c.eq.s	$f0,$f2	b	1f1:	c.eq.s	$f0,$f2	bc1t	1f1:	# The next three branches should have nop-filled slots.	ctc1	$4,$31	addiu	$5,$5,1	bc1t	1f1:	ctc1	$4,$31	addiu	$5,$5,1	addiu	$6,$6,1	bc1t	1f1:	c.eq.s	$f0,$f2	addiu	$5,$5,1	bc1t	1f1:	# ...but a swap is possible in these three.	ctc1	$4,$31	addiu	$5,$5,1	addiu	$6,$6,1	addiu	$7,$7,1	bc1t	1f1:	c.eq.s	$f0,$f2	addiu	$5,$5,1	addiu	$6,$6,1	bc1t	1f1:	addiu	$7,$7,1	bc1t	1f1:

⌨️ 快捷键说明

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