Lines Matching refs:op
261 #define OP_REG(ssa_op, op) \ argument
262 (ra && ssa_op->op >= 0 && ra[ssa_op->op] ? \
263 OP_REG_EX(ra[ssa_op->op]->reg, \
264 (ra[ssa_op->op]->flags & ZREG_STORE), \
265 (ra[ssa_op->op]->flags & ZREG_LOAD), \
266 zend_ival_is_last_use(ra[ssa_op->op], ssa_op - ssa->ops) \
269 static zend_always_inline zend_jit_addr _zend_jit_decode_op(zend_uchar op_type, znode_op op, const … in _zend_jit_decode_op() argument
273 return ZEND_ADDR_CONST_ZVAL(op.zv); in _zend_jit_decode_op()
275 return ZEND_ADDR_CONST_ZVAL(RT_CONSTANT(opline, op)); in _zend_jit_decode_op()
282 return ZEND_ADDR_MEM_ZVAL(ZREG_FP, op.var); in _zend_jit_decode_op()
287 #define OP_ADDR(opline, type, op) \ argument
288 _zend_jit_decode_op((opline)->type, (opline)->op, opline, ZREG_NONE)