Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_x86.h131 # define IR_MAX_REG_ARGS 4 macro
165 # define IR_MAX_REG_ARGS 14 macro
200 # define IR_MAX_REG_ARGS 2 macro
230 int8_t hints[IR_MAX_REG_ARGS + 3];
H A Dir_aarch64.h149 #define IR_MAX_REG_ARGS 16 macro
186 int8_t hints[IR_MAX_REG_ARGS + 3];
H A Dir_emit.c223 n = IR_MIN(n, IR_MAX_REG_ARGS + 2); in ir_get_args_regs()
H A Dir_x86.dasc8740 n = IR_MIN(n, IR_MAX_REG_ARGS + 2);

Completed in 24 milliseconds