Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/
H A Dcpu.h1141 #define MIPS_HFLAG_BL 0x01800 /* Likely branch */ macro
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c1291 case MIPS_HFLAG_BL: in save_cpu_state()
1306 case MIPS_HFLAG_BL: in restore_cpu_state()
4583 ctx->hflags |= MIPS_HFLAG_BL; in gen_compute_branch()
8713 ctx->hflags |= MIPS_HFLAG_BL; in gen_compute_branch1()
10946 case MIPS_HFLAG_BL: in gen_branch()
15014 if ((ctx->hflags & MIPS_HFLAG_BMASK_BASE) == MIPS_HFLAG_BL) { in decode_opc()
15318 case MIPS_HFLAG_BL: in mips_restore_state_to_opc()