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

/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc807 int vfp_count = 0; local
812 PreparePrintfArgument(reg1, &core_count, &vfp_count, &printf_type);
813 PreparePrintfArgument(reg2, &core_count, &vfp_count, &printf_type);
814 PreparePrintfArgument(reg3, &core_count, &vfp_count, &printf_type);
815 PreparePrintfArgument(reg4, &core_count, &vfp_count, &printf_type);
928 int* vfp_count,
939 VIXL_ASSERT(*vfp_count < 4);
940 *printf_type |= 1 << (*core_count + *vfp_count - 1);
941 Vpop(Untyped32, SRegisterList(SRegister(*vfp_count * 2)));
942 Vcvt(F64, F32, DRegister(*vfp_count), SRegiste
926 PreparePrintfArgument(CPURegister reg, int* core_count, int* vfp_count, uint32_t* printf_type) argument
[all...]

Completed in 126 milliseconds