Lines Matching refs:GetSizeInBits
450 unsigned reg_size = rd.GetSizeInBits(); in MoveImmediateHelper()
518 int reg_size = dst.GetSizeInBits(); in OneInstrMoveImmediateHelper()
837 unsigned reg_size = rd.GetSizeInBits(); in LogicalMacro()
918 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() <= rd.GetSizeInBits()); in LogicalMacro()
1643 int reg_size = dst.GetSizeInBits(); in MoveImmediateForShiftedOp()
1695 VIXL_ASSERT(dst.GetSizeInBits() == src.GetSizeInBits()); in Move()
1696 VIXL_ASSERT(dst.GetSizeInBits() <= kXRegSize); in Move()
1697 int operand_size = static_cast<int>(dst.GetSizeInBits()); in Move()
1860 VIXL_ASSERT(rd.GetSizeInBits() == rn.GetSizeInBits()); in AddSubWithCarryMacro()
1881 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() == rd.GetSizeInBits()); in AddSubWithCarryMacro()
1884 IsUintN(rd.GetSizeInBits() == kXRegSize ? kXRegSizeLog2 : kWRegSizeLog2, in AddSubWithCarryMacro()
1894 VIXL_ASSERT(operand.GetRegister().GetSizeInBits() <= rd.GetSizeInBits()); in AddSubWithCarryMacro()
2598 if (pcs[i].GetSizeInBits() == args[i].GetSizeInBits()) { in PrintfNoPreserve()
2717 if (arg0_sp) arg0 = Register(arg_sp.GetCode(), arg0.GetSizeInBits()); in Printf()
2718 if (arg1_sp) arg1 = Register(arg_sp.GetCode(), arg1.GetSizeInBits()); in Printf()
2719 if (arg2_sp) arg2 = Register(arg_sp.GetCode(), arg2.GetSizeInBits()); in Printf()
2720 if (arg3_sp) arg3 = Register(arg_sp.GetCode(), arg3.GetSizeInBits()); in Printf()