Searched defs:mask_count (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c291 int mask_count; /* number of masks in the following */ member in struct:register_info_type
387 static mask_type *copy_masks(context_type *, mask_type *masks, int mask_count);
1733 idata[0].register_info.mask_count = 0;
2464 int mask_count = this_idata->register_info.mask_count; local
2469 int new_mask_count = mask_count;
2523 new_masks = add_to_masks(context, masks, mask_count, operand);
2559 mask_count);
2579 new_masks = copy_masks(context, new_masks, mask_count);
2593 new_register_info->mask_count
3247 int mask_count = this_reginfo->mask_count; local
3408 copy_masks(context_type *context, mask_type *masks, int mask_count) argument
3424 add_to_masks(context_type *context, mask_type *masks, int mask_count, int d) argument
4153 int mask_count = register_info->mask_count; local
[all...]

Completed in 44 milliseconds