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

/external/pcre/dist/sljit/
H A DsljitLir.h164 #define SLJIT_R1 2 macro
675 Unsigned multiplication of SLJIT_R0 and SLJIT_R1.
676 Result goes to SLJIT_R1:SLJIT_R0 (high:low) word */
679 Signed multiplication of SLJIT_R0 and SLJIT_R1.
680 Result goes to SLJIT_R1:SLJIT_R0 (high:low) word */
683 Unsigned divide of the value in SLJIT_R0 by the value in SLJIT_R1.
684 The result is placed in SLJIT_R0 and the remainder goes to SLJIT_R1.
685 Note: if SLJIT_R1 contains 0, the behaviour is undefined. */
689 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
690 The result is placed in SLJIT_R0 and the remainder goes to SLJIT_R1
[all...]

Completed in 30 milliseconds