Searched refs:reg16to32 (Results 1 – 3 of 3) sorted by relevance
568 const int reg16to32[] = { 16, 17, 2, 3, 4, 5, 6, 7 }; variable1014 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()1018 reg = reg16to32[insn.mm16_rb_format.rt]; in emulate_load_store_microMIPS()1038 reg = reg16to32[insn.mm16_r3_format.rt]; in emulate_load_store_microMIPS()1237 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()1241 reg = reg16to32[mips16inst.ri64.ry]; in emulate_load_store_MIPS16e()1252 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()1267 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()1271 reg = reg16to32[mips16inst.ri.rx]; in emulate_load_store_MIPS16e()1295 reg = reg16to32[mips16inst.rri.ry]; in emulate_load_store_MIPS16e()
380 regs->regs[reg16to32[inst.rr.rx]]; in __MIPS16e_compute_return_epc()
86 extern const int reg16to32[];