Searched refs:gen_mfc0_load32 (Results 1 – 1 of 1) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | translate.c | 4881 static inline void gen_mfc0_load32(TCGv arg, target_ulong off) in gen_mfc0_load32() function 5112 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_Index)); in gen_mfc0() 5132 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPControl)); in gen_mfc0() 5148 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEControl)); in gen_mfc0() 5153 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf0)); in gen_mfc0() 5158 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEConf1)); in gen_mfc0() 5178 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_VPEOpt)); in gen_mfc0() 5262 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_GlobalNumber)); in gen_mfc0() 5300 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_PageMask)); in gen_mfc0() 5305 gen_mfc0_load32(arg, offsetof(CPUMIPSState, CP0_PageGrain)); in gen_mfc0() [all …]
|