Home
last modified time | relevance | path

Searched refs:STW (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dinsns.decode602 STW 11 ..... 000100 ..... . ............. @r_r_ri_na
625 STW 11 ..... 010100 ..... . ............. @r_r_r_asi # STWA
626 STW 11 ..... 010100 ..... . ............. @r_r_i_asi # STWA
H A Dtranslate.c4414 TRANS(STW, ALL, do_st_gpr, a, MO_TEUL) in TRANS() argument
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc235 #define STW (INSN_OP(3) | INSN_OP3(0x04))
577 tcg_out_ldst(s, arg, arg1, arg2, (type == TCG_TYPE_I32 ? STW : STX));
1211 [MO_BEUL] = STW,
1335 tcg_out_ldst(s, a0, a1, a2, STW);
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc392 #define STW OPCD( 36)
1539 case STB: case STH: case STW:
1559 case STW:
1686 tcg_out_mem_long(s, STW, STWX, arg, base, offset);
2702 tcg_out32(s, STW | TAI(datahi, h.index, 0));
2703 tcg_out32(s, STW | TAI(datalo, h.index, 4));
3008 tcg_out_mem_long(s, STW, STWX, args[0], args[1], args[2]);
/openbmc/qemu/target/hppa/
H A Dinsns.decode334 # STB, STH, STW, STWM
/openbmc/qemu/target/ppc/
H A Dinsn32.decode337 STW 100100 ..... ..... ................ @D
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc190 TRANS(STW, do_ldst_D, false, true, MO_UL)