Searched refs:check_insn_opc_removed (Results 1 – 2 of 2) sorted by relevance
/openbmc/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 | 1584 static inline void check_insn_opc_removed(DisasContext *ctx, uint64_t flags) in check_insn_opc_removed() function 1602 check_insn_opc_removed(ctx, flags); in check_insn_opc_user_only() 9485 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9489 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9504 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9738 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9969 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9973 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 9988 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() 10170 check_insn_opc_removed(ctx, ISA_MIPS_R6); in gen_farith() [all …]
|