Home
last modified time | relevance | path

Searched refs:TYPE_S8 (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h58 case TYPE_S8: in typeSizeof()
100 case TYPE_S8: in typeSizeofLog2()
110 case 1: return sgn ? TYPE_S8 : TYPE_U8;
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64); in isSignedIntType()
154 case TYPE_U8: return TYPE_S8; in intTypeToSigned()
Dnv50_ir.cpp385 case TYPE_S8: in isInteger()
412 case TYPE_S8: return reg.data.s8 < 0; in isNegative()
439 case TYPE_S8: in applyLog2()
Dnv50_ir_emit_nv50.cpp594 case TYPE_S8: enc = 0x1; break; in emitLoadStoreSizeLG()
1421 case TYPE_S8: code[1] = 0x0c018000; break; in emitCVT()
1437 case TYPE_S8: code[1] = 0x04018000; break; in emitCVT()
1446 case TYPE_S8: in emitCVT()
Dnv50_ir_print.cpp455 case TYPE_S8: PRINT("%i", reg.data.s8); break; in print()
Dnv50_ir_target_nvc0.cpp370 case TYPE_S8: in insnCanLoad()
Dnv50_ir.h258 TYPE_S8, enumerator
Dnv50_ir_emit_gk110.cpp1567 case TYPE_S8: n = 3; break; in emitSUGType()
1993 case TYPE_S8: in emitLoadStoreType()
Dnv50_ir_emit_nvc0.cpp1769 case TYPE_S8: in emitLoadStoreType()
2275 case TYPE_S8: code[1] |= 3 << 13; break; in emitSUGType()
Dnv50_ir_lowering_nvc0.cpp1897 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()
1902 return (t->bits[c] == 8 ? TYPE_S8 : in getSrcType()
Dnv50_ir_peephole.cpp464 case TYPE_S8: // NOTE: will be extended in applyTo()
2036 cvt->sType = cvt->sType == TYPE_U32 ? TYPE_U8 : TYPE_S8; in handleCVT_EXTBF()
Dnv50_ir_emit_gm107.cpp2956 case TYPE_S8: type = 1; break; in emitSULDx()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dinstr-a3xx.h223 TYPE_S8 = 7, // XXX I assume? enumerator
238 case TYPE_S8: in type_size()
258 return (type == TYPE_S32) || (type == TYPE_S16) || (type == TYPE_S8); in type_sint()
Dir3_print.c76 [TYPE_S8] = "s8", in print_instr_name()
Ddisasm-a3xx.c68 [TYPE_S8] = "s8",