Searched refs:ByteSized (Results 1 – 1 of 1) sorted by relevance
344 bool ByteSized = isByteSizedType(SrcTy); in movzx() local345 assert(ByteSized || SrcTy == IceType_i16); in movzx()348 emitUint8(ByteSized ? 0xB6 : 0xB7); in movzx()363 bool ByteSized = isByteSizedType(SrcTy); in movzx() local364 assert(ByteSized || SrcTy == IceType_i16); in movzx()368 emitUint8(ByteSized ? 0xB6 : 0xB7); in movzx()376 bool ByteSized = isByteSizedType(SrcTy); in movsx() local378 if (ByteSized || SrcTy == IceType_i16) { in movsx()380 emitUint8(ByteSized ? 0xBE : 0xBF); in movsx()392 bool ByteSized = isByteSizedType(SrcTy); in movsx() local[all …]