119c119
< // Thumb bitfields
---
> // 16 bit thumb bitfields
133a134,158
>
> // 32 bit thumb bitfields
> def bitfield HTOPCODE_12_11 htopcode12_11;
> def bitfield HTOPCODE_10_9 htopcode10_9;
> def bitfield HTOPCODE_9 htopcode9;
> def bitfield HTOPCODE_9_8 htopcode9_8;
> def bitfield HTOPCODE_9_5 htopcode9_5;
> def bitfield HTOPCODE_9_4 htopcode9_4;
> def bitfield HTOPCODE_8 htopcode8;
> def bitfield HTOPCODE_8_7 htopcode8_7;
> def bitfield HTOPCODE_8_6 htopcode8_6;
> def bitfield HTOPCODE_8_5 htopcode8_5;
> def bitfield HTOPCODE_6_5 htopcode6_5;
> def bitfield HTOPCODE_5_4 htopcode5_4;
> def bitfield HTOPCODE_4 htopcode4;
>
> def bitfield HTRN htrn;
> def bitfield HTS hts;
>
> def bitfield LTOPCODE_15 ltopcode15;
> def bitfield LTOPCODE_7_4 ltopcode7_4;
> def bitfield LTOPCODE_4 ltopcode4;
>
> def bitfield LTRD ltrd;
> def bitfield LTCOPROC ltcoproc;