Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dvector_helper.c4582 #define NOP_UU_W uint32_t, uint64_t, uint64_t in RVVCALL() macro
4586 RVVCALL(OPFVV1, vfncvt_xu_f_w_w, NOP_UU_W, H4, H8, float64_to_uint32) in RVVCALL()
4594 RVVCALL(OPFVV1, vfncvt_x_f_w_w, NOP_UU_W, H4, H8, float64_to_int32) in RVVCALL()
4603 RVVCALL(OPFVV1, vfncvt_f_xu_w_w, NOP_UU_W, H4, H8, uint64_to_float32) in RVVCALL()
4609 RVVCALL(OPFVV1, vfncvt_f_x_w_w, NOP_UU_W, H4, H8, int64_to_float32) in RVVCALL()
4620 RVVCALL(OPFVV1, vfncvt_f_f_w_w, NOP_UU_W, H4, H8, float64_to_float32) in RVVCALL()