Searched refs:TYPE_S16 (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 62 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()
|
D | nv50_ir_emit_nv50.cpp | 452 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 …]
|
D | nv50_ir.cpp | 389 case TYPE_S16: in isInteger() 413 case TYPE_S16: return reg.data.s16 < 0; in isNegative() 440 case TYPE_S16: in applyLog2()
|
D | nv50_ir_print.cpp | 457 case TYPE_S16: PRINT("%i", reg.data.s16); break; in print()
|
D | nv50_ir_target_nvc0.cpp | 372 case TYPE_S16: in insnCanLoad()
|
D | nv50_ir_peephole.cpp | 465 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()
|
D | nv50_ir.h | 260 TYPE_S16, enumerator
|
D | nv50_ir_lowering_nvc0.cpp | 1148 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()
|
D | nv50_ir_emit_gk110.cpp | 1999 case TYPE_S16: in emitLoadStoreType()
|
D | nv50_ir_emit_nvc0.cpp | 1776 case TYPE_S16: in emitLoadStoreType()
|
D | nv50_ir_emit_gm107.cpp | 2958 case TYPE_S16: type = 3; break; in emitSULDx()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | instr-a3xx.h | 220 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()
|
D | ir3_print.c | 73 [TYPE_S16] = "s16", in print_instr_name()
|
D | ir3.h | 712 case TYPE_S32: return TYPE_S16; in half_type() 715 case TYPE_S16: in half_type()
|
D | disasm-a3xx.c | 65 [TYPE_S16] = "s16", 182 if ((cat1->src_type == TYPE_S16) && (((reg_t)cat1->dst).num == REG_A0)) { in print_instr_cat1()
|
D | ir3_compiler_nir.c | 342 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()
|