Gabe Black
|
0ff71c7c34
|
ARM: Decode 8, 16, and 32 bit transfers between core and extension (fp) registers.
|
2010-06-02 12:58:11 -05:00 |
|
Gabe Black
|
7b397925af
|
ARM: Decode the RFE instruction.
|
2010-06-02 12:58:10 -05:00 |
|
Gabe Black
|
bb0d390105
|
ARM: When an instruction is intentionally undefined, fault on it.
|
2010-06-02 12:58:09 -05:00 |
|
Gabe Black
|
28023f6f3d
|
ARM: Decode the thumb32 load byte/memory hint instructions.
|
2010-06-02 12:58:09 -05:00 |
|
Gabe Black
|
7a9dcdf99f
|
ARM: Decode the load halfword, memory hints instructions for 32 bit Thumb.
|
2010-06-02 12:58:09 -05:00 |
|
Gabe Black
|
6c9ab5d898
|
ARM: Replace the ARM decode of CP15 MCR and MRC instructions.
|
2010-06-02 12:58:08 -05:00 |
|
Gabe Black
|
8c1be04af6
|
ARM: Decode the thumb versions of the mcr and mrc instructions.
|
2010-06-02 12:58:08 -05:00 |
|
Gabe Black
|
2e717558e2
|
ARM: Decode miscellaneous arm mode media instructions.
|
2010-06-02 12:58:08 -05:00 |
|
Gabe Black
|
504ac6518b
|
ARM: Decode the clz instruction.
|
2010-06-02 12:58:08 -05:00 |
|
Gabe Black
|
952253483b
|
ARM: Rearrange the load/store double/exclusive, table branch thumb decoding.
|
2010-06-02 12:58:07 -05:00 |
|
Gabe Black
|
00baeb742d
|
ARM: Decode the usad8 and usada8 instructions.
|
2010-06-02 12:58:07 -05:00 |
|
Gabe Black
|
e32aaefe8c
|
ARM: Decode 32 bit thumb data processing register instructions.
|
2010-06-02 12:58:06 -05:00 |
|
Gabe Black
|
59c726b6f4
|
ARM: Pull decoding of ARM pack, unpack, saturate and reverse instructions into a format.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
1344fc2668
|
ARM: Decode the swp and swpb instructions.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
ff3b21bc2b
|
ARM: Replace the versions of MRS and MSR in the ARM decoder with the new ones.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
cbdebf852e
|
ARM: Implement SVC (was SWI) outside of the decoder.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
34032f97d6
|
ARM: Trigger system calls from the SupervisorCall invoke method.
This simplifies the decoder slightly, and makes the system call mechanism
very slightly more realistic.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
4fb6fcd82d
|
ARM: Decode the scalar saturating add/subtract instructions.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
30dd622622
|
ARM: Decode the parallel add and subtract instructions.
|
2010-06-02 12:58:05 -05:00 |
|
Gabe Black
|
61b00d3224
|
ARM: Decode unconditional ARM instructions.
|
2010-06-02 12:58:04 -05:00 |
|
Gabe Black
|
9ebaf8ecd5
|
ARM: Define the VFP load/store multiple instructions.
|
2010-06-02 12:58:04 -05:00 |
|
Gabe Black
|
2196f75a25
|
ARM: Hook the new multiply instructions into all the decoders.
|
2010-06-02 12:58:03 -05:00 |
|
Gabe Black
|
c7d2f43641
|
ARM: Decode plain binary immediate thumb data processing instructions.
|
2010-06-02 12:58:03 -05:00 |
|
Gabe Black
|
b615ed1470
|
ARM: Hook the new branch instructions into the 32 bit thumb decoder.
|
2010-06-02 12:58:03 -05:00 |
|
Gabe Black
|
274badd201
|
ARM: Hook the new branch instructions into the 16 bit thumb decoder.
|
2010-06-02 12:58:03 -05:00 |
|
Gabe Black
|
d082705b01
|
ARM: Hook the new branch instructions into the ARM decoder.
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
9869343636
|
ARM: Implement branch instructions external to the decoder.
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
b66e3aec43
|
ARM: Hook the external data processing instructions into the Thumb decoder.
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
8136cb3605
|
ARM: Hook the new external data processing instructions to the ARM decoder.
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
1e7b317a98
|
ARM: Hook up 32 bit thumb load/store multiple.
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
64d6b6ebfd
|
ARM: Hook up 16 bit thumb load/store multiple.
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
51bde086d5
|
ARM: Reimplement load/store multiple external to the decoder.
--HG--
rename : src/arch/arm/isa/formats/macromem.isa => src/arch/arm/isa/insts/macromem.isa
rename : src/arch/arm/isa/formats/macromem.isa => src/arch/arm/isa/templates/macromem.isa
|
2010-06-02 12:58:02 -05:00 |
|
Gabe Black
|
1905024766
|
ARM: Eliminate decoding for the very deprecated FPA instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
55465844dc
|
ARM: Make the addressing mode 3 loads/stores use the externally defined instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
a86491fbf2
|
ARM: Decode 16 bit thumb PC relative memory instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
dc8af1b211
|
ARM: Decode 16 bit thumb immediate addressed memory instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
4bbd73649d
|
ARM: Decode 16 bit thumb register addressed memory instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
462cf6f49b
|
ARM: Make single stores decode to the new external store instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
fde3c8f41d
|
ARM: Make 32 bit thumb use the new, external load instructions.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
3b93015304
|
ARM: Define the store instructions from outside the decoder.
--HG--
rename : src/arch/arm/isa/insts/ldr.isa => src/arch/arm/isa/insts/str.isa
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
81fdced83f
|
ARM: Define the load instructions from outside the decoder.
|
2010-06-02 12:58:01 -05:00 |
|
Gabe Black
|
8933857af7
|
ARM: Create a "decoder" directory for the files implementing the decoder.
--HG--
rename : src/arch/arm/isa/armdecode.isa => src/arch/arm/isa/decoder/arm.isa
rename : src/arch/arm/isa/decoder.isa => src/arch/arm/isa/decoder/decoder.isa
rename : src/arch/arm/isa/thumbdecode.isa => src/arch/arm/isa/decoder/thumb.isa
rename : src/arch/arm/isa/vfpdecode.isa => src/arch/arm/isa/decoder/vfp.isa
|
2010-06-02 12:58:01 -05:00 |
|