Searched refs:check_insn_opc_removed (Results 1 – 2 of 2) sorted by relevance
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1124 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1131 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1135 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1139 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1143 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1151 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1155 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1159 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1163 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1202 check_insn_opc_removed(ctx, ISA_MIPS_R6); [all …]
|
H A D | translate.c | 1585 static inline void check_insn_opc_removed(DisasContext *ctx, uint64_t flags) in check_insn_opc_removed() function 1603 check_insn_opc_removed(ctx, flags); in check_insn_opc_user_only() 9486 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9490 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9505 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9739 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9970 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9974 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9989 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 10171 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() [all …]
|