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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 752 #define SLJIT_OP0_BASE 0
757 #define SLJIT_BREAKPOINT (SLJIT_OP0_BASE + 0)
761 #define SLJIT_NOP (SLJIT_OP0_BASE + 1)
765 #define SLJIT_LMUL_UW (SLJIT_OP0_BASE + 2)
769 #define SLJIT_LMUL_SW (SLJIT_OP0_BASE + 3)
774 #define SLJIT_DIVMOD_UW (SLJIT_OP0_BASE + 4)
782 #define SLJIT_DIVMOD_SW (SLJIT_OP0_BASE + 5)
788 #define SLJIT_DIV_UW (SLJIT_OP0_BASE + 6)
796 #define SLJIT_DIV_SW (SLJIT_OP0_BASE + 7)
sljitLir.c 1025 fprintf(compiler->verbose, " %s", op0_names[GET_OPCODE(op) - SLJIT_OP0_BASE]);

Completed in 17 milliseconds