Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h62 case TYPE_S16: in typeSizeof()
86 case TYPE_S16: in typeSizeofLog2()
111 case 2: return flt ? TYPE_F16 : (sgn ? TYPE_S16 : TYPE_U16);
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64); in isSignedIntType()
153 case TYPE_U16: return TYPE_S16; in intTypeToSigned()
Dnv50_ir_emit_nv50.cpp452 case TYPE_S16: in setSrcFileBits()
592 case TYPE_S16: enc = 0x3; break; in emitLoadStoreSizeLG()
610 case TYPE_S16: code[1] |= 0x8000; break; in emitLoadStoreSizeCS()
956 case TYPE_S16: code[1] |= 0x80000000; break; in emitMINMAX()
1129 if (i->sType == TYPE_S16) in emitIMUL()
1135 code[1] = (i->sType == TYPE_S16) ? (0x8000 | 0x4000) : 0x0000; in emitIMUL()
1138 if (i->sType == TYPE_S16) in emitIMUL()
1248 case TYPE_S16: code[1] = 0x08000000; break; in emitISAD()
1259 case TYPE_S16: code[0] = 0x50000100; break; in emitISAD()
1304 case TYPE_S16: code[1] |= 0x08000000; break; in emitSET()
[all …]
Dnv50_ir.cpp389 case TYPE_S16: in isInteger()
413 case TYPE_S16: return reg.data.s16 < 0; in isNegative()
440 case TYPE_S16: in applyLog2()
Dnv50_ir_print.cpp457 case TYPE_S16: PRINT("%i", reg.data.s16); break; in print()
Dnv50_ir_target_nvc0.cpp372 case TYPE_S16: in insnCanLoad()
Dnv50_ir_peephole.cpp465 case TYPE_S16: in applyTo()
1428 case TYPE_S16: \ in opnd()
1445 CASE(TYPE_S16, s16, INT16_MIN, INT16_MAX, INT16_MIN, INT16_MAX, 0, INT16_MAX); in opnd()
1462 case TYPE_S16: res.data.f32 = (float) imm0.reg.data.s16; break; in opnd()
1483 case TYPE_S16: res.data.f64 = (double) imm0.reg.data.s16; break; in opnd()
2039 cvt->sType = cvt->sType == TYPE_U32 ? TYPE_U16 : TYPE_S16; in handleCVT_EXTBF()
Dnv50_ir.h260 TYPE_S16, enumerator
Dnv50_ir_lowering_nvc0.cpp1148 enum DataType type = TYPE_S16; in handleTXLQ()
1897 case SNORM: return t->bits[c] == 8 ? TYPE_S8 : TYPE_S16; in getSrcType()
1903 (t->bits[c] == 16 ? TYPE_S16 : TYPE_S32)); in getSrcType()
Dnv50_ir_emit_gk110.cpp1999 case TYPE_S16: in emitLoadStoreType()
Dnv50_ir_emit_nvc0.cpp1776 case TYPE_S16: in emitLoadStoreType()
Dnv50_ir_emit_gm107.cpp2958 case TYPE_S16: type = 3; break; in emitSULDx()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dinstr-a3xx.h220 TYPE_S16 = 4, enumerator
235 case TYPE_S16: in type_size()
258 return (type == TYPE_S32) || (type == TYPE_S16) || (type == TYPE_S8); in type_sint()
Dir3_print.c73 [TYPE_S16] = "s16", in print_instr_name()
Dir3.h712 case TYPE_S32: return TYPE_S16; in half_type()
715 case TYPE_S16: in half_type()
Ddisasm-a3xx.c65 [TYPE_S16] = "s16",
182 if ((cat1->src_type == TYPE_S16) && (((reg_t)cat1->dst).num == REG_A0)) { in print_instr_cat1()
Dir3_compiler_nir.c342 instr = ir3_COV(block, src, TYPE_U32, TYPE_S16); in create_addr()
352 instr = ir3_MOV(block, instr, TYPE_S16); in create_addr()
1285 dst[0] = ir3_COV(b, ctx->frag_face, TYPE_S16, TYPE_S32); in emit_intrinsic()