Searched refs:TYPE_S8 (Results 1 – 18 of 18) sorted by relevance
58 case TYPE_S8: in typeSizeof()100 case TYPE_S8: in typeSizeofLog2()110 case 1: return sgn ? TYPE_S8 : TYPE_U8;129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64); in isSignedIntType()154 case TYPE_U8: return TYPE_S8; in intTypeToSigned()
592 case TYPE_S8: enc = 0x1; break; in emitLoadStoreSizeLG()1416 case TYPE_S8: code[1] = 0x44018000; break; in emitCVT()1432 case TYPE_S8: code[1] = 0x0c018000; break; in emitCVT()1448 case TYPE_S8: code[1] = 0x04018000; break; in emitCVT()1472 case TYPE_S8: code[1] = 0x08018000; break; in emitCVT()1487 case TYPE_S8: code[1] = 0x00018000; break; in emitCVT()1494 case TYPE_S8: in emitCVT()1501 case TYPE_S8: code[1] = 0x08098000; break; in emitCVT()1515 case TYPE_S8: code[1] = 0x00098000; break; in emitCVT()
386 case TYPE_S8: in isInteger()413 case TYPE_S8: return reg.data.s8 < 0; in isNegative()437 case TYPE_S8: in applyLog2()
424 case TYPE_S8: in insnCanLoad()
524 case TYPE_S8: PRINT("%i", reg.data.s8); break; in print()
314 TYPE_S8, enumerator
1689 case TYPE_S8: n = 3; break; in emitSUGType()2115 case TYPE_S8: in emitLoadStoreType()
1666 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getPackedType()1671 return (t->bits[c] == 8 ? TYPE_S8 : in getPackedType()
1804 case TYPE_S8: in emitLoadStoreType()2317 case TYPE_S8: code[1] |= 3 << 13; break; in emitSUGType()
1494 case TYPE_S8: type = 1; break; in emitSULD()
2199 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()2204 return (t->bits[c] == 8 ? TYPE_S8 : in getSrcType()
501 case TYPE_S8: // NOTE: will be extended in applyTo()2262 cvt->sType = cvt->sType == TYPE_U32 ? TYPE_U8 : TYPE_S8; in handleCVT_EXTBF()
3334 case TYPE_S8: type = 1; break; in emitSULDx()
361 TYPE_S8 = 7, // XXX I assume? enumerator377 case TYPE_S8: in type_size()400 return (type == TYPE_S32) || (type == TYPE_S16) || (type == TYPE_S8); in type_sint()
63 [TYPE_S8] = "s8", in type_name()
141 return TYPE_S8; in parse_type()1279 | T_TYPE_S8 { $$ = TYPE_S8; }
165 src_type = TYPE_S8; in create_cov()236 dst_type = TYPE_S8; in create_cov()
53 #define TYPE_S8 1 macro