Searched refs:Bitness (Results 1 – 2 of 2) sorted by relevance
98 uint32_t Bitness; member424 switch (Header->Bitness) { in read()434 errs() << "Unsupported bitness: " << Header->Bitness; in read()
2673 unsigned Bitness = SrcBits / 8; // {1,8,16}=>{0,1,2} in ARMEmitIntExt() local2674 assert((Bitness < 3) && "sanity-check table bounds"); in ARMEmitIntExt()2676 bool isSingleInstr = isSingleInstrTbl[Bitness][isThumb2][hasV6Ops][isZExt]; in ARMEmitIntExt()2678 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt]; in ARMEmitIntExt()