Lines Matching refs:ssa_op
80 #define OP_REG_ADDR(opline, ssa_op, type, op, _ssa_op) \ argument
81 ((ctx.ra && (ssa_op)->_ssa_op >= 0 && ctx.ra[(ssa_op)->_ssa_op].ref) ? \
82 ZEND_ADDR_REG((ssa_op)->_ssa_op) : \
95 OP_REG_ADDR(opline, ssa_op, op1_type, op1, op1_use)
97 OP_REG_ADDR(opline, ssa_op, op2_type, op2, op2_use)
99 OP_REG_ADDR(opline, ssa_op, result_type, result, result_def)
101 OP_REG_ADDR(opline + 1, ssa_op + 1, op1_type, op1, op1_use)
104 OP_REG_ADDR(opline, ssa_op, op1_type, op1, op1_def)
106 OP_REG_ADDR(opline, ssa_op, op2_type, op2, op2_def)
108 OP_REG_ADDR(opline, ssa_op, result_type, result, result_use)
110 OP_REG_ADDR(opline + 1, ssa_op + 1, op1_type, op1, op1_def)