Searched refs:SLJIT_FOP2_BASE (Results 1 – 2 of 2) sorted by relevance
1152 #define SLJIT_FOP2_BASE 192 macro1155 #define SLJIT_ADD_F64 (SLJIT_FOP2_BASE + 0)1158 #define SLJIT_SUB_F64 (SLJIT_FOP2_BASE + 1)1161 #define SLJIT_MUL_F64 (SLJIT_FOP2_BASE + 2)1164 #define SLJIT_DIV_F64 (SLJIT_FOP2_BASE + 3)
1621 …fprintf(compiler->verbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_32… in check_sljit_emit_fop2()
Completed in 27 milliseconds