Searched refs:tcg_gen_extract2_i32 (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 368 #define tcg_gen_extract2_tl tcg_gen_extract2_i32
|
H A D | tcg-op-common.h | 120 void tcg_gen_extract2_i32(TCGv_i32 ret, TCGv_i32 al, TCGv_i32 ah,
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 906 tcg_gen_extract2_i32(ret, t1, arg2, len); in tcg_gen_deposit_i32() 910 tcg_gen_extract2_i32(ret, arg1, arg2, len); in tcg_gen_deposit_i32() 1115 void tcg_gen_extract2_i32(TCGv_i32 ret, TCGv_i32 al, TCGv_i32 ah, in tcg_gen_extract2_i32() function 1869 tcg_gen_extract2_i32(TCGV_LOW(ret), in tcg_gen_shifti_i64() 1883 tcg_gen_extract2_i32(TCGV_HIGH(ret), in tcg_gen_shifti_i64()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 594 tcg_gen_extract2_i32(out, ina, tmp, 1); in gen_src()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 4675 tcg_gen_extract2_i32(t0, t0, t1, a->imm); in trans_EXTR()
|