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

/external/pcre/dist2/src/sljit/
H A DsljitLir.h165 #define SLJIT_R0 1 macro
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 an
[all...]

Completed in 120 milliseconds