Searched refs:gen_mtc0_store32 (Results 1 – 1 of 1) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 4895 static inline void gen_mtc0_store32(TCGv arg, target_ulong off) in gen_mtc0_store32() function 6058 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_PWBase)); in gen_mtc0() 6206 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_mtc0() 6567 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_DESAVE)); in gen_mtc0() 7676 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_SRSMap)); in gen_dmtc0() 8024 gen_mtc0_store32(arg, offsetof(CPUMIPSState, CP0_DESAVE)); in gen_dmtc0()
|