Searched refs:VectSize (Results 1 – 3 of 3) sorted by relevance
490 BitsInit *VectSize = RegRec->getValueAsBitsInit("VectSize"); in addEntryWithFlags() local491 Result.Alignment = Align(byteFromBitsInit(VectSize)); in addEntryWithFlags()
269 bits<7> VectSize = !if(hasEVEX_L2, 64, !if(hasVEX_L, 32, 16));281 !srl(VectSize, CD8_Form{1-0}))), 0);
174 : Base(B), Size(Sz), Signed(S), VectSize(VS) {} in ValueType()186 unsigned char VectSize; member