Searched refs:op0 (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_ast.h | 262 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 263 return zend_ast_create_ex(ZEND_AST_BINARY_OP, opcode, op0, op1); in zend_ast_create_binary_op() 265 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 266 return zend_ast_create_ex(ZEND_AST_ASSIGN_OP, opcode, op0, op1); in zend_ast_create_assign_op() 268 static zend_always_inline zend_ast *zend_ast_create_cast(uint32_t type, zend_ast *op0) { in zend_ast_create_cast() argument 269 return zend_ast_create_ex(ZEND_AST_CAST, type, op0); in zend_ast_create_cast()
|
/PHP-7.0/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX_64.c | 752 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 16 milliseconds