Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1081 #define SLJIT_FOP1_BASE 160 macro
1084 #define SLJIT_MOV_F64 (SLJIT_FOP1_BASE + 0)
1090 #define SLJIT_CONV_F64_FROM_F32 (SLJIT_FOP1_BASE + 1)
1093 #define SLJIT_CONV_SW_FROM_F64 (SLJIT_FOP1_BASE + 2)
1096 #define SLJIT_CONV_S32_FROM_F64 (SLJIT_FOP1_BASE + 3)
1099 #define SLJIT_CONV_F64_FROM_SW (SLJIT_FOP1_BASE + 4)
1102 #define SLJIT_CONV_F64_FROM_S32 (SLJIT_FOP1_BASE + 5)
1106 #define SLJIT_CMP_F64 (SLJIT_FOP1_BASE + 6)
1109 #define SLJIT_NEG_F64 (SLJIT_FOP1_BASE + 7)
1112 #define SLJIT_ABS_F64 (SLJIT_FOP1_BASE + 8)
H A DsljitLir.c1433 fprintf(compiler->verbose, " %s%s ", fop1_names[SLJIT_CONV_F64_FROM_F32 - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1436 fprintf(compiler->verbose, " %s%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1()
1472 …fprintf(compiler->verbose, " %s%s", fop1_names[SLJIT_CMP_F64 - SLJIT_FOP1_BASE], (op & SLJIT_F32_… in check_sljit_emit_fop1_cmp()
1504 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_conv_sw_from_f64()
1534 fprintf(compiler->verbose, " %s%s.from%s ", fop1_names[GET_OPCODE(op) - SLJIT_FOP1_BASE], in check_sljit_emit_fop1_conv_f64_from_sw()

Completed in 18 milliseconds