Search results

  1. H

    Current open source status of SGX544-MP2?

    Any change since 2013?
  2. H

    Dingoo Jzsimd - Mxu Instructions List

    WORK IN PROGRESS Analysing the mxu_as AWK script, I can determine there are 58 basic SIMD instructions having a common opcode name. Amongst them, there is 12 SIMD instructions which can be subdivised into 48 instructions and 3 into 48 instructions and 1 into 8 instructions because they have...
  3. H

    Dingoo Jzrisc - Mips32R2 Compatible ?

    Features : JzRISC CPU • MIPS32 ISA Release I and II. Instruction Cycles Description | WAIT | - | will be repeatedly executed until an interrupt arise | MTC0, CACHE(I), TLBWI/R, EXT/INS...
  4. H

    Pandora Qt On Pandora : A Reality ?

    Hi, pcsp, a psp emulator written in C++ is evolving to use Qt for gui and probably for core to increase portability of this emulator. I'd like to be sure a working Qt 4.X will be available on Pandora, so I can easily port pcsp on Pandora with a minimal change on the source. Can someone assert...
  5. H

    How Much Memory Linux Kernel Needs To Run ?

    I have several questions : 1) does Cortex-A8 can map the same physical page at different virtual addresses or is it impossible due to hardware design for mmu ? 2) Can linux mmap stuff be able to track if a swapped page should be recovered at all virtual addresses where the physical page were...
Back
Top