mov.cgs
来自「这个是LINUX下的GDB调度工具的源码」· CGS 代码 · 共 37 行
CGS
37 行
# arm testcase for mov$cond${set-cc?} $rd,$imm12# mach: unfinished .include "testutils.inc" start .global mov_immmov_imm: mov00 pc,0 pass# arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftimm}# mach: unfinished .include "testutils.inc" start .global mov_reg_imm_shiftmov_reg_imm_shift: mov00 pc,pc,pc,lsl 0 pass# arm testcase for mov$cond${set-cc?} $rd,$rn,$rm,${operand2-shifttype} ${operand2-shiftreg}# mach: unfinished .include "testutils.inc" start .global mov_reg_reg_shiftmov_reg_reg_shift: mov00 pc,pc,pc,lsl pc pass
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?