Home
last modified time | relevance | path

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

/PHP-8.4/ext/opcache/jit/ir/
H A Dir_builder.h110 #define ir_MUL_U32(_op1, _op2) ir_BINARY_OP_U32(IR_MUL, (_op1), (_op2)) macro
/PHP-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c8402 ref = ir_MUL_U32(ref, ir_CONST_U32(sizeof(zval)));
10054 ir_ref ref = ir_MUL_U32(num_args, ir_CONST_U32(sizeof(zend_op)));
11144 num_used_ref = ir_MUL_U32(ir_LOAD_U32(jit_EG(symbol_table.nNumUsed)),

Completed in 79 milliseconds