Searched refs:bitwise_xor_function (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_operators.h | 65 ZEND_API zend_result ZEND_FASTCALL bitwise_xor_function(zval *result, zval *op1, zval *op2);
|
H A D | zend_opcode.c | 1232 return (binary_op_type) bitwise_xor_function; in get_binary_op()
|
H A D | zend_operators.c | 1735 ZEND_API zend_result ZEND_FASTCALL bitwise_xor_function(zval *result, zval *op1, zval *op2) /* {{{ … in bitwise_xor_function() function
|
H A D | zend_execute.c | 1457 bitwise_xor_function, in zend_binary_op()
|
H A D | zend_vm_def.h | 889 bitwise_xor_function(EX_VAR(opline->result.var), op_1, op_2); in ZEND_VM_HELPER()
|
H A D | zend_vm_execute.h | 712 bitwise_xor_function(EX_VAR(opline->result.var), op_1, op_2); in zend_bw_xor_helper_SPEC()
|
/PHP-8.2/ext/opcache/jit/ |
H A D | zend_jit_arm64.dasc | 4913 | EXT_CALL bitwise_xor_function, REG0
|
H A D | zend_jit_x86.dasc | 5410 | EXT_CALL bitwise_xor_function, r0
|
Completed in 227 milliseconds