Searched refs:SLJIT_OP1_BASE (Results 1 – 2 of 2) sorted by relevance
925 #define SLJIT_OP1_BASE 32 macro941 #define SLJIT_MOV (SLJIT_OP1_BASE + 0)943 #define SLJIT_MOV_U8 (SLJIT_OP1_BASE + 1)946 #define SLJIT_MOV_S8 (SLJIT_OP1_BASE + 2)949 #define SLJIT_MOV_U16 (SLJIT_OP1_BASE + 3)952 #define SLJIT_MOV_S16 (SLJIT_OP1_BASE + 4)956 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5)966 #define SLJIT_MOV_P (SLJIT_OP1_BASE + 7)969 #define SLJIT_NOT (SLJIT_OP1_BASE + 8)973 #define SLJIT_NEG (SLJIT_OP1_BASE + 9)[all …]
1151 fprintf(compiler->verbose, " return%s ", op1_names[op - SLJIT_OP1_BASE]); in check_sljit_emit_return()1245 (op != SLJIT_MOV32) ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ""); in check_sljit_emit_op1()1249 …fprintf(compiler->verbose, " %s%s%s%s%s ", op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE], !(op & SLJ… in check_sljit_emit_op1()1838 …GET_OPCODE(op) < SLJIT_OP2_BASE ? op1_names[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_I32_OP… in check_sljit_emit_op_flags()1905 op1_names[(type & 0xff) - SLJIT_OP1_BASE], in check_sljit_emit_mem()
Completed in 15 milliseconds