Searched refs:gen_mfhc0_load64 (Results 1 – 1 of 1) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 4872 static inline void gen_mfhc0_load64(TCGv arg, target_ulong off, int shift) in gen_mfhc0_load64() function 4940 gen_mfhc0_load64(arg, offsetof(CPUMIPSState, CP0_LLAddr), in gen_mfhc0() 4965 gen_mfhc0_load64(arg, offsetof(CPUMIPSState, CP0_WatchHi[sel]), 0); in gen_mfhc0() 4978 gen_mfhc0_load64(arg, offsetof(CPUMIPSState, CP0_TagLo), 0); in gen_mfhc0()
|