HomeSort by: relevance | last modified time | path
    Searched refs:SLJIT_MOVU32 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 659 be mixed. The only exception is SLJIT_MOV32 and SLJIT_MOVU32 whose source
885 Note: no SLJIT_MOVU32_U32 form, since it is the same as SLJIT_MOVU32 */
888 Note: no SLJIT_MOVU32_S32 form, since it is the same as SLJIT_MOVU32 */
891 #define SLJIT_MOVU32 (SLJIT_MOVU_S32 | SLJIT_I32_OP)
sljitLir.c 1096 !(op & SLJIT_I32_OP) ? "" : "32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : "");

Completed in 20 milliseconds