Searched refs:CodeDWord (Results 1 – 2 of 2) sorted by relevance
169 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in EmitInstruction() local170 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in EmitInstruction()
329 unsigned int CodeDWord = *(unsigned int *)&CodeBytes[i]; in EmitInstruction() local330 HexStream << format("%s%08X", (i > 0 ? " " : ""), CodeDWord); in EmitInstruction()