Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c103 # define ir_SHL_L ir_SHL_I64 macro
135 # define ir_SHL_L ir_SHL_I32 macro
5631 ref = ir_SHL_L(jit_Z_LVAL(jit, op1_addr), ir_CONST_LONG(op2_lval)); in zend_jit_long_math_helper()
5654 ref = ir_SHL_L(op1_ref, ref); in zend_jit_long_math_helper()
5658 ref = ir_SHL_L(jit_Z_LVAL(jit, op1_addr), ref); in zend_jit_long_math_helper()

Completed in 40 milliseconds