Searched refs:check_insn (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 401 check_insn(ctx, ISA_MIPS3); 407 check_insn(ctx, ISA_MIPS3); 413 check_insn(ctx, ISA_MIPS3); 419 check_insn(ctx, ISA_MIPS3); 425 check_insn(ctx, ISA_MIPS3); 435 check_insn(ctx, ISA_MIPS3); 441 check_insn(ctx, ISA_MIPS3); 447 check_insn(ctx, ISA_MIPS3); 518 check_insn(ctx, ISA_MIPS3); 597 check_insn(ctx, ISA_MIPS3); [all …]
|
H A D | micromips_translate.c.inc | 832 check_insn(ctx, ISA_MIPS_R1); 1845 check_insn(ctx, ISA_MIPS3); 1856 check_insn(ctx, ISA_MIPS3); 2531 check_insn(ctx, ISA_MIPS3); 2863 check_insn(ctx, ISA_MIPS_R6); 2877 check_insn(ctx, ISA_MIPS_R6); 2888 check_insn(ctx, ISA_MIPS_R6); 2899 check_insn(ctx, ISA_MIPS_R6); 2913 check_insn(ctx, ISA_MIPS_R6); 2944 check_insn(ctx, ISA_MIPS3); [all …]
|
H A D | translate.c | 8731 check_insn(ctx, ISA_MIPS3); in gen_cp0() 8740 check_insn(ctx, ISA_MIPS3); in gen_cp0() 11061 check_insn(ctx, ISA_MIPS_R2); in gen_rdhwr() 13398 check_insn(ctx, ISA_MIPS3); in decode_opc_special_legacy() 13509 check_insn(ctx, ISA_MIPS2); in decode_opc_special() 13528 check_insn(ctx, ISA_MIPS2); in decode_opc_special() 13538 check_insn(ctx, ISA_MIPS3); in decode_opc_special() 13582 check_insn(ctx, ISA_MIPS3); in decode_opc_special() 13588 check_insn(ctx, ISA_MIPS3); in decode_opc_special() 14880 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy() [all …]
|
H A D | translate.h | 142 void check_insn(DisasContext *ctx, uint64_t flags);
|