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

          新聞中心

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

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

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

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

          4.Rm>, LSL Rs>

          (1)編碼格式

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

          圖4.5 ——寄存器邏輯左移尋址編碼格式

          寄存器邏輯左移十分適合寄存器值乘2的倍數(shù)操作。

          這個(gè)指令是將寄存器Rm的值邏輯左移一定的位數(shù)。位移的位數(shù)由Rs的最低8位bit[7∶0]決定。Rm移出的位用0補(bǔ)齊。進(jìn)位值是移位寄存器最后移出的位,如果移位數(shù)大于0,則進(jìn)位值為0。

          (2)語法格式

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

          其中:

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

          · LSL為邏輯左移操作標(biāo)識;

          · Rs>為包含邏輯左移位數(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 logical_shift_left Rs[7:0]

          shifter_carry_out = Rm[32 – Rs[7:0]]

          else if Rs[7:0] = = 32 then

          shifter_operand = 0

          shifter_carry_out = Rm[0]

          else /*Rs的后8位大于零*/

          shifter_operand = 0

          shifter_carry_out = 0

          (4)說明

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

          (5)舉例

          MOV r0,r2,LSL r3 ;r2的值左移r3位,結(jié)果放入r0

          ANDS r1,r1,r2,LSL r3 ;r2的值左移r3位,然后和r1相與,結(jié)果放入r1

          5.Rm>, LSR #shift_imm>

          (1)編碼格式

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

          圖4.6 ——立即數(shù)邏輯右移尋址編碼格式

          指令的操作數(shù)為寄存器Rm的值右移shift_imm>位,相當(dāng)于Rm的值除以一個(gè)2的倍數(shù)。shift_imm>值的范圍為0~31,移位后空出的位添0。循環(huán)器進(jìn)位值為Rm最后移出的位。

          (2)語法格式

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

          其中:

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

          · LSR為邏輯右移操作標(biāo)識;

          · shift_imm>為邏輯右移位數(shù),范圍為0~31。

          (3)操作偽代碼

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

          shifter_operand = 0

          shifter_carry_out = Rm[31]

          else /*移位立即數(shù)大于零*/

          shifter_operand = Rm logical_shift_Right shift_imm

          shifter_carry_out = Rm[shift_imm - 1]

          (4)說明

          ① shift_imm的取值范圍為0~31,當(dāng)shift_imm=0時(shí),移位位數(shù)為32,所以移位位數(shù)范圍為1~32位。

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



          評論


          相關(guān)推薦

          技術(shù)專區(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); })();