Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/
H A Dtcg-op-vec.c446 static void do_shifti(TCGOpcode opc, unsigned vece, in do_shifti() function
481 do_shifti(INDEX_op_shli_vec, vece, r, a, i); in tcg_gen_shli_vec()
486 do_shifti(INDEX_op_shri_vec, vece, r, a, i); in tcg_gen_shri_vec()
491 do_shifti(INDEX_op_sari_vec, vece, r, a, i); in tcg_gen_sari_vec()
496 do_shifti(INDEX_op_rotli_vec, vece, r, a, i); in tcg_gen_rotli_vec()
503 do_shifti(INDEX_op_rotli_vec, vece, r, a, -i & (bits - 1)); in tcg_gen_rotri_vec()
/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1645 goto do_shifti;
1648 goto do_shifti;
1651 goto do_shifti;
1654 do_shifti: