Searched refs:SLJIT_MOVU32 (Results 1 - 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.h787 Note: no SLJIT_MOVU32_U32 form, since it is the same as SLJIT_MOVU32 */
790 Note: no SLJIT_MOVU32_S32 form, since it is the same as SLJIT_MOVU32 */
793 #define SLJIT_MOVU32 (SLJIT_MOVU_S32 | SLJIT_I32_OP) macro
H A DsljitLir.c1076 !(op & SLJIT_I32_OP) ? "" : "32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : "");

Completed in 36 milliseconds