Searched refs:DO_REM (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/loongarch/ |
H A D | vec.h | 49 #define DO_REM(N, M) (unlikely(M == 0) ? 0 :\ macro
|
/openbmc/qemu/target/riscv/ |
H A D | vector_helper.c | 1781 #define DO_REM(N, M) (unlikely(M == 0) ? N : \ macro 1796 RVVCALL(OPIVV2, vrem_vv_b, OP_SSS_B, H1, H1, H1, DO_REM) 1797 RVVCALL(OPIVV2, vrem_vv_h, OP_SSS_H, H2, H2, H2, DO_REM) 1798 RVVCALL(OPIVV2, vrem_vv_w, OP_SSS_W, H4, H4, H4, DO_REM) 1799 RVVCALL(OPIVV2, vrem_vv_d, OP_SSS_D, H8, H8, H8, DO_REM) 1829 RVVCALL(OPIVX2, vrem_vx_b, OP_SSS_B, H1, H1, DO_REM) 1830 RVVCALL(OPIVX2, vrem_vx_h, OP_SSS_H, H2, H2, DO_REM) 1831 RVVCALL(OPIVX2, vrem_vx_w, OP_SSS_W, H4, H4, DO_REM) 1832 RVVCALL(OPIVX2, vrem_vx_d, OP_SSS_D, H8, H8, DO_REM)
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | vec_helper.c | 646 VDIV(vmod_b, 8, B, DO_REM) 647 VDIV(vmod_h, 16, H, DO_REM) 648 VDIV(vmod_w, 32, W, DO_REM) 649 VDIV(vmod_d, 64, D, DO_REM)
|