Lines Matching refs:core_count
520 int core_count = 1;
526 PreparePrintfArgument(reg1, &core_count, &vfp_count, &printf_type);
527 PreparePrintfArgument(reg2, &core_count, &vfp_count, &printf_type);
528 PreparePrintfArgument(reg3, &core_count, &vfp_count, &printf_type);
529 PreparePrintfArgument(reg4, &core_count, &vfp_count, &printf_type);
532 if (core_count == 5) {
609 if (core_count == 5) Drop(kRegSizeInBytes);
646 int* core_count,
653 VIXL_ASSERT(*core_count <= 4);
654 if (*core_count < 4) Pop(Register(*core_count));
655 *core_count += 1;
659 *printf_type |= 1 << (*core_count + *vfp_count - 1);
666 *printf_type |= 1 << (*core_count + *vfp_count - 1);