Home
last modified time | relevance | path

Searched defs:_type (Results 1 – 5 of 5) 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.h1347 #define IR_TMP_REG(_num, _type, _start, _end) \ argument
/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h477 #define SET_STACK_TYPE(_stack, _slot, _type, _set_mem_type) do { \ argument
/php-src/Zend/Optimizer/
H A Dzend_inference.c1958 #define UPDATE_SSA_TYPE(_type, _var) \ argument
/php-src/ext/openssl/
H A Dopenssl.c3857 #define OPENSSL_PKEY_GET_BN(_type, _name) php_openssl_add_bn_to_array(&_type, _name, #_name) argument

Completed in 54 milliseconds