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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 802 #define SLJIT_OP1_BASE 32
847 #define SLJIT_MOV (SLJIT_OP1_BASE + 0)
849 #define SLJIT_MOV_U8 (SLJIT_OP1_BASE + 1)
852 #define SLJIT_MOV_S8 (SLJIT_OP1_BASE + 2)
855 #define SLJIT_MOV_U16 (SLJIT_OP1_BASE + 3)
858 #define SLJIT_MOV_S16 (SLJIT_OP1_BASE + 4)
862 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5)
865 #define SLJIT_MOV_S32 (SLJIT_OP1_BASE + 6)
869 #define SLJIT_MOV_P (SLJIT_OP1_BASE + 7)
871 #define SLJIT_MOVU (SLJIT_OP1_BASE + 8
    [all...]
sljitLir.c 972 fprintf(compiler->verbose, " return%s ", op1_names[op - SLJIT_OP1_BASE]);
1096 !(op & SLJIT_I32_OP) ? "" : "32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : "");
1100 fprintf(compiler->verbose, " %s%s%s%s%s ", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op & SLJIT_I32_OP) ? "" : "32",
1548 GET_OPCODE(op) < SLJIT_OP2_BASE ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_I32_OP) ? "32" : ""));

Completed in 14 milliseconds