Searched refs:OP_UU_W (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 115 RVVCALL(OPIVV1, vbrev8_v_w, OP_UU_W, H4, H4, brev8) in RVVCALL() 125 RVVCALL(OPIVV1, vrev8_v_w, OP_UU_W, H4, H4, bswap32) in RVVCALL() 153 RVVCALL(OPIVV1, vbrev_v_w, OP_UU_W, H4, H4, revbit32) in RVVCALL() 162 RVVCALL(OPIVV1, vclz_v_w, OP_UU_W, H4, H4, clz32) in RVVCALL() 171 RVVCALL(OPIVV1, vctz_v_w, OP_UU_W, H4, H4, ctz32) in RVVCALL() 180 RVVCALL(OPIVV1, vcpop_v_w, OP_UU_W, H4, H4, ctpop32) in RVVCALL()
|
H A D | vector_internals.h | 133 #define OP_UU_W uint32_t, uint32_t, uint32_t macro
|
H A D | vector_helper.c | 3736 RVVCALL(OPFVV1, vfsqrt_v_w, OP_UU_W, H4, H4, float32_sqrt) 3918 RVVCALL(OPFVV1, vfrsqrt7_v_w, OP_UU_W, H4, H4, frsqrt7_s) in RVVCALL() 4109 RVVCALL(OPFVV1, vfrec7_v_w, OP_UU_W, H4, H4, frec7_s) in RVVCALL() 4456 RVVCALL(OPIVV1, vfclass_v_w, OP_UU_W, H4, H4, fclass_s) in RVVCALL() 4495 RVVCALL(OPFVV1, vfcvt_xu_f_v_w, OP_UU_W, H4, H4, float32_to_uint32) 4503 RVVCALL(OPFVV1, vfcvt_x_f_v_w, OP_UU_W, H4, H4, float32_to_int32) 4511 RVVCALL(OPFVV1, vfcvt_f_xu_v_w, OP_UU_W, H4, H4, uint32_to_float32) 4519 RVVCALL(OPFVV1, vfcvt_f_x_v_w, OP_UU_W, H4, H4, int32_to_float32)
|