Searched defs:_type (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir_builder.h | 147 #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 532 #define ir_VLOAD(_type, _var) _ir_VLOAD(_ir_CTX, (_type), (_var)) argument 547 #define ir_RLOAD(_type, _reg) _ir_RLOAD(_ir_CTX, (_type), (_reg)) argument 562 #define ir_LOAD(_type, _addr) _ir_LOAD(_ir_CTX, (_type), (_addr)) argument [all …]
|
H A D | ir_private.h | 1362 #define IR_TMP_REG(_num, _type, _start, _end) \ argument
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_internal.h | 487 #define SET_STACK_TYPE(_stack, _slot, _type, _set_mem_type) do { \ argument
|
/php-src/Zend/Optimizer/ |
H A D | zend_inference.c | 1948 #define UPDATE_SSA_TYPE(_type, _var) \ argument
|
/php-src/ext/openssl/ |
H A D | openssl.c | 3925 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument
|
Completed in 61 milliseconds