Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dmain_main.c714 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ); in libvex_BackEnd() local
743 genReload = NULL; in libvex_BackEnd()
861 genReload = CAST_TO_TYPEOF(genReload) X86FN(genReload_X86); in libvex_BackEnd()
878 genReload = CAST_TO_TYPEOF(genReload) AMD64FN(genReload_AMD64); in libvex_BackEnd()
895 genReload = CAST_TO_TYPEOF(genReload) PPC32FN(genReload_PPC); in libvex_BackEnd()
911 genReload = CAST_TO_TYPEOF(genReload) PPC64FN(genReload_PPC); in libvex_BackEnd()
928 genReload = CAST_TO_TYPEOF(genReload) S390FN(genReload_S390); in libvex_BackEnd()
945 genReload = CAST_TO_TYPEOF(genReload) ARMFN(genReload_ARM); in libvex_BackEnd()
961 genReload = CAST_TO_TYPEOF(genReload) ARM64FN(genReload_ARM64); in libvex_BackEnd()
977 genReload = CAST_TO_TYPEOF(genReload) MIPS32FN(genReload_MIPS); in libvex_BackEnd()
[all …]
Dhost_generic_regs.h469 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ),
Dhost_generic_reg_alloc2.c383 void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ), in doRegisterAllocation()
1402 (*genReload)( &reload1, &reload2, univ->regs[k], in doRegisterAllocation()
1513 (*genReload)( &reload1, &reload2, univ->regs[spillee], in doRegisterAllocation()