Home | History | Annotate | Download | only in sljit

Lines Matching refs:SLJIT_R0

165 #define SLJIT_R0	1
215 #define SLJIT_RETURN_REG SLJIT_R0
696 Unsigned multiplication of SLJIT_R0 and SLJIT_R1.
697 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
700 Signed multiplication of SLJIT_R0 and SLJIT_R1.
701 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
704 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
705 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1.
710 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
711 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1.
713 Note: if SLJIT_R1 is -1 and SLJIT_R0 is integer min (0x800..00),
718 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
719 The result is placed into SLJIT_R0. SLJIT_R1 preserves its value.
724 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
725 The result is placed into SLJIT_R0. SLJIT_R1 preserves its value.
727 Note: if SLJIT_R1 is -1 and SLJIT_R0 is integer min (0x800..00),