Searched refs:check_insn (Results 1 – 1 of 1) sorted by relevance
/external/qemu/target-mips/ |
D | translate.c | 871 static inline void check_insn(CPUState *env, DisasContext *ctx, int flags) in check_insn() function 2903 check_insn(env, ctx, ISA_MIPS32); in gen_mfc0() 2913 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2918 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2923 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2938 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2943 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2948 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2953 check_insn(env, ctx, ASE_MT); in gen_mfc0() 2958 check_insn(env, ctx, ASE_MT); in gen_mfc0() [all …]
|