Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_ast.h261 static zend_always_inline zend_ast *zend_ast_create_binary_op(uint32_t opcode, zend_ast *op0, zend_… in zend_ast_create_binary_op() argument
262 return zend_ast_create_ex(ZEND_AST_BINARY_OP, opcode, op0, op1); in zend_ast_create_binary_op()
264 static zend_always_inline zend_ast *zend_ast_create_assign_op(uint32_t opcode, zend_ast *op0, zend_… in zend_ast_create_assign_op() argument
265 return zend_ast_create_ex(ZEND_AST_ASSIGN_OP, opcode, op0, op1); in zend_ast_create_assign_op()
267 static zend_always_inline zend_ast *zend_ast_create_cast(uint32_t type, zend_ast *op0) { in zend_ast_create_cast() argument
268 return zend_ast_create_ex(ZEND_AST_CAST, type, op0); in zend_ast_create_cast()
/PHP-7.1/ext/pcre/pcrelib/sljit/
H A DsljitNativeTILEGX_64.c752 inst_buf[inst_buf_index].operand_value[0] = op0; in push_4_buffer()
757 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_4_buffer()
772 inst_buf[inst_buf_index].operand_value[0] = op0; in push_3_buffer()
780 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_3_buffer()
801 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_3_buffer()
813 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_3_buffer()
833 inst_buf[inst_buf_index].operand_value[0] = op0; in push_2_buffer()
840 inst_buf[inst_buf_index].input_registers = 1L << op0; in push_2_buffer()
858 inst_buf[inst_buf_index].output_registers = 1L << op0; in push_2_buffer()
894 inst_buf[inst_buf_index].operand_value[0] = op0; in push_jr_buffer()
[all …]

Completed in 17 milliseconds