Home
last modified time | relevance | path

Searched refs:op_insn (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc2746 if ((op_insn->op == IR_OR || op_insn->op == IR_AND || op_insn->op == IR_XOR) ||
2748 ((op_insn->op == IR_ADD || op_insn->op == IR_SUB) &&
4042 ir_ref op2 = op_insn->op2;
4056 switch (op_insn->op) {
4082 switch (op_insn->op) {
4112 ir_ref op2 = op_insn->op2;
4122 switch (op_insn->op) {
4146 switch (op_insn->op) {
4450 ir_ref op2 = op_insn->op2;
4472 switch (op_insn->op) {
[all …]
H A Dir_sccp.c1107 ir_insn *op_insn; in ir_try_promote_ext() local
1119 op_insn = &ctx->ir_base[op_ref]; in ir_try_promote_ext()
1120 if ((op_insn->op != IR_ADD && op_insn->op != IR_SUB && op_insn->op != IR_MUL) in ir_try_promote_ext()
1121 || (op_insn->op1 != ref && op_insn->op2 != ref) in ir_try_promote_ext()
1148 op_insn->type = insn->type; in ir_try_promote_ext()
H A Dir_aarch64.dasc971 ir_insn *op_insn = &ctx->ir_base[insn->op2];
977 if (ctx->ir_base[op_insn->op1].op == IR_RLOAD
978 && ctx->ir_base[op_insn->op1].op2 == insn->op3) {
980 ctx->rules[op_insn->op1] = IR_SKIPPED | IR_RLOAD;
983 && ctx->ir_base[op_insn->op2].op == IR_RLOAD
985 SWAP_REFS(op_insn->op1, op_insn->op2);
2071 ir_insn *op_insn = &ctx->ir_base[insn->op2];
2072 ir_type type = op_insn->type;
2073 ir_ref op2 = op_insn->op2;
2085 switch (op_insn->op) {
[all …]

Completed in 35 milliseconds