Searched refs:tcg_gen_extr32_i64 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 230 #define tcg_gen_extr_i64_tl tcg_gen_extr32_i64
|
H A D | tcg-op-common.h | 301 void tcg_gen_extr32_i64(TCGv_i64 lo, TCGv_i64 hi, TCGv_i64 arg);
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 2243 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 D | tcg-op.c | 3240 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 D | translate-a64.c | 2893 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()
|