nohazard.s

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

S
20
字号
# This test case includes a number of cases where there is no load# hazard between a load and the instruction which follows it in# the pipeline..data.text	lw %0, 0x40(%0)	add %1, %2, %3	lh %0, 0x80(%0)	add %1, %2, %3	lb %0, 0x80(%0)	add %1, %2, %3	lw %0, 0x80(%0)	nop	add %0, %0, %0	ldw %0, 0x80(%3)	nop	ldw %0, 0x80(%3)	add %2, %3, %4	

⌨️ 快捷键说明

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