Age | Commit message (Expand) | Author |
2010-06-02 | ARM: Decode the neon instruction space. | Gabe Black |
2010-06-02 | ARM: Combine some redundant cases in one of the data decode functions. | Gabe Black |
2010-06-02 | ARM: Get rid of the binary dumping function in utility.hh. | Gabe Black |
2010-06-02 | ARM: Decode to specialized conditional/unconditional versions of instructions. | Gabe Black |
2010-06-02 | ARM: Make sure undefined unconditional ARM instructions decode as such. | Gabe Black |
2010-06-02 | ARM: Implement a version of mcr and mrc that works in user mode. | Gabe Black |
2010-06-02 | ARM: Hook the misc instructions into the thumb decoder. | Gabe Black |
2010-06-02 | ARM: Move some miscellaneous instructions out of the decoder to share with th... | Gabe Black |
2010-06-02 | ARM: Treat LDRD in ARM with an odd index as an undefined instruction. | Gabe Black |
2010-06-02 | ARM: Detect a bad offset field for the VFP Ldm/Stm instructions in the decoder. | Gabe Black |
2010-06-02 | ARM: Implement the bkpt instruction. | Gabe Black |
2010-06-02 | ARM: Make undefined instructions obey predication. | Gabe Black |
2010-06-02 | ARM: Implement support for the IT instruction and the ITSTATE bits of CPSR. | Gabe Black |
2010-06-02 | ARM: Get rid of some of the old FP implementation. | Gabe Black |
2010-06-02 | ARM: Implement the ARM TLB/Tablewalker. Needs performance improvements. | Ali Saidi |
2010-06-02 | ARM: Add BKPT instruction | Ali Saidi |
2010-06-02 | ARM: Implement conversion to/from half precision. | Gabe Black |
2010-06-02 | ARM: Even though writes to MVFR0/1 should be unpredictable, we need to make t... | Gabe Black |
2010-06-02 | ARM: Implement the version of VMRS that writes to the APSR. | Gabe Black |
2010-06-02 | ARM: Ignore reads and writes to DCIMVAC. | Gabe Black |
2010-06-02 | ARM: Implement the VCMPE instruction. | Gabe Black |
2010-06-02 | ARM: Implement the version of VCVT float to int that rounds towards zero. | Gabe Black |
2010-06-02 | ARM: Implement the floating/fixed point VCVT instructions. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of VCMP. | Gabe Black |
2010-06-02 | ARM: Add support for VFP vector mode. | Gabe Black |
2010-06-02 | ARM: Implement VCVT between double and single width FP. | Gabe Black |
2010-06-02 | ARM: Implement vcvt between int and fp. Ignore rounding. | Gabe Black |
2010-06-02 | ARM: Consolidate the VFP register index computation code. | Gabe Black |
2010-06-02 | ARM: Implement the VFP negated multiplies. | Gabe Black |
2010-06-02 | ARM: Implement the VFP versions of VMLA and VMLS. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vdiv and vsqrt. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vsub. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vadd. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vabs. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vneg. | Gabe Black |
2010-06-02 | ARM: Implement the VFP version of vmul. | Gabe Black |
2010-06-02 | ARM: Move the VFP data operation decode into a function. | Gabe Black |
2010-06-02 | ARM: Decode ARM unconditional MRC and MCR instructions. | Gabe Black |
2010-06-02 | ARM: Move the CP15 decode block into a function. | Gabe Black |
2010-06-02 | ARM: Decode the unconditional version of ARM fp instructions. | Gabe Black |
2010-06-02 | ARM: Move the FP decode blocks into functions. | Gabe Black |
2010-06-02 | ARM: Warn/ignore when TLB maintenance operations are performed. | Gabe Black |
2010-06-02 | ARM: Convert the CP15 registers from MPU to MMU. | Gabe Black |
2010-06-02 | ARM: Decode the VSTR instruction. | Gabe Black |
2010-06-02 | ARM: BXJ should be BX when there is no J support | Ali Saidi |
2010-06-02 | ARM: Decode the VLDR instruction. | Gabe Black |
2010-06-02 | ARM: Decode all the various forms of vmov. | Gabe Black |
2010-06-02 | ARM: Decode the VMRS instruction. | Gabe Black |
2010-06-02 | ARM: Decode the VMSR instruction. | Gabe Black |
2010-06-02 | ARM: Decode 8, 16, and 32 bit transfers between core and extension (fp) regis... | Gabe Black |