Searched refs:num_dword_per_instr (Results 1 – 1 of 1) sorted by relevance
569 int num_dword_per_instr = sizeof(gpir_codegen_instr) / sizeof(uint32_t); in gpir_codegen_print_prog() local573 for (int j = 0; j < num_dword_per_instr; j++) in gpir_codegen_print_prog()574 printf("%08x ", data[i * num_dword_per_instr + j]); in gpir_codegen_print_prog()