Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dcpu.h452 #define MIPS_HFLAG_B 0x0400 /* Unconditional branch */ macro
Dtranslate.c773 case MIPS_HFLAG_B: in save_cpu_state()
788 case MIPS_HFLAG_B: in restore_cpu_state()
2557 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
2564 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
2591 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
2596 ctx->hflags |= MIPS_HFLAG_B; in gen_compute_branch()
8246 case MIPS_HFLAG_B: in decode_opc()