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

/external/pcre/dist/sljit/
H A DsljitLir.h610 are undefined, if this condition is not fulfilled. Therefore, when SLJIT_INT_OP
612 the same SLJIT_INT_OP flag. In other words, although a register can hold either
614 SLJIT_IMOV and SLJIT_IMOVU (SLJIT_MOV_SI/SLJIT_MOVU_SI with SLJIT_INT_OP flag)
615 which can convert any source argument to SLJIT_INT_OP compatible result. This
620 #define SLJIT_INT_OP 0x100 macro
622 /* Single precision mode (SP). This flag is similar to SLJIT_INT_OP, just
625 operations. Similar to SLJIT_INT_OP, all register arguments must be the
687 #define SLJIT_IUDIV (SLJIT_UDIV | SLJIT_INT_OP)
693 #define SLJIT_ISDIV (SLJIT_SDIV | SLJIT_INT_OP)
715 #define SLJIT_IMOV_UB (SLJIT_MOV_UB | SLJIT_INT_OP)
[all...]

Completed in 1162 milliseconds