Searched defs:op3 (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | gen_ir_fold_hash.c | 253 #define IR_OP_ADD(name, flags, op1, op2, op3) \ in main() argument
|
H A D | ir.c | 49 #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 D | ir_sccp.c | 38 …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 D | ir.h | 367 #define IR_OP_ENUM(name, flags, op1, op2, op3) IR_ ## name, argument
|
/php-src/ext/ffi/ |
H A D | ffi_parser.c | 3194 zend_ffi_val op2, op3; in parse_conditional_expression() local
|
H A D | ffi.c | 7359 void zend_ffi_expr_conditional(zend_ffi_val *val, zend_ffi_val *op2, zend_ffi_val *op3) /* {{{ */
|
Completed in 43 milliseconds