Searched refs:tcg_gen_shl_i32 (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 311 #define tcg_gen_shl_tl tcg_gen_shl_i32
|
H A D | tcg-op-common.h | 176 void tcg_gen_shl_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1320 tcg_gen_shl_i32(cpu_regs[a->rd], cpu_regs[a->rd], tmp); in trans_SHLL_rr() 1984 tcg_gen_shl_i32(mask, tcg_constant_i32(1), b); \ 1995 tcg_gen_shl_i32(mask, tcg_constant_i32(1), b); \
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 460 void tcg_gen_shl_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_shl_i32() function 471 tcg_gen_shl_i32(ret, arg1, tcg_constant_i32(arg2)); in tcg_gen_shli_i32() 816 tcg_gen_shl_i32(t0, arg1, arg2); in tcg_gen_rotl_i32() 856 tcg_gen_shl_i32(t1, arg1, t1); in tcg_gen_rotr_i32()
|
H A D | tcg-op-gvec.c | 3252 .fni4 = tcg_gen_shl_i32, in tcg_gen_gvec_shls() 3373 tcg_gen_shl_i32(d, a, t); in tcg_gen_shl_mod_i32()
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 884 tcg_gen_shl_i32(t1, REG(B11_8), t0); in _decode_opc() 906 tcg_gen_shl_i32(t1, REG(B11_8), t0); in _decode_opc()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 1883 tcg_gen_shl_i32(tmp, tcg_constant_i32(1), src2); in DISAS_INSN() 3646 tcg_gen_shl_i32(shl, reg, shl); in rotate_x() 3649 tcg_gen_shl_i32(shx, QREG_CC_X, shx); in rotate_x() 4159 tcg_gen_shl_i32(QREG_CC_N, src, tmp); in DISAS_INSN() 4188 tcg_gen_shl_i32(mask, mask, rot); in DISAS_INSN()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | gengvec.c | 1012 tcg_gen_shl_i32(lval, src, lsh); in gen_ushl_i32() 1135 tcg_gen_shl_i32(lval, src, lsh); in gen_sshl_i32()
|
H A D | translate.c | 6844 tcg_gen_shl_i32(decr, tcg_constant_i32(1), decr); in trans_LE()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1386 tcg_gen_shl_i32(tmp, tcg_constant_i32(0x00000001u), tmp); in translate_bb() 2022 tcg_gen_shl_i32(tmp, tcg_constant_i32(1), cpu_SR[WINDOW_BASE]); in translate_retw() 2057 tcg_gen_shl_i32(tmp, tcg_constant_i32(1), cpu_SR[WINDOW_BASE]); in translate_rfw() 2283 tcg_gen_shl_i32(arg[0].out, arg[1].in, dc->sar_m32); in translate_sll()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 364 tcg_gen_shl_i32(out, ina, tmp); in gen_bsll()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | spe-impl.c.inc | 200 tcg_gen_shl_i32(ret, arg1, t0);
|