Lines Matching refs:mapRegs
712 void (*mapRegs) ( HRegRemap*, HInstr*, Bool ); in libvex_BackEnd() local
741 mapRegs = NULL; in libvex_BackEnd()
859 mapRegs = CAST_TO_TYPEOF(mapRegs) X86FN(mapRegs_X86Instr); in libvex_BackEnd()
876 mapRegs = CAST_TO_TYPEOF(mapRegs) AMD64FN(mapRegs_AMD64Instr); in libvex_BackEnd()
893 mapRegs = CAST_TO_TYPEOF(mapRegs) PPC32FN(mapRegs_PPCInstr); in libvex_BackEnd()
909 mapRegs = CAST_TO_TYPEOF(mapRegs) PPC64FN(mapRegs_PPCInstr); in libvex_BackEnd()
926 mapRegs = CAST_TO_TYPEOF(mapRegs) S390FN(mapRegs_S390Instr); in libvex_BackEnd()
943 mapRegs = CAST_TO_TYPEOF(mapRegs) ARMFN(mapRegs_ARMInstr); in libvex_BackEnd()
959 mapRegs = CAST_TO_TYPEOF(mapRegs) ARM64FN(mapRegs_ARM64Instr); in libvex_BackEnd()
975 mapRegs = CAST_TO_TYPEOF(mapRegs) MIPS32FN(mapRegs_MIPSInstr); in libvex_BackEnd()
992 mapRegs = CAST_TO_TYPEOF(mapRegs) MIPS64FN(mapRegs_MIPSInstr); in libvex_BackEnd()
1072 isMove, getRegUsage, mapRegs, in libvex_BackEnd()