Can 'nop' instruction save execute time on AArch64?

后端 未结 0 1734
梦如初夏
梦如初夏 2020-11-30 00:48
 .text
 .globl asm_f1
 .globl asm_f2
 .globl asm_f3
 .globl asm_f4
 .globl asm_f5



 asm_f1:
   mov x0, #1
   movk x0, #1, lsl #16
   movk x0, #1, lsl #32
   ret

          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题