Home
last modified time | relevance | path

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

/qemu/target/mips/
H A Dcpu.h1150 #define MIPS_HFLAG_BX 0x40000 /* branch exchanges execution mode */ macro
/qemu/target/mips/tcg/
H A Dtranslate.c4718 ctx->hflags |= MIPS_HFLAG_BX; in gen_compute_branch()
11158 if (proc_hflags & MIPS_HFLAG_BX) { in gen_branch()