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

📄 nohazard.s

📁 工具链BINUTIS-2.16的源代码
💻 S
字号:
# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -