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