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

/external/pcre/dist/sljit/
H A DsljitLir.h163 #define SLJIT_R0 1 macro
213 #define SLJIT_RETURN_REG SLJIT_R0
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.
689 Signed divide of the value in SLJIT_R0 by the value in SLJIT_R1.
690 The result is placed in SLJIT_R0 an
[all...]

Completed in 31 milliseconds