Searched refs:tcg_gen_deposit_z_i32 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sme.c | 70 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 D | tcg-op.h | 365 #define tcg_gen_deposit_z_tl tcg_gen_deposit_z_i32
|
H A D | tcg-op-common.h | 114 void tcg_gen_deposit_z_i32(TCGv_i32 ret, TCGv_i32 arg,
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 929 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()
|