Searched defs:SLJIT_R1 (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitLir.h166 #define SLJIT_R1 2 macro
698 Unsigned multiplication of SLJIT_R0 and SLJIT_R1.
699 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
702 Signed multiplication of SLJIT_R0 and SLJIT_R1.
703 Result is placed into SLJIT_R1:SLJIT_R0 (high:low) word */
706 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
707 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1.
708 Note: if SLJIT_R1 is 0, the behaviour is undefined. */
712 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
713 The result is placed into SLJIT_R0 and the remainder into SLJIT_R1
[all...]

Completed in 30 milliseconds