Searched defs:univ (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | host_generic_regs.c | 89 void RRegUniverse__init ( /*OUT*/RRegUniverse* univ ) 91 *univ = (RRegUniverse){}; 92 univ->size = 0; 93 univ->allocable = 0; 95 univ->regs[i] = INVALID_HREG; 99 void RRegUniverse__check_is_sane ( const RRegUniverse* univ ) 103 vassert(univ->size > 0); 104 vassert(univ->size <= N_RREGUNIVERSE_REGS); 105 vassert(univ->allocable <= univ 123 ppHRegUsage( const RRegUniverse* univ, HRegUsage* tab ) argument [all...] |
H A D | host_generic_regs.h | 242 context of |univ|. That is, each bit index |i| in |bitset| 243 corresponds to the register |univ->regs[i]|. This relies 248 RRegUniverse* univ; member in struct:__anon22309 454 const RRegUniverse* univ,
|
H A D | host_generic_reg_alloc2.c | 363 const RRegUniverse* univ, 477 (*ppReg)(univ->regs[z]); \ 508 n_rregs = univ->allocable; 596 ppHRegUsage(univ, ®_usage_arr[ii]); 690 univ->allocable. */ 715 (*ppReg)(univ->regs[j]); 728 (*ppReg)(univ->regs[j]); 745 rreg_lrs_la[rreg_lrs_used].rreg = univ->regs[j]; 782 rreg_lrs_la[rreg_lrs_used].rreg = univ->regs[j]; 809 ppReg(univ 355 doRegisterAllocation( HInstrArray* instrs_in, const RRegUniverse* univ, Bool (*isMove) ( const HInstr*, HReg*, HReg* ), void (*getRegUsage) ( HRegUsage*, const HInstr*, Bool ), void (*mapRegs) ( HRegRemap*, HInstr*, Bool ), void (*genSpill) ( HInstr**, HInstr**, HReg, Int, Bool ), void (*genReload) ( HInstr**, HInstr**, HReg, Int, Bool ), HInstr* (*directReload) ( HInstr*, HReg, Short ), Int guest_sizeB, void (*ppInstr) ( const HInstr*, Bool ), void (*ppReg) ( HReg ), Bool mode64 ) argument [all...] |
Completed in 138 milliseconds