HomeSort by relevance Sort by last modified time
    Searched refs:IRTemp (Results 26 - 28 of 28) sorted by null

12

  /external/valgrind/main/VEX/priv/
host_x86_isel.c 134 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
138 - A mapping from IRTemp to HReg. This tells the insn selector
139 which virtual register(s) are associated with each IRTemp
144 - vregmap holds the primary register for the IRTemp.
176 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
183 static void lookupIRTemp64 ( HReg* vrHI, HReg* vrLO, ISelEnv* env, IRTemp tmp )
    [all...]
guest_generic_bb_to_IR.c 464 IRTemp tistart_tmp, tilen_tmp;
    [all...]
host_arm_isel.c 71 - A mapping from IRTemp to IRType, giving the type of any IRTemp we
75 - A mapping from IRTemp to HReg. This tells the insn selector
76 which virtual register(s) are associated with each IRTemp
81 - vregmap holds the primary register for the IRTemp.
117 static HReg lookupIRTemp ( ISelEnv* env, IRTemp tmp )
124 static void lookupIRTemp64 ( HReg* vrHI, HReg* vrLO, ISelEnv* env, IRTemp tmp )
    [all...]

Completed in 358 milliseconds

12