• LISA language for ARM FAST Models - multithreading support
    Hi, Does LISA support multi-threading - something similar to pthread library in mainstream C++ - in fast models framework ? ~cdhruv
  • ARM Fast Models debugging LISA code in model debugger
    Hi, Am coding a LISA model in ARM Fast Models platform using the ARM Fastmodel tools (sgcanvas, model debugger). Am having trouble in running the model debugger to step through/debug the LISA code...
  • Strange behaviour of uint8x8x2_t
    Hi @ all, I have an uint32x4_t on which I want to perform a count of leading zeros and a table lookup with intrinsics. The table lookup should be performed like this: 0 1 2 3 4 5 6 7 8 9 A B C D E...
  • Incorrect Thumb operand strange behaviour
    Hello, I am trying to compile some asm code with operand unable to be used as immediate, but compiler does not generate error but produce strange binary code, hard to detect erroneous code. The source...
  • Interrupt signal Bypass in GICv2
    Hi all, ARM® Generic Interrupt Controller - Architecture version 2.0 In GICv2 (2.3.1 Interrupt signal bypass, and GICv2 bypass disable --- Page 2-27) it is mentioned that CPU interface optionally includes...