Searched defs:STW (Results 1 - 4 of 4) sorted by relevance

/external/qemu/target-arm/
H A Dop_helper.c478 #define STW(addr, val) stw(addr, val) macro
488 #define STW(addr, val) slow_stw_mmu(addr, val, user, GETPC())
563 STW(addr, tmp64);
589 #undef STW macro
/external/qemu/tcg/ppc/
H A Dtcg-target.c312 #define STW OPCD(36) macro
891 tcg_out32 (s, STW | RS (data_reg2) | RA (r0));
892 tcg_out32 (s, STW | RS (data_reg) | RA (r0) | 4);
927 tcg_out32 (s, (STW
933 tcg_out32 (s, STW | RS (0) | RA (1) | (frame_size + LR_OFFSET));
968 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
1368 tcg_out_ldst (s, args[0], args[1], args[2], STW, STWX);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c290 #define STW OPCD( 36) macro
940 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
1293 tcg_out_ldst (s, args[0], args[1], args[2], STW, STWX);
/external/qemu/tcg/sparc/
H A Dtcg-target.c268 #define STW (INSN_OP(3) | INSN_OP3(0x04)) macro
412 tcg_out_ldst(s, arg, arg1, arg2, STW);
743 #define HOST_ST_OP STW
1089 tcg_out_ldst(s, data_reg, arg0, 0, STW);
1211 tcg_out_ldst(s, args[0], args[1], args[2], STW);

Completed in 98 milliseconds