Lines Matching refs:SLJIT_R1
170 #define SLJIT_R1 2
763 Unsigned multiplication of SLJIT_R0 and SLJIT_R1.
764 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
767 Signed multiplication of SLJIT_R0 and SLJIT_R1.
768 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
771 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
772 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1.
773 Note: if SLJIT_R1 is 0, the behaviour is undefined. */
777 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
778 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1.
779 Note: if SLJIT_R1 is 0, the behaviour is undefined.
780 Note: if SLJIT_R1 is -1 and SLJIT_R0 is integer min (0x800..00),
785 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
786 The result is placed into SLJIT_R0. SLJIT_R1 preserves its value.
787 Note: if SLJIT_R1 is 0, the behaviour is undefined. */
791 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
792 The result is placed into SLJIT_R0. SLJIT_R1 preserves its value.
793 Note: if SLJIT_R1 is 0, the behaviour is undefined.
794 Note: if SLJIT_R1 is -1 and SLJIT_R0 is integer min (0x800..00),
831 SLJIT_MEM2(SLJIT_R1, SLJIT_R0), 0, SLJIT_R0, 0);
833 SLJIT_MEM2(SLJIT_R0, SLJIT_R1), 0, SLJIT_MEM1(SLJIT_R0), 8);
835 SLJIT_MEM2(SLJIT_R0, SLJIT_R1), 0, SLJIT_MEM2(SLJIT_R1, SLJIT_R0), 0);
837 SLJIT_R2, 0, SLJIT_MEM2(SLJIT_R0, SLJIT_R1), 1);
843 SLJIT_MEM2(SLJIT_R0, SLJIT_R2), 0, SLJIT_MEM2(SLJIT_R1, SLJIT_R2), 0);