| 2010-06-02 | Gabe Black | ARM: Add a new RegImmOp base class. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a RegRegImmOp base class. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Widen the immediate fields in the misc instruction... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a function to decode VFP modified immediate... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a function to decode SIMD modified immediate... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add fp operands to operands.isa. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the VMRS instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Update the set of FP related miscregs. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the VMRS instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the VMSR instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the VMSR instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode 8, 16, and 32 bit transfers between core... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore attempts to disable coprocessors that aren... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the udiv instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the sdiv instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Ignore writing a bad mode to CPSR with MSR. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the CPS instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the CPS instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the SRS instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the SRS instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Add a base class for SRS. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement a badMode function that says whether... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Allow flattening into any mode. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode TBB and TBH. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the setend instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Define the setend instruction. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Make a base class for instructions that use only... | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the arm version of ldrexd. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Decode the strex instructions. | commit | commitdiff | tree | 
| 2010-06-02 | Gabe Black | ARM: Implement the strex instructions. | commit | commitdiff | tree | 
| 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 | 
| next |