Searched refs:printf_type (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_printf.c51 LLVMTypeRef printf_type; local
66 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1);
68 func_printf = LLVMBuildBitCast(builder, func_printf, LLVMPointerType(printf_type, 0), "debug_printf");
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc808 uint32_t printf_type = 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);
830 switch (printf_type) {
929 uint32_t* printf_type) {
940 *printf_type |= 1 << (*core_count + *vfp_count - 1);
947 *printf_type |= 1 << (*core_count + *vfp_count - 1);
926 PreparePrintfArgument(CPURegister reg, int* core_count, int* vfp_count, uint32_t* printf_type) argument
H A Dmacro-assembler-aarch32.h952 uint32_t* printf_type);

Completed in 126 milliseconds