Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h1166 #define SLJIT_OP2_BASE 64 macro
1169 #define SLJIT_ADD (SLJIT_OP2_BASE + 0)
1172 #define SLJIT_ADDC (SLJIT_OP2_BASE + 1)
1177 #define SLJIT_SUB (SLJIT_OP2_BASE + 2)
1180 #define SLJIT_SUBC (SLJIT_OP2_BASE + 3)
1184 #define SLJIT_MUL (SLJIT_OP2_BASE + 4)
1187 #define SLJIT_AND (SLJIT_OP2_BASE + 5)
1190 #define SLJIT_OR (SLJIT_OP2_BASE + 6)
1193 #define SLJIT_XOR (SLJIT_OP2_BASE + 7)
1200 #define SLJIT_SHL (SLJIT_OP2_BASE + 8)
[all …]
H A DsljitLir.c1622 …fprintf(compiler->verbose, " %s%s%s%s%s ", op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], !(op & SLJ… in check_sljit_emit_op2()
1657 …fprintf(compiler->verbose, " %s%s.into%s ", op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], !(op & SL… in check_sljit_emit_shift_into()
2305 GET_OPCODE(op) < SLJIT_OP2_BASE ? "mov" : op2_names[GET_OPCODE(op) - SLJIT_OP2_BASE], in check_sljit_emit_op_flags()
2306 …GET_OPCODE(op) < SLJIT_OP2_BASE ? op1_types[GET_OPCODE(op) - SLJIT_OP1_BASE] : ((op & SLJIT_32) ? … in check_sljit_emit_op_flags()

Completed in 140 milliseconds