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

/external/pcre/dist2/src/sljit/
H A DsljitLir.h166 #define SLJIT_R1 2 macro
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.
706 Note: if SLJIT_R1 is 0, the behaviour is undefined. */
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
[all...]

Completed in 73 milliseconds