Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1353 #define SLJIT_FOP1_BASE 128 macro
1356 #define SLJIT_MOV_F64 (SLJIT_FOP1_BASE + 0)
1362 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1)
1365 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2)
1368 #define SLJIT_CONV_S32_FROM_F64 (SLJIT_FOP1_BASE + 3)
1371 #define SLJIT_CONV_F64_FROM_SW (SLJIT_FOP1_BASE + 4)
1374 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5)
1377 #define SLJIT_CONV_F64_FROM_UW (SLJIT_FOP1_BASE + 6)
1384 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 8)
1387 #define SLJIT_NEG_F64 (SLJIT_FOP1_BASE + 9)
[all …]
H A DsljitLir.c1789 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1792 fprintf(compiler->verbose, " %s%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1828 …fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_32) … in check_sljit_emit_fop1_cmp()
1859 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_conv_sw_from_f64()
1888 fprintf(compiler->verbose, " %s%s.from.%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_conv_f64_from_w()

Completed in 36 milliseconds