Lines Matching refs:GetSizeInBits
444 unsigned reg_size = rd.GetSizeInBits(); in MoveImmediateHelper()
512 int reg_size = dst.GetSizeInBits(); in OneInstrMoveImmediateHelper()
813 unsigned reg_size = rd.GetSizeInBits(); in LogicalMacro()
893 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() <= rd.GetSizeInBits()); in LogicalMacro()
1571 int reg_size = dst.GetSizeInBits(); in MoveImmediateForShiftedOp()
1618 VIXL_ASSERT(dst.GetSizeInBits() == src.GetSizeInBits()); in Move()
1619 VIXL_ASSERT(dst.GetSizeInBits() <= kXRegSize); in Move()
1620 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move()
1777 VIXL_ASSERT(rd.GetSizeInBits() == rn.GetSizeInBits()); in AddSubWithCarryMacro()
1792 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() == rd.GetSizeInBits()); in AddSubWithCarryMacro()
1795 IsUintN(rd.GetSizeInBits() == kXRegSize ? kXRegSizeLog2 : kWRegSizeLog2, in AddSubWithCarryMacro()
1806 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() <= rd.GetSizeInBits()); in AddSubWithCarryMacro()
2488 if (pcs[i].GetSizeInBits() == args[i].GetSizeInBits()) { in PrintfNoPreserve()
2607 if (arg0_sp) arg0 = Register(arg_sp.GetCode(), arg0.GetSizeInBits()); in Printf()
2608 if (arg1_sp) arg1 = Register(arg_sp.GetCode(), arg1.GetSizeInBits()); in Printf()
2609 if (arg2_sp) arg2 = Register(arg_sp.GetCode(), arg2.GetSizeInBits()); in Printf()
2610 if (arg3_sp) arg3 = Register(arg_sp.GetCode(), arg3.GetSizeInBits()); in Printf()