Searched refs:SLJIT_FOP1_BASE (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.h | 877 #define SLJIT_FOP1_BASE 128 macro 880 #define SLJIT_DMOV (SLJIT_FOP1_BASE + 0) 886 #define SLJIT_CONVD_FROMS (SLJIT_FOP1_BASE + 1) 889 #define SLJIT_CONVW_FROMD (SLJIT_FOP1_BASE + 2) 892 #define SLJIT_CONVI_FROMD (SLJIT_FOP1_BASE + 3) 895 #define SLJIT_CONVD_FROMW (SLJIT_FOP1_BASE + 4) 898 #define SLJIT_CONVD_FROMI (SLJIT_FOP1_BASE + 5) 904 #define SLJIT_DCMP (SLJIT_FOP1_BASE + 6) 907 #define SLJIT_DNEG (SLJIT_FOP1_BASE + 7) 910 #define SLJIT_DABS (SLJIT_FOP1_BASE + 8)
|
H A D | sljitLir.c | 1181 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONVD_FROMS - SLJIT_FOP1_BASE], in check_sljit_emit_fop1() 1185 fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE]); in check_sljit_emit_fop1() 1214 …rbose, " %s%s%s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", fop1_names[SLJIT_DCMP - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_cmp() 1243 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_convw_fromd() 1273 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_convd_fromw()
|
Completed in 14 milliseconds