Searched refs:n_vregs (Results 1 – 10 of 10) sorted by relevance
143 #define IS_VALID_VREGNO(_zz) ((_zz) >= 0 && (_zz) < n_vregs)401 Int n_vregs; in doRegisterAllocation() local487 vex_printf("\n vreg_state[0 .. %d]:\n ", n_vregs-1); \ in doRegisterAllocation()489 for (z = 0; z < n_vregs; z++) { \ in doRegisterAllocation()509 n_vregs = instrs_in->n_vregs; in doRegisterAllocation()512 vassert(n_vregs < 32767); in doRegisterAllocation()518 vreg_state = LibVEX_Alloc_inline(n_vregs * sizeof(Short)); in doRegisterAllocation()528 for (Int j = 0; j < n_vregs; j++) in doRegisterAllocation()544 if (n_vregs > 0) in doRegisterAllocation()545 vreg_lrs = LibVEX_Alloc_inline(sizeof(VRegLR) * n_vregs); in doRegisterAllocation()[all …]
355 Int n_vregs; member
291 ha->n_vregs = 0; in newHInstrArray()
4210 env->code->n_vregs = env->vreg_ctr; in iselSB_S390()
4206 env->code->n_vregs = env->vreg_ctr; in iselSB_ARM64()
4292 env->code->n_vregs = env->vreg_ctr; in iselSB_MIPS()
4514 env->code->n_vregs = env->vreg_ctr; in iselSB_X86()
5027 env->code->n_vregs = env->vreg_ctr; in iselSB_AMD64()
6988 env->code->n_vregs = env->vreg_ctr; in iselSB_PPC()
6616 env->code->n_vregs = env->vreg_ctr; in iselSB_ARM()