Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 11 of 11) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_builder.h147 #define ir_NEG(_type, _op1) ir_UNARY_OP(IR_NEG, (_type), (_op1)) argument
156 #define ir_ABS(_type, _op1) ir_UNARY_OP(IR_ABS, (_type), (_op1)) argument
165 #define ir_SEXT(_type, _op1) ir_UNARY_OP(IR_SEXT, (_type), (_op1)) argument
177 #define ir_ZEXT(_type, _op1) ir_UNARY_OP(IR_ZEXT, (_type), (_op1)) argument
189 #define ir_TRUNC(_type, _op1) ir_UNARY_OP(IR_TRUNC, (_type), (_op1)) argument
271 #define ir_NOT(_type, _op1) ir_UNARY_OP(IR_NOT, (_type), (_op1)) argument
509 #define ir_VAR(_type, _name) _ir_VAR(_ir_CTX, (_type), (_name)) argument
530 #define ir_VLOAD(_type, _var) _ir_VLOAD(_ir_CTX, (_type), (_var)) argument
545 #define ir_RLOAD(_type, _reg) _ir_RLOAD(_ir_CTX, (_type), (_reg)) argument
560 #define ir_LOAD(_type, _addr) _ir_LOAD(_ir_CTX, (_type), (_addr)) argument
[all …]
H A Dir_private.h1362 #define IR_TMP_REG(_num, _type, _start, _end) \ argument
1363 (ir_tmp_reg){.num=(_num), .type=(_type), .start=(_start), .end=(_end)}
H A Dir_x86.dasc1825 #define IR_IS_FP_FUNC_1(proto, _type) (proto->params_count == 1 && \
1826 proto->param_types[0] == _type && \
1827 proto->ret_type == _type)
/php-src/Zend/Optimizer/
H A Dzend_inference.h42 if (opline->opN##_type == IS_CONST) { \
46 return (opline->opN##_type != IS_UNUSED && \
57 if (opline->opN##_type == IS_CONST) { \
62 } else if (opline->opN##_type != IS_UNUSED && \
74 if (opline->opN##_type == IS_CONST) { \
79 } else if (opline->opN##_type != IS_UNUSED && \
91 if (opline->opN##_type == IS_CONST) { \
96 } else if (opline->opN##_type != IS_UNUSED && \
108 if (opline->opN##_type == IS_CONST) { \
113 } else if (opline->opN##_type != IS_UNUSED && \
[all …]
H A Dzend_optimizer_internal.h44 #define SAME_VAR(op1, op2) (op1 ## _type == op2 ## _type && op1.var == op2.var)
72 target ## _type = src ## _type; \
H A Dzend_inference.c1958 #define UPDATE_SSA_TYPE(_type, _var) \ argument
1960 uint32_t __type = (_type) & ~MAY_BE_GUARD; \
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h477 #define SET_STACK_TYPE(_stack, _slot, _type, _set_mem_type) do { \ argument
478 uint8_t __type = (_type); \
H A Dzend_jit.c652 (((opline->opN##_type & (IS_TMP_VAR|IS_VAR|IS_CV)) && \
/php-src/Zend/
H A Dzend_compile.h35 op ## _type = IS_UNUSED; \
H A Dzend_compile.c41 target ## _type = (src)->op_type; \
50 (target)->op_type = src ## _type; \
/php-src/ext/openssl/
H A Dopenssl.c3862 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument

Completed in 165 milliseconds