Searched refs:n_vregs (Results 1 – 9 of 9) sorted by relevance
141 #define IS_VALID_VREGNO(_zz) ((_zz) >= 0 && (_zz) < n_vregs)358 Int n_vregs; in doRegisterAllocation() local439 vex_printf("\n vreg_state[0 .. %d]:\n ", n_vregs-1); \ in doRegisterAllocation()441 for (z = 0; z < n_vregs; z++) { \ in doRegisterAllocation()461 n_vregs = instrs_in->n_vregs; in doRegisterAllocation()464 vassert(n_vregs < 32767); in doRegisterAllocation()467 vreg_state = LibVEX_Alloc(n_vregs * sizeof(Short)); in doRegisterAllocation()478 for (j = 0; j < n_vregs; j++) in doRegisterAllocation()494 if (n_vregs > 0) in doRegisterAllocation()495 vreg_lrs = LibVEX_Alloc(sizeof(VRegLR) * n_vregs); in doRegisterAllocation()[all …]
228 Int n_vregs; member
199 ha->n_vregs = 0; in newHInstrArray()
2833 env->code->n_vregs = env->vreg_ctr; in iselSB_S390()
3256 env->code->n_vregs = env->vreg_ctr; in iselSB_MIPS()
4319 env->code->n_vregs = env->vreg_ctr; in iselSB_X86()
4286 env->code->n_vregs = env->vreg_ctr; in iselSB_AMD64()
5349 env->code->n_vregs = env->vreg_ctr; in iselSB_PPC()
6252 env->code->n_vregs = env->vreg_ctr; in iselSB_ARM()