Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/
H A Dir_x86.h122 # define IR_REG_FP_ARGS 4 macro
150 # define IR_REG_FP_ARGS 8 macro
193 # define IR_REG_FP_ARGS 0 macro
H A Dir_emit.c65 #if IR_REG_FP_ARGS
66 static const int8_t _ir_fp_reg_params[IR_REG_FP_ARGS];
151 int fp_reg_params_count = IR_REG_FP_ARGS; in ir_get_param_reg()
209 int fp_reg_params_count = IR_REG_FP_ARGS; in ir_get_args_regs()
H A Dir_aarch64.h132 #define IR_REG_FP_ARGS 8 macro
H A Dir_aarch64.dasc254 static const int8_t _ir_fp_reg_params[IR_REG_FP_ARGS] = {
1694 if ((ctx->flags2 & (IR_HAS_VA_ARG_FP|IR_HAS_VA_COPY)) && ctx->fp_reg_params < IR_REG_FP_ARGS) {
1697 for (i = ctx->fp_reg_params; i < IR_REG_FP_ARGS; i++) {
4252 if ((ctx->flags2 & (IR_HAS_VA_ARG_FP|IR_HAS_VA_COPY)) && ctx->fp_reg_params < IR_REG_FP_ARGS) {
4253 reg_save_area_offset += 16 * IR_REG_FP_ARGS;
4260 | movn Rw(tmp_reg), #~(0 - (16 * (IR_REG_FP_ARGS - ctx->fp_reg_params)))
4616 int fp_reg_params_count = IR_REG_FP_ARGS;
4661 int fp_reg_params_count = IR_REG_FP_ARGS;
5370 int fp_reg_params_count = IR_REG_FP_ARGS;
5478 int fp_reg_params_count = IR_REG_FP_ARGS;
[all …]
H A Dir_x86.dasc915 static const int8_t _ir_fp_reg_params[IR_REG_FP_ARGS] = {
933 static const int8_t _ir_fp_reg_params[IR_REG_FP_ARGS] = {
3653 if ((ctx->flags2 & (IR_HAS_VA_ARG_FP|IR_HAS_VA_COPY)) && ctx->fp_reg_params < IR_REG_FP_ARGS) {
3658 for (i = ctx->fp_reg_params; i < IR_REG_FP_ARGS; i++) {
8028 if ((ctx->flags2 & (IR_HAS_VA_ARG_FP|IR_HAS_VA_COPY)) && ctx->fp_reg_params < IR_REG_FP_ARGS) {
8201 | cmp Rd(tmp_reg), sizeof(void*) * IR_REG_INT_ARGS + 16 * IR_REG_FP_ARGS
8455 int fp_reg_params_count = IR_REG_FP_ARGS;
8509 int fp_reg_params_count = IR_REG_FP_ARGS;
9722 int fp_reg_params_count = IR_REG_FP_ARGS;
9847 int fp_reg_params_count = IR_REG_FP_ARGS;
[all …]

Completed in 40 milliseconds