Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dbranch.c319 u32 fullinst; in __MIPS16e_compute_return_epc() local
345 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
357 ((fullinst & 0xffff) << 2) | ((fullinst & 0x3e00000) >> 3) | in __MIPS16e_compute_return_epc()
358 ((fullinst & 0x1f0000) << 7); in __MIPS16e_compute_return_epc()