Searched refs:isSignedType (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gm107.cpp | 833 emitField(0x0c, 1, isSignedType(insn->dType)); in emitF2I() 875 emitField(0x0d, 1, isSignedType(insn->sType)); in emitI2F() 907 emitField(0x0d, 1, isSignedType(insn->sType)); in emitI2I() 908 emitField(0x0c, 1, isSignedType(insn->dType)); in emitI2I() 1795 emitField(0x29, 1, isSignedType(insn->sType)); in emitIMUL() 1796 emitField(0x28, 1, isSignedType(insn->dType)); in emitIMUL() 1800 emitField(0x37, 1, isSignedType(insn->sType)); in emitIMUL() 1801 emitField(0x36, 1, isSignedType(insn->dType)); in emitIMUL() 1847 emitField(0x35, 1, isSignedType(insn->sType)); in emitIMAD() 1852 emitField(0x30, 1, isSignedType(insn->dType)); in emitIMAD() [all …]
|
D | nv50_ir_emit_nvc0.cpp | 766 if (isSignedType(i->dType)) in emitIMAD() 768 if (isSignedType(i->sType)) in emitIMAD() 966 | (isSignedType(i->dType) ? 0x20 : 0x00)); in emitShift() 1030 op |= isSignedType(i->dType) ? 0x23 : 0x03; in emitMINMAX() 1147 code[0] = 0x088 | (isSignedType(i->sType) ? (1 << 8) : 0); in emitCVT() 1151 code[0] = 0x288 | (isSignedType(i->sType) ? (1 << 8) : 0); in emitCVT() 2517 if (isSignedType(i->dType)) opc |= 1ULL << 0x2a; in emitVSHL() 2518 if (isSignedType(i->sType)) opc |= (1 << 6) | (1 << 5); in emitVSHL() 2520 if (isSignedType(i->dType)) opc |= 1ULL << 0x39; in emitVSHL() 2521 if (isSignedType(i->sType)) opc |= 1 << 6; in emitVSHL()
|
D | nv50_ir_lowering_nv50.cpp | 77 if (isSignedType(mul->sType) && highResult) { in expandIntegerMUL() 133 if (isSignedType(mul->sType)) in expandIntegerMUL() 140 if (isSignedType(mul->sType)) { in expandIntegerMUL() 502 if (isSignedType(ty)) { in handleDIV() 537 if (!isSignedType(ty)) { in handleDIV()
|
D | nv50_ir_inlines.h | 132 static inline bool isSignedType(DataType ty) in isSignedType() function
|
D | nv50_ir_emit_gk110.cpp | 947 if (isSignedType(i->dType)) in emitShift() 962 if (isSignedType(i->sType)) in emitShift64() 1917 if (isSignedType(i->dType)) code[1] |= 1 << 25; in emitVSHL() 1918 if (isSignedType(i->sType)) code[1] |= 1 << 19; in emitVSHL()
|
D | nv50_ir_emit_nv50.cpp | 1201 if (!isSignedType(i->sType)) in emitIMAD() 1585 if (i->op == OP_SHR && isSignedType(i->sType)) in emitShift() 1827 if (isSignedType(i->dType)) in emitATOM()
|