Home
last modified time | relevance | path

Searched defs:op3 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c210 #define IR_OP_ADD(name, flags, op1, op2, op3) \ in main() argument
H A Dir_sccp.c38 …p_fold(ir_ctx *ctx, ir_insn *_values, ir_ref res, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_sccp_fold()
456 ir_ref op1, op2, op3; in ir_sccp_fold2() local
H A Dir.c49 #define IR_OP_NAME(name, flags, op1, op2, op3) #name, argument
286 #define _IR_OP_FLAGS(name, flags, op1, op2, op3) \ argument
790 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_emit()
818 ir_ref ir_emit3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_emit3()
823 static ir_ref _ir_fold_cse(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in _ir_fold_cse()
911 ir_ref ir_folding(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3, ir_insn *op1_insn,… in ir_folding()
1015 ir_ref ir_fold(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_fold()
1041 ir_ref ir_fold3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3) in ir_fold3()
H A Dir.h346 #define IR_OP_ENUM(name, flags, op1, op2, op3) IR_ ## name, argument
/PHP-8.2/ext/ffi/
H A Dffi_parser.c3131 zend_ffi_val op2, op3; in parse_conditional_expression() local
H A Dffi.c7306 void zend_ffi_expr_conditional(zend_ffi_val *val, zend_ffi_val *op2, zend_ffi_val *op3) /* {{{ */

Completed in 48 milliseconds