Home
last modified time | relevance | path

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

/Linux-v5.4/arch/mips/kernel/
Dunaligned.c1385 const int reg16to32[] = { 16, 17, 2, 3, 4, 5, 6, 7 }; variable
1830 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()
1834 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()
1854 reg = reg16to32[insn.mm16_r3_format.rt]; in emulate_load_store_microMIPS()
2052 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2056 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2067 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2082 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2086 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2110 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
Dbranch.c378 regs->regs[reg16to32[inst.rr.rx]]; in __MIPS16e_compute_return_epc()
/Linux-v5.4/arch/mips/include/asm/
Dinst.h86 extern const int reg16to32[];