Searched refs:do_shifti (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tcg/ |
H A D | tcg-op-vec.c | 445 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 D | micromips_translate.c.inc | 1645 goto do_shifti; 1648 goto do_shifti; 1651 goto do_shifti; 1654 do_shifti:
|