Searched refs:TYPE_S16 (Results 1 – 8 of 8) sorted by relevance
57 case TYPE_S16: in typeSizeof()81 case 2: return flt ? TYPE_F16 : (sgn ? TYPE_S16 : TYPE_U16);99 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32); in isSignedIntType()121 case TYPE_U16: return TYPE_S16; in intTypeToSigned()
439 case TYPE_S16: in setSrcFileBits()564 case TYPE_S16: enc = 0x3; break; in emitLoadStoreSizeLG()582 case TYPE_S16: code[1] |= 0x8000; break; in emitLoadStoreSizeCS()849 case TYPE_S16: code[1] |= 0x80000000; break; in emitMINMAX()968 code[1] = (i->sType == TYPE_S16) ? (0x8000 | 0x4000) : 0x0000; in emitIMUL()971 if (i->sType == TYPE_S16) in emitIMUL()1037 case TYPE_S16: code[1] = 0x08000000; break; in emitISAD()1048 case TYPE_S16: code[0] = 0x50000100; break; in emitISAD()1069 case TYPE_S16: code[1] |= 0x08000000; break; in emitSET()1170 case TYPE_S16: code[1] = 0x0c010000; break; in emitCVT()[all …]
389 case TYPE_S16: in isInteger()410 case TYPE_S16: return reg.data.s16 < 0; in isNegative()437 case TYPE_S16: in applyLog2()
388 case TYPE_S16: PRINT("%i", reg.data.s16); break; in print()
156 TYPE_S16, enumerator
48 case TYPE_S32: hTy = TYPE_S16; break; in expandIntegerMUL()
337 case TYPE_S16: in applyTo()
1342 case TYPE_S16: in emitLoadStoreType()