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()
1618 int reg_size = dst.GetSizeInBits(); in MoveImmediateForShiftedOp()
1665 VIXL_ASSERT(dst.GetSizeInBits() == src.GetSizeInBits()); in Move()
1666 VIXL_ASSERT(dst.GetSizeInBits() <= kXRegSize); in Move()
1667 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move()
1824 VIXL_ASSERT(rd.GetSizeInBits() == rn.GetSizeInBits()); in AddSubWithCarryMacro()
1839 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() == rd.GetSizeInBits()); in AddSubWithCarryMacro()
1842 IsUintN(rd.GetSizeInBits() == kXRegSize ? kXRegSizeLog2 : kWRegSizeLog2, in AddSubWithCarryMacro()
1853 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() <= rd.GetSizeInBits()); in AddSubWithCarryMacro()
2535 if (pcs[i].GetSizeInBits() == args[i].GetSizeInBits()) { in PrintfNoPreserve()
2654 if (arg0_sp) arg0 = Register(arg_sp.GetCode(), arg0.GetSizeInBits()); in Printf()
2655 if (arg1_sp) arg1 = Register(arg_sp.GetCode(), arg1.GetSizeInBits()); in Printf()
2656 if (arg2_sp) arg2 = Register(arg_sp.GetCode(), arg2.GetSizeInBits()); in Printf()
2657 if (arg3_sp) arg3 = Register(arg_sp.GetCode(), arg3.GetSizeInBits()); in Printf()