Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dgen_ir_fold_hash.c253 #define IR_OP_ADD(name, flags, op1, op2, op3) \ in main() argument
H A Dir.c49 #define IR_OP_NAME(name, flags, op1, op2, op3) #name, argument
291 #define _IR_OP_FLAGS(name, flags, op1, op2, op3) \ argument
798 ir_ref ir_emit(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
826 ir_ref ir_emit3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
831 static ir_ref _ir_fold_cse(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
919 ir_ref ir_folding(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3, ir_insn *op1_insn,…
1027 ir_ref ir_fold(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
1053 ir_ref ir_fold3(ir_ctx *ctx, uint32_t opt, ir_ref op1, ir_ref op2, ir_ref op3)
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()
500 ir_ref op1, op2, op3; in ir_sccp_fold2() local
H A Dir.h367 #define IR_OP_ENUM(name, flags, op1, op2, op3) IR_ ## name, argument
/php-src/ext/ffi/
H A Dffi_parser.c3131 zend_ffi_val op2, op3; in parse_conditional_expression() local
H A Dffi.c7308 void zend_ffi_expr_conditional(zend_ffi_val *val, zend_ffi_val *op2, zend_ffi_val *op3) /* {{{ */

Completed in 66 milliseconds