Home
last modified time | relevance | path

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

/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()
/qemu/include/tcg/
H A Dtcg-op.h378 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i32
H A Dtcg-op-common.h115 void tcg_gen_deposit_z_i32(TCGv_i32 ret, TCGv_i32 arg,
/qemu/tcg/
H A Dtcg-op.c932 void tcg_gen_deposit_z_i32(TCGv_i32 ret, TCGv_i32 arg, in tcg_gen_deposit_z_i32() function
2620 tcg_gen_deposit_z_i32(TCGV_HIGH(ret), TCGV_LOW(arg), in tcg_gen_deposit_z_i64()
2626 tcg_gen_deposit_z_i32(TCGV_LOW(ret), TCGV_LOW(arg), ofs, len); in tcg_gen_deposit_z_i64()