Searched refs:IR_LONG (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 80 # define IR_LONG IR_I64 macro 112 # define IR_LONG IR_I32 macro 457 return ir_reg_name(reg, ir_reg_is_int(reg) ? IR_LONG : IR_DOUBLE); in zend_reg_name() 3870 phi_result = ir_PHI_2(IR_LONG, function_result, cache_result); in zend_jit_jmp_frameless() 4339 type = IR_LONG; in zend_jit_store_reg() 5656 ref = ir_PHI_2(IR_LONG, ref, ref2); in zend_jit_long_math_helper() 5703 ref = ir_PHI_2(IR_LONG, ref, ref2); in zend_jit_long_math_helper() 5750 ref = ir_PHI_2(IR_LONG, ref, ir_CONST_LONG(0)); in zend_jit_long_math_helper() 16263 ref = ir_CALL_2(IR_LONG, ir_CONST_FC_FUNC(zend_hash_find), 16392 ref = ir_PHI_2(IR_LONG, ref2, ref); [all …]
|
Completed in 40 milliseconds