| 数据搜索系统,热门电子元器件搜索 |
|
PM0056 数据表(PDF) 53 Page - STMicroelectronics |
|
|
|||||||||||||||||||||||||||||
PM0056 数据表(HTML) 53 Page - STMicroelectronics |
|
53 / 156 page ![]() DocID15491 Rev 5 53/156 PM0056 The Cortex-M3 instruction set Register with optional shift An operand2 register is specified in the form Rm {, shift}, where: • Rm is the register holding the data for the second operand • Shift is an optional shift to be applied to Rm. It can be one of: ASR #n: Arithmetic shift right n bits, 1 ≤ n ≤ 32 LSL #n: Logical shift left n bits, 1 ≤ n ≤ 31 LSR #n: Logical shift right n bits, 1 ≤ n ≤ 32 ROR #n: Rotate right n bits, 1 ≤ n ≤ 31 RRX: Rotate right one bit, with extend —: If omitted, no shift occurs, equivalent to LSL #0 If you omit the shift, or specify LSL #0, the instruction uses the value in Rm. If you specify a shift, the shift is applied to the value in Rm, and the resulting 32-bit value is used by the instruction. However, the contents in the register Rm remains unchanged. Specifying a register with shift also updates the carry flag when used with certain instructions. For information on the shift operations and how they affect the carry flag, see Shift operations. 3.3.4 Shift operations Register shift operations move the bits in a register left or right by a specified number of bits, the shift length. Register shift can be performed: • Directly by the instructions ASR, LSR, LSL, ROR, and RRX. The result is written to a destination register. • During the calculation of operand2 by the instructions that specify the second operand as a register with shift (see Flexible second operand on page 52). The result is used by the instruction. The permitted shift lengths depend on the shift type and the instruction (see the individual instruction description or Flexible second operand). If the shift length is 0, no shift occurs. Register shift operations update the carry flag except when the specified shift length is 0. The following sub-sections describe the various shift operations and how they affect the carry flag. In these descriptions, Rm is the register containing the value to be shifted, and n is the shift length. ASR Arithmetic shift right by n bits moves the left-hand 32-n bits of the register Rm, to the right by n places, into the right-hand 32-n bits of the result. And it copies the original bit[31] of the register into the left-hand n bits of the result (see Figure 13: ASR#3 on page 54). You can use the ASR #n operation to divide the value in the register Rm by 2n, with the result being rounded towards negative-infinity. When the instruction is ASRS or when ASR #n is used in operand2 with the instructions MOVS, MVNS, ANDS, ORRS, ORNS, EORS, BICS, TEQ or TST, the carry flag is updated to the last bit shifted out, bit[n-1], of the register Rm. Note: 1 If n is 32 or more, all the bits in the result are set to the value of bit[31] of Rm. 2 If n is 32 or more and the carry flag is updated, it is updated to the value of bit[31] of Rm. |
|
链接网址 |
| ALLDATASHEET是否为您带来帮助? [ DONATE ] |
关于 Alldatasheet | 广告服务 | 联系我们 | 隐私政策 | 数据表链接 | 链接交换 | 制造商名单 All Rights Reserved©Alldatasheet.com |
| Russian : Alldatasheetru.com | Korean : Alldatasheet.co.kr | Spanish : Alldatasheet.es | French : Alldatasheet.fr | Italian : Alldatasheetit.com Portuguese : Alldatasheetpt.com | Polish : Alldatasheet.pl | Vietnamese : Alldatasheet.vn Indian : Alldatasheet.in | Mexican : Alldatasheet.com.mx | British : Alldatasheet.co.uk | New Zealand : Alldatasheet.co.nz |
|
Family Site : ic2ic.com |
icmetro.com |