Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dhost_ppc_defs.c2628 static void mapReg( HRegRemap* m, HReg* r ) in mapReg() function
2637 mapReg(m, &i->Pin.LI.dst); in mapRegs_PPCInstr()
2640 mapReg(m, &i->Pin.Alu.dst); in mapRegs_PPCInstr()
2641 mapReg(m, &i->Pin.Alu.srcL); in mapRegs_PPCInstr()
2645 mapReg(m, &i->Pin.Shft.dst); in mapRegs_PPCInstr()
2646 mapReg(m, &i->Pin.Shft.srcL); in mapRegs_PPCInstr()
2650 mapReg(m, &i->Pin.AddSubC.dst); in mapRegs_PPCInstr()
2651 mapReg(m, &i->Pin.AddSubC.srcL); in mapRegs_PPCInstr()
2652 mapReg(m, &i->Pin.AddSubC.srcR); in mapRegs_PPCInstr()
2655 mapReg(m, &i->Pin.Cmp.srcL); in mapRegs_PPCInstr()
[all …]
Dhost_tilegx_defs.c1077 static void mapReg ( HRegRemap * m, HReg * r ) in mapReg() function
1086 mapReg(m, &i->GXin.LI.dst); in mapRegs_TILEGXInstr()
1089 mapReg(m, &i->GXin.Alu.srcL); in mapRegs_TILEGXInstr()
1091 mapReg(m, &i->GXin.Alu.dst); in mapRegs_TILEGXInstr()
1094 mapReg(m, &i->GXin.CmpI.srcL); in mapRegs_TILEGXInstr()
1096 mapReg(m, &i->GXin.CmpI.dst); in mapRegs_TILEGXInstr()
1099 mapReg(m, &i->GXin.Shft.srcL); in mapRegs_TILEGXInstr()
1101 mapReg(m, &i->GXin.Shft.dst); in mapRegs_TILEGXInstr()
1104 mapReg(m, &i->GXin.Cmp.srcL); in mapRegs_TILEGXInstr()
1105 mapReg(m, &i->GXin.Cmp.srcR); in mapRegs_TILEGXInstr()
[all …]
Dhost_mips_defs.c1787 static void mapReg(HRegRemap * m, HReg * r) in mapReg() function
1796 mapReg(m, &i->Min.LI.dst); in mapRegs_MIPSInstr()
1799 mapReg(m, &i->Min.Alu.srcL); in mapRegs_MIPSInstr()
1801 mapReg(m, &i->Min.Alu.dst); in mapRegs_MIPSInstr()
1804 mapReg(m, &i->Min.Shft.srcL); in mapRegs_MIPSInstr()
1806 mapReg(m, &i->Min.Shft.dst); in mapRegs_MIPSInstr()
1809 mapReg(m, &i->Min.Cmp.srcL); in mapRegs_MIPSInstr()
1810 mapReg(m, &i->Min.Cmp.srcR); in mapRegs_MIPSInstr()
1811 mapReg(m, &i->Min.Cmp.dst); in mapRegs_MIPSInstr()
1814 mapReg(m, &i->Min.Unary.src); in mapRegs_MIPSInstr()
[all …]
Dhost_x86_defs.c1493 static void mapReg( HRegRemap* m, HReg* r ) in mapReg() function
1504 mapReg(m, &i->Xin.Alu32R.dst); in mapRegs_X86Instr()
1511 mapReg(m, &i->Xin.Sh32.dst); in mapRegs_X86Instr()
1517 mapReg(m, &i->Xin.Unary32.dst); in mapRegs_X86Instr()
1521 mapReg(m, &i->Xin.Lea32.dst); in mapRegs_X86Instr()
1530 mapReg(m, &i->Xin.Sh3232.src); in mapRegs_X86Instr()
1531 mapReg(m, &i->Xin.Sh3232.dst); in mapRegs_X86Instr()
1542 mapReg(m, &i->Xin.XIndir.dstGA); in mapRegs_X86Instr()
1546 mapReg(m, &i->Xin.XAssisted.dstGA); in mapRegs_X86Instr()
1551 mapReg(m, &i->Xin.CMov32.dst); in mapRegs_X86Instr()
[all …]
Dhost_amd64_defs.c1715 static inline void mapReg(HRegRemap* m, HReg* r) in mapReg() function
1725 mapReg(m, &i->Ain.Imm64.dst); in mapRegs_AMD64Instr()
1729 mapReg(m, &i->Ain.Alu64R.dst); in mapRegs_AMD64Instr()
1736 mapReg(m, &i->Ain.Sh64.dst); in mapRegs_AMD64Instr()
1739 mapReg(m, &i->Ain.Test64.dst); in mapRegs_AMD64Instr()
1742 mapReg(m, &i->Ain.Unary64.dst); in mapRegs_AMD64Instr()
1746 mapReg(m, &i->Ain.Lea64.dst); in mapRegs_AMD64Instr()
1750 mapReg(m, &i->Ain.Alu32R.dst); in mapRegs_AMD64Instr()
1767 mapReg(m, &i->Ain.XIndir.dstGA); in mapRegs_AMD64Instr()
1771 mapReg(m, &i->Ain.XAssisted.dstGA); in mapRegs_AMD64Instr()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
DFirstFitLocalCombiningAllocator.java1064 int mapReg = findNextUnreservedRopReg(paramRangeEnd, category); in processPhiInsn() local
1065 while (!tryMapRegs(ssaRegs, mapReg, category, false)) { in processPhiInsn()
1066 mapReg = findNextUnreservedRopReg(mapReg + 1, category); in processPhiInsn()