Searched refs:gen_mfc0_load32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 4880 static inline void gen_mfc0_load32(TCGv arg, target_ulong off) in gen_mfc0_load32() function 5111 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Index)); in gen_mfc0() 5131 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_mfc0() 5147 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEControl)); in gen_mfc0() 5152 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf0)); in gen_mfc0() 5157 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf1)); in gen_mfc0() 5177 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEOpt)); in gen_mfc0() 5261 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_GlobalNumber)); in gen_mfc0() 5299 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_PageMask)); in gen_mfc0() 5304 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_PageGrain)); in gen_mfc0() [all …]
|