Home | History | Annotate | Download | only in libenc

Lines Matching full:lowbyte

161         const unsigned lowByte = (byte & OpcodeByteKind_OpcodeMask);
162 assert(lowByte <= 7);
179 modrm.reg = (char)lowByte;
191 const unsigned lowByte = (byte & OpcodeByteKind_OpcodeMask);
192 *stream = (char)lowByte + getHWRegIndex(opnds[idx].reg());
274 const unsigned lowByte = (byte & OpcodeByteKind_OpcodeMask);
275 *(unsigned char*)stream = (unsigned char)lowByte +