• Code for integer division on Cortex-A8?
    Hi all, when I wrote a C code with division operation the compiler is generating some library calls.....when I tried to see the equivalent code for those function calls...I'm unable to reach there (may...
  • two’s complement
    How to load the two’s complement representation of -1 into Register 3 using one instruction? i am working on ARM7 and NXP processor.
  • Number of Integer and Floating point execution units in M7
    Hi guys, I have 2 doubts. 1) the number of integer and floating point execution units in cortex M7 2) is the number of pipeline stages different for integer and FP
  • Why is there no vector integer divide in SIMD instructions ?
    For vector arithmetic, ADD, SUB, MUL are present for integers, but not DIV. Is that a performance impact ? Does other architectures not have it too ?