ARM Cortex R4F Manual de usuario Pagina 15

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 64
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 14
© G.N. Khan ARM Processors/Cores – EE8205: Embedded Computer Systems Page: 15
ARM CPU Features: Modified RISC
Multiple Load and Store Operation
Reduce the penalty of data accesses during a stall in the pipeline
Multiple load/store instructions can move any of the ARM registers
to and from memory, and update the memory address register
automatically after the transfer.
This not only allows one instruction to transfer many words of
data (in a single bus burst), it also reduces the amount of
instructions needed to transfer data.
Make the ARM code smaller than other 32-bit CPUs
These instructions can specify an update of the base address
register with a new address after (or even before) the transfer.
RISC CPU architectures would normally use a second instruction (add or
subtract) to form the next address in a sequence.
ARM does it automatically with a single bit in the instruction, again a
useful saving in code size.
Vista de pagina 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 63 64

Comentarios a estos manuales

Sin comentarios