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

  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-avlprop.cc 527 machine_mode vtype_mode = get_insn_vtype_mode (rinsn); local
530 && imm_avl_p (vtype_mode))
532 rtx new_avl = gen_int_mode (GET_MODE_NUNITS (vtype_mode), Pmode);
riscv-v.cc 222 machine_mode vtype_mode; local
224 vtype_mode = GET_MODE (ops[1]);
226 vtype_mode = GET_MODE (ops[0]);
227 return vtype_mode;
237 machine_mode vtype_mode = get_vtype_mode (ops); local
238 machine_mode mask_mode = get_mask_mode (vtype_mode);
307 if (riscv_v_ext_vls_mode_p (vtype_mode))
311 poly_uint64 nunits = GET_MODE_NUNITS (vtype_mode);
318 emit_vlmax_vsetvl (vtype_mode, len);

Completed in 20 milliseconds