Lines Matching defs:first
547 // Print a warning about exclusive-access instructions, but only the first
680 // manually-set registers are logged _before_ the first instruction.
702 void Simulator::RunFrom(const Instruction* first) {
703 WritePc(first, NoBranchLog);
926 return result_and_flags.first;
971 AddWithCarry(kXRegSize, x.first, y.first, carry_in);
972 return std::make_pair(sum_hi.first, sum_lo.first);
977 VIXL_ASSERT((x.first != GetSignMask(64)) || (x.second != 0));
978 x.first = ~x.first;
1009 return neg_result ? std::make_pair(-result.first - 1, -result.second)
1791 // Print the most-significant struct element first.
2621 int shift_dist = shift_and_lane_size.first;
2649 int right_shift_dist = shift_and_lane_size.first;
2928 int right_shift_dist = shift_and_lane_size.first;
3225 int shift_dist = shift_and_lane_size.first;
3519 int right_shift_dist = shift_and_lane_size.first;
3556 int shift_dist = shift_and_lane_size.first;
9769 int shift_dist = shift_and_lane_size.first;
9930 int shift_dist = shift_and_lane_size.first;
13072 SimVRegister zm = ReadVRegister(zm_and_index.first);
13351 if (value.first) {
13386 dst.SetUint(vform, 0, src2_value.first ? src2_value.second : src1_value);
13413 WriteXRegister(instr->GetRd(), value.first ? value.second : masked_src);
13651 int index = index_and_lane_size.first;
14524 // Chunks after the first are passed as format strings to printf, so we
14545 // Because '\0' is inserted before each placeholder, the first string in