Home
last modified time | relevance | path

Searched refs:IR_OPT_OP_MASK (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir.c833 ir_ref ref = ctx->prev_insn_chain[opt & IR_OPT_OP_MASK];
928 key = (opt & IR_OPT_OP_MASK) + ((uint32_t)op1_insn->op << 7) + ((uint32_t)op2_insn->op << 14);
987 op = opt & IR_OPT_OP_MASK;
1030 if ((opt & IR_OPT_OP_MASK) == IR_PHI) {
H A Dir.h378 #define IR_OPT_OP_MASK 0x00ff macro
H A Dir_sccp.c532 IR_ASSERT(!IR_OP_HAS_VAR_INPUTS(ir_op_flags[opt & IR_OPT_OP_MASK])); in ir_sccp_fold2()
533 insn->inputs_count = IR_INPUT_EDGES_COUNT(ir_op_flags[opt & IR_OPT_OP_MASK]); in ir_sccp_fold2()
H A Dir_fold.h2950 IR_FOLD_BOOL((opt & IR_OPT_OP_MASK) == IR_EQ); in IR_FOLD()

Completed in 35 milliseconds