Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dbranch.c325 u32 fullinst; in __MIPS16e_compute_return_epc() local
351 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
363 ((fullinst & 0xffff) << 2) | ((fullinst & 0x3e00000) >> 3) | in __MIPS16e_compute_return_epc()
364 ((fullinst & 0x1f0000) << 7); in __MIPS16e_compute_return_epc()