Lines Matching full:source

29 ///    integers in the source operand and stores the 8-bit unsigned integer
47 /// integers in the source operand and stores the 8-bit unsigned integer
65 /// integers in the source operand and stores the 16-bit unsigned integer
83 /// integers in the source operand and stores the 16-bit unsigned integer
101 /// integers in the source operand and stores the 32-bit unsigned integer
119 /// integers in the source operand and stores the 32-bit unsigned integer
149 /// A 128-bit vector of [16 x i8] containing one of the source operands.
151 /// A 128-bit vector of [16 x i8] containing one of the source operands.
172 /// A 64-bit vector of [8 x i8] containing one of the source operands.
174 /// A 64-bit vector of [8 x i8] containing one of the source operands.
190 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
194 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
213 /// A 128-bit vector of [4 x i32] containing one of the source operands. The
217 /// A 128-bit vector of [4 x i32] containing one of the source operands. The
236 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
240 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
259 /// A 64-bit vector of [2 x i32] containing one of the source operands. The
263 /// A 64-bit vector of [2 x i32] containing one of the source operands. The
285 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
289 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
311 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
315 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
334 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
338 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
357 /// A 128-bit vector of [4 x i32] containing one of the source operands. The
361 /// A 128-bit vector of [4 x i32] containing one of the source operands. The
380 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
384 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
403 /// A 64-bit vector of [2 x i32] containing one of the source operands. The
407 /// A 64-bit vector of [2 x i32] containing one of the source operands. The
429 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
433 /// A 128-bit vector of [8 x i16] containing one of the source operands. The
455 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
459 /// A 64-bit vector of [4 x i16] containing one of the source operands. The
471 /// values contained in the first source operand and packed 8-bit signed
472 /// integer values contained in the second source operand, adds pairs of
485 /// A 128-bit integer vector containing the first source operand.
487 /// A 128-bit integer vector containing the second source operand.
505 /// values contained in the first source operand and packed 8-bit signed
506 /// integer values contained in the second source operand, adds pairs of
519 /// A 64-bit integer vector containing the first source operand.
521 /// A 64-bit integer vector containing the second source operand.
543 /// A 128-bit vector of [8 x i16] containing one of the source operands.
545 /// A 128-bit vector of [8 x i16] containing one of the source operands.
563 /// A 64-bit vector of [4 x i16] containing one of the source operands.
565 /// A 64-bit vector of [4 x i16] containing one of the source operands.
576 /// the second source operand.
589 /// 0: Copy the selected source byte to the corresponding byte in the
592 /// Bits [3:0] select the source byte to be copied.
602 /// the second source operand.
615 /// 0: Copy the selected source byte to the corresponding byte in the
617 /// Bits [3:0] select the source byte to be copied.
625 /// For each 8-bit integer in the first source operand, perform one of
626 /// the following actions as specified by the second source operand.
628 /// If the byte in the second source is negative, calculate the two's
629 /// complement of the corresponding byte in the first source, and write that
630 /// value to the destination. If the byte in the second source is positive,
631 /// copy the corresponding byte from the first source to the destination. If
632 /// the byte in the second source is zero, clear the corresponding byte in
651 /// For each 16-bit integer in the first source operand, perform one of
652 /// the following actions as specified by the second source operand.
654 /// If the word in the second source is negative, calculate the two's
655 /// complement of the corresponding word in the first source, and write that
656 /// value to the destination. If the word in the second source is positive,
657 /// copy the corresponding word from the first source to the destination. If
658 /// the word in the second source is zero, clear the corresponding word in
677 /// For each 32-bit integer in the first source operand, perform one of
678 /// the following actions as specified by the second source operand.
680 /// If the doubleword in the second source is negative, calculate the two's
681 /// complement of the corresponding word in the first source, and write that
682 /// value to the destination. If the doubleword in the second source is
683 /// positive, copy the corresponding word from the first source to the
684 /// destination. If the doubleword in the second source is zero, clear the
703 /// For each 8-bit integer in the first source operand, perform one of
704 /// the following actions as specified by the second source operand.
706 /// If the byte in the second source is negative, calculate the two's
707 /// complement of the corresponding byte in the first source, and write that
708 /// value to the destination. If the byte in the second source is positive,
709 /// copy the corresponding byte from the first source to the destination. If
710 /// the byte in the second source is zero, clear the corresponding byte in
729 /// For each 16-bit integer in the first source operand, perform one of
730 /// the following actions as specified by the second source operand.
732 /// If the word in the second source is negative, calculate the two's
733 /// complement of the corresponding word in the first source, and write that
734 /// value to the destination. If the word in the second source is positive,
735 /// copy the corresponding word from the first source to the destination. If
736 /// the word in the second source is zero, clear the corresponding word in
755 /// For each 32-bit integer in the first source operand, perform one of
756 /// the following actions as specified by the second source operand.
758 /// If the doubleword in the second source is negative, calculate the two's
759 /// complement of the corresponding doubleword in the first source, and
761 /// source is positive, copy the corresponding doubleword from the first
762 /// source to the destination. If the doubleword in the second source is