Home
last modified time | relevance | path

Searched defs:_ir_target_constraints (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h181 struct _ir_target_constraints { struct
182 int8_t def_reg;
183 uint8_t tmps_count;
184 uint8_t hints_count;
185 ir_tmp_reg tmp_regs[3];
186 int8_t hints[IR_MAX_REG_ARGS + 3];
H A Dir_x86.h225 struct _ir_target_constraints { struct
226 int8_t def_reg;
227 uint8_t tmps_count;
228 uint8_t hints_count;
229 ir_tmp_reg tmp_regs[3];
230 int8_t hints[IR_MAX_REG_ARGS + 3];

Completed in 6 milliseconds