<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁(yè) > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > ARM指令尋址方式之: 數(shù)據(jù)處理指令的尋址方式

          ARM指令尋址方式之: 數(shù)據(jù)處理指令的尋址方式

          作者: 時(shí)間:2013-09-13 來(lái)源:網(wǎng)絡(luò) 收藏

          本文引用地址:http://www.ex-cimer.com/article/257084.htm

          8.Rm>, ASR Rs>

          (1)編碼格式

          指令的編碼格式如圖4.9所示。

          圖4.9 ——寄存器算術(shù)右移尋址編碼格式

          此操作將寄存器Rm的數(shù)值算術(shù)右移一定的位數(shù)。移位后空缺的位由Rm的符號(hào)位(Rm[31])填充。位移的位數(shù)由Rs的最低8位bit[7∶0]決定。當(dāng)Rs[7∶0]大于零而小于32時(shí),指令的操作數(shù)為寄存器Rm的數(shù)值算術(shù)右移Rs[7∶0]位,進(jìn)位標(biāo)志C為Rm最后被移出的位。

          (2)語(yǔ)法格式

          opcode> {cond>} {S} Rd>,Rn>,Rm>,ASR Rs>

          其中:

          · Rm>為指令被移位的寄存器;

          · ASR為算術(shù)右移操作標(biāo)識(shí);

          · Rs>為包含算術(shù)右移位數(shù)的寄存器。

          (3)操作偽代碼

          if Rs[7:0] = = 0 then

          shifter_operand = Rm

          shifter_carry_out = C flag

          else if Rs[7:0] 32 then

          shifter_operand = Rm Arithmeticl_shift_Right Rs[7:0]

          shifter_carry_out = Rm[Rs[7:0] - 1]

          else

          if Rm[31] = =0 then

          shifter_operand = 0

          shifter_carry_out = Rm[31]

          else

          shifter_operand = 0xffffffff

          shifter_carry_out = Rm[31]

          (4)說(shuō)明

          如果程序計(jì)數(shù)器r15被用作Rd、Rm、Rn或Rs中的任意一個(gè),則指令的執(zhí)行結(jié)果不可預(yù)知。

          9.Rm>, ROR #shift_imm>

          (1)編碼格式

          指令的編碼格式如圖4.10所示。

          圖4.10 ——立即數(shù)循環(huán)右移尋址編碼格式

          指令的操作數(shù)由寄存器Rm的數(shù)值循環(huán)右移一定的位數(shù)得到。移位的位數(shù)由Rs的最低8位bits[7∶0]決定。當(dāng)Rs[7∶0]=0時(shí),指令的操作數(shù)為寄存器Rm的值,循環(huán)器的進(jìn)位值為CPSR中的C條件標(biāo)志位;否則,循環(huán)器的進(jìn)位值為Rm最后被移出的位。

          (2)語(yǔ)法格式

          opcode> {cond>} {S} Rd>,Rn>,Rm>,ROR #shift_imm>

          其中:

          · Rm>為被移位的寄存器;

          · ROR為循環(huán)右移操作標(biāo)識(shí);

          · shift_imm>為循環(huán)右移位數(shù),范圍為1~31,當(dāng)shift_imm等于0時(shí)執(zhí)行RRX操作。

          (3)操作偽代碼

          if shift_imm == 0 then /*執(zhí)行寄存器操作*/

          執(zhí)行RRX操作

          else

          shifter_operand = Rm Rotate_Right shift_imm

          shifter_carry_out = Rm[shift_imm - 1]

          (4)說(shuō)明

          如果指令中的Rm或Rn指定為程序計(jì)數(shù)器r15,則操作數(shù)的值為當(dāng)前指令地址加8。



          評(píng)論


          相關(guān)推薦

          技術(shù)專(zhuān)區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();