Home
last modified time | relevance | path

Searched refs:tcg_gen_deposit_z_i32 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sme.c70 tcg_gen_deposit_z_i32(tmp, tmp, pos, len); in get_tile_rowcol()
86 tcg_gen_deposit_z_i32(tmp, tmp, pos, len); in get_tile_rowcol()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h365 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i32
H A Dtcg-op-common.h114 void tcg_gen_deposit_z_i32(TCGv_i32 ret, TCGv_i32 arg,
/openbmc/qemu/tcg/
H A Dtcg-op.c929 void tcg_gen_deposit_z_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_deposit_z_i32() function
2701 tcg_gen_deposit_z_i32(TCGV_HIGH(ret), TCGV_LOW(arg), in tcg_gen_deposit_z_i64()
2707 tcg_gen_deposit_z_i32(TCGV_LOW(ret), TCGV_LOW(arg), ofs, len); in tcg_gen_deposit_z_i64()