Home
last modified time | relevance | path

Searched refs:MIPS_HFLAG_B (Results 1 – 2 of 2) sorted by relevance

/external/qemu/target-mips/
Dcpu.h444 #define MIPS_HFLAG_B 0x0400 /* Unconditional branch */ macro
Dtranslate.c766 case MIPS_HFLAG_B: in save_cpu_state()
781 case MIPS_HFLAG_B: in restore_cpu_state()
2550 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
2557 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
2584 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
2589 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
8239 case MIPS_HFLAG_B: in decode_opc()