Home
last modified time | relevance | path

Searched refs:TYPE_S16 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h57 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()
Dnv50_ir_emit_nv50.cpp439 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 …]
Dnv50_ir.cpp389 case TYPE_S16: in isInteger()
410 case TYPE_S16: return reg.data.s16 < 0; in isNegative()
437 case TYPE_S16: in applyLog2()
Dnv50_ir_print.cpp388 case TYPE_S16: PRINT("%i", reg.data.s16); break; in print()
Dnv50_ir.h156 TYPE_S16, enumerator
Dnv50_ir_lowering_nv50.cpp48 case TYPE_S32: hTy = TYPE_S16; break; in expandIntegerMUL()
Dnv50_ir_peephole.cpp337 case TYPE_S16: in applyTo()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1342 case TYPE_S16: in emitLoadStoreType()