HomeSort by relevance Sort by last modified time
    Searched refs:isSignedType (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_gm107.cpp 833 emitField(0x0c, 1, isSignedType(insn->dType));
875 emitField(0x0d, 1, isSignedType(insn->sType));
907 emitField(0x0d, 1, isSignedType(insn->sType));
908 emitField(0x0c, 1, isSignedType(insn->dType));
    [all...]
nv50_ir_inlines.h 132 static inline bool isSignedType(DataType ty)
nv50_ir_lowering_nv50.cpp 77 if (isSignedType(mul->sType) && highResult) {
133 if (isSignedType(mul->sType))
140 if (isSignedType(mul->sType)) {
502 if (isSignedType(ty)) {
537 if (!isSignedType(ty)) {
    [all...]
nv50_ir_emit_nvc0.cpp 766 if (isSignedType(i->dType))
768 if (isSignedType(i->sType))
966 | (isSignedType(i->dType) ? 0x20 : 0x00));
1030 op |= isSignedType(i->dType) ? 0x23 : 0x03;
1147 code[0] = 0x088 | (isSignedType(i->sType) ? (1 << 8) : 0);
1151 code[0] = 0x288 | (isSignedType(i->sType) ? (1 << 8) : 0);
    [all...]
nv50_ir_emit_gk110.cpp 947 if (isSignedType(i->dType))
962 if (isSignedType(i->sType))
    [all...]
nv50_ir_emit_nv50.cpp 1201 if (!isSignedType(i->sType))
    [all...]

Completed in 62 milliseconds