Home
last modified time | relevance | path

Searched refs:ASE_MT (Results 1 – 3 of 3) sorted by relevance

/external/qemu/target-mips/
Dtranslate.c2920 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2925 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2930 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2945 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2950 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2955 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2960 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2965 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2970 check_insn(env, ctx, ASE_MT); in gen_mfc0()
2975 check_insn(env, ctx, ASE_MT); in gen_mfc0()
[all …]
Dmips-defs.h39 #define ASE_MT 0x00020000 macro
Dtranslate_init.c306 .insn_flags = CPU_MIPS32R2 | ASE_MIPS16 | ASE_DSP | ASE_MT,