Searched refs:ByteSized (Results 1 – 2 of 2) sorted by relevance
350 bool ByteSized = isByteSizedType(SrcTy); in movzx() local351 assert(ByteSized || SrcTy == IceType_i16); in movzx()353 emitUint8(ByteSized ? 0xB6 : 0xB7); in movzx()359 bool ByteSized = isByteSizedType(SrcTy); in movzx() local360 assert(ByteSized || SrcTy == IceType_i16); in movzx()362 emitUint8(ByteSized ? 0xB6 : 0xB7); in movzx()368 bool ByteSized = isByteSizedType(SrcTy); in movsx() local369 assert(ByteSized || SrcTy == IceType_i16); in movsx()371 emitUint8(ByteSized ? 0xBE : 0xBF); in movsx()377 bool ByteSized = isByteSizedType(SrcTy); in movsx() local[all …]
358 bool ByteSized = isByteSizedType(SrcTy); in movzx() local359 assert(ByteSized || SrcTy == IceType_i16); in movzx()362 emitUint8(ByteSized ? 0xB6 : 0xB7); in movzx()375 bool ByteSized = isByteSizedType(SrcTy); in movzx() local376 assert(ByteSized || SrcTy == IceType_i16); in movzx()379 emitUint8(ByteSized ? 0xB6 : 0xB7); in movzx()385 bool ByteSized = isByteSizedType(SrcTy); in movsx() local387 if (ByteSized || SrcTy == IceType_i16) { in movsx()389 emitUint8(ByteSized ? 0xBE : 0xBF); in movsx()399 bool ByteSized = isByteSizedType(SrcTy); in movsx() local[all …]