Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvvk.c.inc250 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) {
H A Dtrans_rvv.c.inc1174 * which is used in GVEC IR when vl_eq_vlmax flag is set to true
1197 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 …]
/openbmc/qemu/target/riscv/
H A Dtranslate.c105 bool vl_eq_vlmax; member
1243 ctx->vl_eq_vlmax = FIELD_EX32(tb_flags, TB_FLAGS, VL_EQ_VLMAX); in riscv_tr_init_disas_context()
H A Dcpu_helper.c148 bool vl_eq_vlmax = (env->vstart == 0) && (vlmax == env->vl) && in cpu_get_tb_cpu_state() local
154 flags = FIELD_DP32(flags, TB_FLAGS, VL_EQ_VLMAX, vl_eq_vlmax); in cpu_get_tb_cpu_state()