Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dbranch.c323 u32 fullinst; in __MIPS16e_compute_return_epc() local
349 fullinst = ((unsigned)inst.full << 16) | inst2; in __MIPS16e_compute_return_epc()
361 ((fullinst & 0xffff) << 2) | ((fullinst & 0x3e00000) >> 3) | in __MIPS16e_compute_return_epc()
362 ((fullinst & 0x1f0000) << 7); in __MIPS16e_compute_return_epc()