Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/include/asm/
Dinst.h86 extern const int reg16to32[];
/linux-4.1.27/arch/mips/kernel/
Dunaligned.c1269 const int reg16to32[] = { 16, 17, 2, 3, 4, 5, 6, 7 }; variable
1715 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()
1719 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()
1739 reg = reg16to32[insn.mm16_r3_format.rt]; in emulate_load_store_microMIPS()
1933 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1937 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
1950 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
1960 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
Dbranch.c374 regs->regs[reg16to32[inst.rr.rx]]; in __MIPS16e_compute_return_epc()