Home
last modified time | relevance | path

Searched refs:isSignedType (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp606 if (isSignedType(i->dType)) in emitIMAD()
608 if (isSignedType(i->sType)) in emitIMAD()
692 | (isSignedType(i->dType) ? 0x20 : 0x00)); in emitShift()
756 op |= isSignedType(i->dType) ? 0x23 : 0x03; in emitMINMAX()
853 code[0] = 0x088 | (isSignedType(i->sType) ? (1 << 8) : 0); in emitCVT()
857 code[0] = 0x288 | (isSignedType(i->sType) ? (1 << 8) : 0); in emitCVT()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h102 static inline bool isSignedType(DataType ty) in isSignedType() function
Dnv50_ir_lowering_nv50.cpp402 if (isSignedType(ty)) { in handleDIV()
437 if (!isSignedType(ty)) { in handleDIV()
Dnv50_ir_emit_nv50.cpp1006 if (isSignedType(i->sType)) in emitIMAD()
1331 if (i->op == OP_SHR && isSignedType(i->sType)) in emitShift()