uld2-eb.d

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

D
26
字号
#as: -EB#objdump: -dr --prefix-addresses --show-raw-insn -M reg-names=numeric#name: uld2 -EB#source: uld2.s# Further checks of uld macro.# XXX: note: when 'move' is changed to use 'or' rather than daddu, the# XXX: 'move' opcodes shown here (whose raw instruction fields are daddu)# XXX: should be changed to be 'or' instructions and this comment should be# XXX: removed..*: +file format .*mips.*Disassembly of section .text:0+0000 <[^>]*> 68a40000 	ldl	\$4,0\(\$5\)0+0004 <[^>]*> 6ca40007 	ldr	\$4,7\(\$5\)0+0008 <[^>]*> 68a40001 	ldl	\$4,1\(\$5\)0+000c <[^>]*> 6ca40008 	ldr	\$4,8\(\$5\)0+0010 <[^>]*> 68a10000 	ldl	\$1,0\(\$5\)0+0014 <[^>]*> 6ca10007 	ldr	\$1,7\(\$5\)0+0018 <[^>]*> 0020282[1d] 	move	\$5,\$10+001c <[^>]*> 68a10001 	ldl	\$1,1\(\$5\)0+0020 <[^>]*> 6ca10008 	ldr	\$1,8\(\$5\)0+0024 <[^>]*> 0020282[1d] 	move	\$5,\$1	\.\.\.

⌨️ 快捷键说明

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