Searched refs:vl_eq_vlmax (Results 1 – 4 of 4) sorted by relevance
250 if (!s->vstart_eq_zero || !s->vl_eq_vlmax) { \323 if (!s->vstart_eq_zero || !s->vl_eq_vlmax) { \390 if (!s->vstart_eq_zero || !s->vl_eq_vlmax) { \441 if (!s->vstart_eq_zero || !s->vl_eq_vlmax) {472 if (!s->vstart_eq_zero || !s->vl_eq_vlmax) {
1174 * which is used in GVEC IR when vl_eq_vlmax flag is set to true1197 if (a->vm && s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {1282 if (a->vm && s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {1433 if (a->vm && s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {1760 if (a->vm && s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {2011 if (s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {2045 if (s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {2086 if (s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {2627 if (s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {3473 if (a->vm && s->vl_eq_vlmax && !(s->vta && s->lmul < 0)) {[all …]
105 bool vl_eq_vlmax; member1243 ctx->vl_eq_vlmax = FIELD_EX32(tb_flags, TB_FLAGS, VL_EQ_VLMAX); in riscv_tr_init_disas_context()
148 bool vl_eq_vlmax = (env->vstart == 0) && (vlmax == env->vl) && in cpu_get_tb_cpu_state() local154 flags = FIELD_DP32(flags, TB_FLAGS, VL_EQ_VLMAX, vl_eq_vlmax); in cpu_get_tb_cpu_state()