Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h230 #define tcg_gen_extr_i64_tl tcg_gen_extr32_i64
H A Dtcg-op-common.h301 void tcg_gen_extr32_i64(TCGv_i64 lo, TCGv_i64 hi, TCGv_i64 arg);
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2243 tcg_gen_extr32_i64(o->out2, o->out, o->out); in op_divs32()
2250 tcg_gen_extr32_i64(o->out2, o->out, o->out); in op_divu32()
/openbmc/qemu/tcg/
H A Dtcg-op.c3240 void tcg_gen_extr32_i64(TCGv_i64 lo, TCGv_i64 hi, TCGv_i64 arg) in tcg_gen_extr32_i64() function
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2893 tcg_gen_extr32_i64(s1, s2, cmp); in gen_compare_and_swap_pair()
2895 tcg_gen_extr32_i64(s2, s1, cmp); in gen_compare_and_swap_pair()