Searched refs:check_insn (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 399 check_insn(ctx, ISA_MIPS3); 405 check_insn(ctx, ISA_MIPS3); 411 check_insn(ctx, ISA_MIPS3); 417 check_insn(ctx, ISA_MIPS3); 423 check_insn(ctx, ISA_MIPS3); 433 check_insn(ctx, ISA_MIPS3); 439 check_insn(ctx, ISA_MIPS3); 445 check_insn(ctx, ISA_MIPS3); 516 check_insn(ctx, ISA_MIPS3); 561 check_insn(ctx, ISA_MIPS_R1); [all …]
|
H A D | micromips_translate.c.inc | 832 check_insn(ctx, ISA_MIPS_R1); 1105 check_insn(ctx, ISA_MIPS_R6); 1120 check_insn(ctx, ISA_MIPS_R1); 1147 check_insn(ctx, ISA_MIPS_R1); 1166 check_insn(ctx, ISA_MIPS_R1); 1214 check_insn(ctx, ISA_MIPS_R2); 1219 check_insn(ctx, ISA_MIPS_R2); 1312 check_insn(ctx, ISA_MIPS_R1); 1658 check_insn(ctx, ISA_MIPS_R6); 1662 check_insn(ctx, ISA_MIPS_R6); [all …]
|
H A D | translate.c | 1572 void check_insn(DisasContext *ctx, uint64_t flags) in check_insn() function 2303 check_insn(ctx, ISA_MIPS2); in gen_cop1_ldst() 5104 check_insn(ctx, ISA_MIPS_R1); in gen_mfc0() 5303 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5351 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5356 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5361 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5366 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5371 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5387 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() [all …]
|
H A D | translate.h | 142 void check_insn(DisasContext *ctx, uint64_t flags);
|