Searched refs:SLJIT_OP2_BASE (Results 1 – 2 of 2) sorted by relevance
982 #define SLJIT_OP2_BASE 96 macro985 #define SLJIT_ADD (SLJIT_OP2_BASE + 0)988 #define SLJIT_ADDC (SLJIT_OP2_BASE + 1)993 #define SLJIT_SUB (SLJIT_OP2_BASE + 2)996 #define SLJIT_SUBC (SLJIT_OP2_BASE + 3)1000 #define SLJIT_MUL (SLJIT_OP2_BASE + 4)1003 #define SLJIT_AND (SLJIT_OP2_BASE + 5)1006 #define SLJIT_OR (SLJIT_OP2_BASE + 6)1009 #define SLJIT_XOR (SLJIT_OP2_BASE + 7)1016 #define SLJIT_SHL (SLJIT_OP2_BASE + 8)[all …]
1312 …fprintf(compiler->verbose, " %s%s%s%s%s ", op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], !(op & SLJ… in check_sljit_emit_op2()1833 GET_OPCODE(op) < SLJIT_OP2_BASE ? "mov" : op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], in check_sljit_emit_op_flags()1834 …GET_OPCODE(op) < SLJIT_OP2_BASE ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_I32_OP… in check_sljit_emit_op_flags()