Lines Matching refs:cfg_ptr
84 const RISCVCPUConfig *cfg_ptr; member
442 if (!ctx->cfg_ptr->ext_zfinx) { in get_fpr_hs()
469 if (!ctx->cfg_ptr->ext_zfinx) { in get_fpr_d()
494 if (!ctx->cfg_ptr->ext_zfinx) { in dest_fpr()
517 if (!ctx->cfg_ptr->ext_zfinx) { in gen_set_fpr_hs()
541 if (!ctx->cfg_ptr->ext_zfinx) { in gen_set_fpr_d()
571 if (!has_ext(ctx, RVC) && !ctx->cfg_ptr->ext_zca) { in gen_jal()
769 if (!ctx->cfg_ptr->ext_##A && \
770 !ctx->cfg_ptr->ext_##B) { \
1096 if (ctx->cfg_ptr->ext_zama16b && size >= MO_32) { in gen_amo()
1196 if ((has_ext(ctx, RVC) || ctx->cfg_ptr->ext_zca) && in decode_opc()
1235 ctx->cfg_ptr = &(cpu->cfg); in riscv_tr_init_disas_context()