Searched refs:tcg_gen_muli_i32 (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | plugin-gen.c | 129 tcg_gen_muli_i32(cpu_index, cpu_index, entry_size); in gen_plugin_u64_ptr()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 324 #define tcg_gen_muli_tl tcg_gen_muli_i32
|
H A D | tcg-op-common.h | 92 void tcg_gen_muli_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2);
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 516 DO_TYPEBI_CFG(muli, use_hw_mul, false, tcg_gen_muli_i32) in DO_TYPEA_CFG() 1303 tcg_gen_muli_i32(t, cpu_msr_c, MSR_C | MSR_CC); in msr_read()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-gvec.c | 407 tcg_gen_muli_i32(out, out, 0x01010101); in tcg_gen_dup_i32() 2989 tcg_gen_muli_i32(s, s, (2 << c) - 2); /* replicate isolated signs */ in tcg_gen_vec_sar8i_i32() 3004 tcg_gen_muli_i32(s, s, (2 << c) - 2); /* replicate isolated signs */ in tcg_gen_vec_sar16i_i32()
|
H A D | tcg-op.c | 575 void tcg_gen_muli_i32(TCGv_i32 ret, TCGv_i32 arg1, int32_t arg2) in tcg_gen_muli_i32() function
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 3558 tcg_gen_muli_i32(reg, reg, 0x01010101); in rotate()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 2445 tcg_gen_muli_i32(r_tl, r_tl, sizeof (trap_state)); in gen_load_trap_state_at_tl()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 1243 tcg_gen_muli_i32(t2, t2, sizeof(target_ulong) * 32); in gen_load_srsgpr() 1263 tcg_gen_muli_i32(t2, t2, sizeof(target_ulong) * 32); in gen_store_srsgpr()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 3627 tcg_gen_muli_i32(temp, temp, 0x01010101);
|