Searched refs:STW (Results 1 – 7 of 7) sorted by relevance
/qemu/target/sparc/ |
H A D | insns.decode | 607 STW 11 ..... 000100 ..... . ............. @r_r_ri_na 630 STW 11 ..... 010100 ..... . ............. @r_r_r_asi # STWA 631 STW 11 ..... 010100 ..... . ............. @r_r_i_asi # STWA
|
H A D | translate.c | 4443 TRANS(STW, ALL, do_st_gpr, a, MO_TEUL) in TRANS() argument
|
/qemu/target/hppa/ |
H A D | insns.decode | 334 # STB, STH, STW, STWM
|
/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 246 #define STW (INSN_OP(3) | INSN_OP3(0x04)) 589 tcg_out_ldst(s, arg, arg1, arg2, (type == TCG_TYPE_I32 ? STW : STX)); 1248 [MO_BEUL] = STW,
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 394 #define STW OPCD( 36) 1436 case STB: case STH: case STW: 1456 case STW: 1583 tcg_out_mem_long(s, STW, STWX, arg, base, offset); 2620 tcg_out32(s, STW | TAI(datahi, h.index, 0)); 2621 tcg_out32(s, STW | TAI(datalo, h.index, 4));
|
/qemu/target/ppc/ |
H A D | insn32.decode | 337 STW 100100 ..... ..... ................ @D
|
/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 190 TRANS(STW, do_ldst_D, false, true, MO_UL)
|