gdkchan f43dd08064 Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) il y a 8 ans
..
ABlock.cs f43dd08064 Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) il y a 8 ans
ACond.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
ADataOp.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
ADecoder.cs f43dd08064 Added support for more shader instructions and texture formats, fix swapped channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) il y a 8 ans
ADecoderHelper.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AIntType.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCode.cs 9670c096e4 Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now) il y a 8 ans
AOpCodeAdr.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeAlu.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeAluImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeAluRs.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeAluRx.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeBImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeBImmAl.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeBImmCmp.cs 980691f36b [CPU] Fix CBZ/CBNZ with 32 bits operands il y a 8 ans
AOpCodeBImmCond.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeBImmTest.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeBReg.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeBfm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeCcmp.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeCcmpImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeCcmpReg.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeCsel.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeException.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMem.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMemEx.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMemImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMemLit.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMemPair.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMemReg.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMov.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeMul.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimd.cs 035efc913e Fix cpu issue with cmp optimization, add HINT and FRINTX (scalar) instructions, fix for NvFlinger sometimes missing free buffers il y a 8 ans
AOpCodeSimdCvt.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdExt.cs be0e4007dc Add SMLAL (vector), fix EXT instruction il y a 8 ans
AOpCodeSimdFcond.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdFmov.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdImm.cs b50bc46888 CPU fix for the cases using a Mask with shift = 0 il y a 8 ans
AOpCodeSimdIns.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdMemImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdMemLit.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdMemMs.cs 53e2d34905 Enable all ld/st (single structure) instructions il y a 8 ans
AOpCodeSimdMemPair.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdMemReg.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdMemSs.cs 53e2d34905 Enable all ld/st (single structure) instructions il y a 8 ans
AOpCodeSimdReg.cs 59d1b2ad83 Add MUL (vector by element), fix FCVTN, make svcs use MakeError too il y a 8 ans
AOpCodeSimdRegElem.cs 88c6160c62 Add MLA (vector by element), fixes some cases of MUL (vector by element)? il y a 8 ans
AOpCodeSimdRegElemF.cs 59d1b2ad83 Add MUL (vector by element), fix FCVTN, make svcs use MakeError too il y a 8 ans
AOpCodeSimdShImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSimdTbl.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AOpCodeSystem.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
AShiftType.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCode.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeAlu.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeAluImm.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeAluRs.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeAluRx.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeCond.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeLit.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans
IAOpCodeSimd.cs 62b827f474 Split main project into core,graphics and chocolarm4 subproject (#29) il y a 8 ans