Home
last modified time | relevance | path

Searched refs:SLJIT_FOP2_BASE (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist2/src/sljit/
DsljitLir.h914 #define SLJIT_FOP2_BASE 160 macro
917 #define SLJIT_ADD_F64 (SLJIT_FOP2_BASE + 0)
920 #define SLJIT_SUB_F64 (SLJIT_FOP2_BASE + 1)
923 #define SLJIT_MUL_F64 (SLJIT_FOP2_BASE + 2)
926 #define SLJIT_DIV_F64 (SLJIT_FOP2_BASE + 3)
DsljitLir.c1315 …fprintf(compiler->verbose, " %s%s ", fop2_names[GET_OPCODE(op) - SLJIT_FOP2_BASE], (op & SLJIT_F3… in check_sljit_emit_fop2()