Lines Matching refs:W1
369 uint16_t W1 = getRegBitWidth(Reg[1]); in evaluate() local
370 assert(W0 == 64 && W1 == 32); in evaluate()
371 RegisterCell CW = RegisterCell(W0).insert(rc(1), BT::BitMask(0, W1-1)); in evaluate()
372 RegisterCell RC = eADD(eSXT(CW, W1), rc(2)); in evaluate()
703 uint16_t W1 = getRegBitWidth(Reg[1]); in evaluate() local
707 RegisterCell RZ = RegisterCell(W0).fill(BX, W1, Zero) in evaluate()
708 .fill(W1+(W1-BX), W0, Zero); in evaluate()
709 RegisterCell BF1 = eXTR(rc(1), 0, BX), BF2 = eXTR(rc(1), BX, W1); in evaluate()
710 RegisterCell RC = eINS(eINS(RZ, BF1, 0), BF2, W1); in evaluate()
832 uint16_t W1 = getRegBitWidth(Reg[1]); in evaluate() local
833 assert(W0 == 64 && W1 == 32); in evaluate()
834 RegisterCell RC = eSXT(rc(1).cat(eIMM(0, W1)), W1); in evaluate()
864 uint16_t W1 = getRegBitWidth(Reg[1]); in evaluate() local
866 BT::BitValue TV = R1[W1-1]; in evaluate()