HomeSort by relevance Sort by last modified time
    Searched defs:STW (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-arm/
op_helper.c 478 #define STW(addr, val) stw(addr, val)
488 #define STW(addr, val) slow_stw_mmu(addr, val, user, GETPC())
563 STW(addr, tmp64);
589 #undef STW
  /external/qemu/tcg/sparc/
tcg-target.c 268 #define STW (INSN_OP(3) | INSN_OP3(0x04))
412 tcg_out_ldst(s, arg, arg1, arg2, STW);
743 #define HOST_ST_OP STW
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 312 #define STW OPCD(36)
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);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 290 #define STW OPCD( 36)
940 tcg_out_ldst (s, arg, arg1, arg2, STW, STWX);
    [all...]

Completed in 58 milliseconds