Searched refs:bigThumb (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/arm/
H A Ddecoder.cc70 bigThumb = false;
95 if (bigThumb) {
98 bigThumb = false;
107 emi.bigThumb = 1;
119 bigThumb = true;
179 const int inst_size((!emi.thumb || emi.bigThumb) ? 4 : 2);
H A Ddecoder.hh65 bool bigThumb; member in class:ArmISA::Decoder
H A Dtypes.hh90 Bitfield<35> bigThumb; member in namespace:ArmISA
H A Dfaults.cc401 if (!machInst.thumb || machInst.bigThumb)
847 assert(!machInst.bigThumb);
/gem5/src/arch/arm/insts/
H A Dstatic_inst.hh523 return (!machInst.thumb || machInst.bigThumb) ? 4 : 2;
H A Dstatic_inst.cc389 if (machInst.bigThumb)

Completed in 20 milliseconds