| 2010-06-02 | Gabe Black | ARM: Set CPSR.E to SCTLR.EE on faults. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Warn about not implementing MPU translation, not... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn on accesses to the DRBAR, DRACR, and... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Allow access to the RGNR register. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Make the MPUIR register report that 1 unified... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn on accesses to the BPIALLIS and BPIALL... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Respect the E bit of the CPSR when doing loads... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Zero the micropc when vectoring to a fault. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the V7 version of alignment checking. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the RFE instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the RFE instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a base class for the RFE instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Make sure some undefined thumb32 instructions... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Squash the low order bits of the PC when performin... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: When changing the CPSR and branching, make sure... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn when CSSELR or CCSIDR are accessed. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn access to the bpimva registers. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn on accesses to the dccmvac register. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the enterx and leavex instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the enterx and leavex instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Fix the implementation of BX to work in thumbEE... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: When an instruction is intentionally undefined... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the thumb version of the ldrd and strd... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Explicitly keep track of the second destination... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the thumb32 load byte/memory hint instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the load halfword, memory hints instruction... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn on accesses to icimvau. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn on iciallu. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore/warn on ICIALLUIS. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add support for the clidr register. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the unimplemented data barrier CP15 accesses. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement a stub of CPACR. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Actually write the value of sctlr in ISA.clear(). | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Replace the ARM decode of CP15 MCR and MRC instruc... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the unimplemented cp15 instruction barrier. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore accesses to DCCIMVAC. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Allow accesses to the software thread id registers. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Allow accesses to the contextidr register. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Warn about and ignore accesses to DCCISW. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the thumb versions of the mcr and mrc instr... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the mrc and mcr instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Rename the RevOp base class to something more... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a version of the Dest and Op1 operands for... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement a function to decode CP15 registers... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the bfi and bfc instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the bfc and bfi instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the ubfx and sbfx instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode miscellaneous arm mode media instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the ubfx and sbfx instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a register, immediate, immediate to register... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the clz instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the clz instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the rbit instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the rbit instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the nop instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement nop. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the ldrex instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Rearrange the load/store double/exclusive, table... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the ldrex instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the usad8 and usada8 instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the usad8 and usada8 instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a base class to support usada8. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the sel instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the sel instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a base class for the sel instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode pkh instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the pkh instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the sign/zero extend instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement zero/sign extend instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a base class for extend and add instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Generalize the saturation instruction bases for... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the 8/16 bit signed/unsigned add/subtract... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the 8/16 bit signed/unsigned add/subtrac... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Fix signed most significant multiply instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Fix multiply overflow flag setting. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the saturation instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the saturation instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement base classes for the saturation instruct... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the signed add/subtract and subtract/add... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement signed add/subtract and subtract/add. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the unsigned 8 and 16 bit add and subtract... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the unsigned 8 bit and 16 bit vector... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the unsigned saturating instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the unsigned saturating instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the ssub instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the ssub instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the SADD8 and SADD16 instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the SADD8 and SADD16 instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Support instructions that set the GE bits when... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode 32 bit thumb data processing register instr... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the 16 bit thumb versions of the REV* instr... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the ARM version of the REV* instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Pull decoding of ARM pack, unpack, saturate and... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the REV* instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add base classes suitable for the REV* instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Make LDM that loads the PC perform an interworking... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the swp and swpb instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the swp and swpb instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode MRS and MSR for thumb. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Replace the versions of MRS and MSR in the ARM... | commit | commitdiff | tree | 
| next |