Searched refs:fop1_names (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/pcre/pcrelib/sljit/ |
H A D | sljitLir.c | 866 static SLJIT_CONST char* fop1_names[] = { variable 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 …fprintf(compiler->verbose, " %s%s%s%s ", (op & SLJIT_SINGLE_OP) ? "s" : "d", fop1_names[SLJIT_DCM… 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 12 milliseconds