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.c445 static void do_shifti(TCGOpcode opc, unsigned vece, in do_shifti() function
480 do_shifti(INDEX_op_shli_vec, vece, r, a, i); in tcg_gen_shli_vec()
485 do_shifti(INDEX_op_shri_vec, vece, r, a, i); in tcg_gen_shri_vec()
490 do_shifti(INDEX_op_sari_vec, vece, r, a, i); in tcg_gen_sari_vec()
495 do_shifti(INDEX_op_rotli_vec, vece, r, a, i); in tcg_gen_rotli_vec()
502 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.inc1649 goto do_shifti;
1652 goto do_shifti;
1655 goto do_shifti;
1658 do_shifti: