Home
last modified time | relevance | path

Searched refs:tcg_gen_clrsb_i32 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h358 #define tcg_gen_clrsb_tl tcg_gen_clrsb_i32
H A Dtcg-op-common.h106 void tcg_gen_clrsb_i32(TCGv_i32 ret, TCGv_i32 arg);
/openbmc/qemu/tcg/
H A Dtcg-op.c785 void tcg_gen_clrsb_i32(TCGv_i32 ret, TCGv_i32 arg) in tcg_gen_clrsb_i32() function
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c8161 tcg_gen_clrsb_i32(tcg_tmp32, tcg_tmp32); in handle_cls()
11167 tcg_gen_clrsb_i32(tcg_res, tcg_op); in disas_simd_two_reg_misc()
/openbmc/qemu/target/xtensa/
H A Dtranslate.c1911 tcg_gen_clrsb_i32(arg[0].out, arg[1].in); in translate_nsa()