Searched refs:tcg_gen_rotli_vec (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec64.c | 33 tcg_gen_rotli_vec(vece, d, m, 1); in gen_rax1_vec()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 493 void tcg_gen_rotli_vec(unsigned vece, TCGv_vec r, TCGv_vec a, int64_t i) in tcg_gen_rotli_vec() function
|
H A D | tcg-op-gvec.c | 3074 .fniv = tcg_gen_rotli_vec, in tcg_gen_gvec_rotli() 3079 .fniv = tcg_gen_rotli_vec, in tcg_gen_gvec_rotli() 3084 .fniv = tcg_gen_rotli_vec, in tcg_gen_gvec_rotli() 3089 .fniv = tcg_gen_rotli_vec, in tcg_gen_gvec_rotli()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op-common.h | 442 void tcg_gen_rotli_vec(unsigned vece, TCGv_vec r, TCGv_vec a, int64_t i);
|