Searched refs:SLJIT_OP1_BASE (Results 1 – 2 of 2) sorted by relevance
735 #define SLJIT_OP1_BASE 32 macro749 #define SLJIT_MOV (SLJIT_OP1_BASE + 0)751 #define SLJIT_MOV_U8 (SLJIT_OP1_BASE + 1)754 #define SLJIT_MOV_S8 (SLJIT_OP1_BASE + 2)757 #define SLJIT_MOV_U16 (SLJIT_OP1_BASE + 3)760 #define SLJIT_MOV_S16 (SLJIT_OP1_BASE + 4)764 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5)767 #define SLJIT_MOV_S32 (SLJIT_OP1_BASE + 6)771 #define SLJIT_MOV_P (SLJIT_OP1_BASE + 7)773 #define SLJIT_MOVU (SLJIT_OP1_BASE + 8)[all …]
996 fprintf(compiler->verbose, " return%s ", op1_names[op - SLJIT_OP1_BASE]); in check_sljit_emit_return()1076 …"32", (op != SLJIT_MOV32 && op != SLJIT_MOVU32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ""); in check_sljit_emit_op1()1080 …fprintf(compiler->verbose, " %s%s%s%s%s%s%s%s ", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op… in check_sljit_emit_op1()1452 …GET_OPCODE(op) < SLJIT_OP2_BASE ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_I32_OP… in check_sljit_emit_op_flags()