Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dinst.h86 extern const int reg16to32[];
/arch/mips/kernel/
Dunaligned.c1378 const int reg16to32[] = { 16, 17, 2, 3, 4, 5, 6, 7 }; variable
1824 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()
1828 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()
1848 reg = reg16to32[insn.mm16_r3_format.rt]; in emulate_load_store_microMIPS()
2042 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2046 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()
2059 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()
2069 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
Dbranch.c374 regs->regs[reg16to32[inst.rr.rx]]; in __MIPS16e_compute_return_epc()