HomeSort by: relevance | last modified time | path
    Searched defs:m_vlmul (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vsetvl.cc 792 vlmul_type m_vlmul; member in class:vsetvl_info
818 m_avl_def (nullptr), m_sew (0), m_max_sew (0), m_vlmul (LMUL_RESERVED),
835 void set_vlmul (vlmul_type vlmul) { m_vlmul = vlmul; }
849 vlmul_type get_vlmul () const { return m_vlmul; }
1000 m_vlmul = ::get_vlmul (rinsn);
1053 m_vlmul = ::get_vlmul (insn->rtl ());
1059 m_ratio = calculate_ratio (m_sew, m_vlmul);
riscv-vsetvl.cc 792 vlmul_type m_vlmul; member in class:vsetvl_info
818 m_avl_def (nullptr), m_sew (0), m_max_sew (0), m_vlmul (LMUL_RESERVED),
835 void set_vlmul (vlmul_type vlmul) { m_vlmul = vlmul; }
849 vlmul_type get_vlmul () const { return m_vlmul; }
1000 m_vlmul = ::get_vlmul (rinsn);
1053 m_vlmul = ::get_vlmul (insn->rtl ());
1059 m_ratio = calculate_ratio (m_sew, m_vlmul);

Completed in 33 milliseconds