Lines Matching refs:IR_LONG
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()
1434 ir_type type = (jit->ssa->var_info[phi->ssa_var].type & MAY_BE_LONG) ? IR_LONG : IR_DOUBLE; in zend_jit_gen_phi()
3865 function_result = ir_CALL_2(IR_LONG, ir_CONST_FC_FUNC(zend_jit_jmp_frameless_helper), in zend_jit_jmp_frameless()
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()
5530 …ir_ref phi = ir_PHI_N((res_info & MAY_BE_LONG) ? IR_LONG : IR_DOUBLE, res_inputs->count, res_input… in zend_jit_math_helper()
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()
5912 ir_ref phi = ir_PHI_N(IR_LONG, res_inputs->count, res_inputs->refs); in zend_jit_long_math_helper()
6592 phi = ir_PHI_N((var_def_info & MAY_BE_LONG & MAY_BE_LONG) ? IR_LONG : IR_DOUBLE, in zend_jit_assign_to_variable()
16137 ref = ir_CALL_2(IR_LONG, ir_CONST_FC_FUNC(zend_hash_index_find),
16263 ref = ir_CALL_2(IR_LONG, ir_CONST_FC_FUNC(zend_hash_find),
16358 ref = ir_CALL_2(IR_LONG, ir_CONST_FC_FUNC(zend_hash_index_find),
16388 ref2 = ir_CALL_2(IR_LONG, ir_CONST_FC_FUNC(zend_hash_find),
16392 ref = ir_PHI_2(IR_LONG, ref2, ref);
17129 type = IR_LONG;
17180 (jit->ssa->var_info[src_var].type & MAY_BE_LONG) ? IR_LONG : IR_DOUBLE,