Home
last modified time | relevance | path

Searched refs:TYPE_S64 (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_inlines.h70 case TYPE_S64: in typeSizeof()
94 case TYPE_S64: in typeSizeofLog2()
112 case 8: return flt ? TYPE_F64 : (sgn ? TYPE_S64 : TYPE_U64);
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64); in isSignedIntType()
151 case TYPE_U64: return TYPE_S64; in intTypeToSigned()
Dnv50_ir_emit_nv50.cpp590 case TYPE_S64: // fall through in emitLoadStoreSizeLG()
1369 case TYPE_S64: code[1] = 0x44414000; break; in emitCVT()
1379 case TYPE_S64: in emitCVT()
1400 case TYPE_S64: code[1] = 0x40414000; break; in emitCVT()
Dnv50_ir_print.cpp465 case TYPE_S64: in print()
Dnv50_ir_emit_gm107.cpp2138 case TYPE_S64: in emitSHF()
2526 case TYPE_S64: dType = 5; break; in emitATOM()
2565 case TYPE_S64: dType = 3; break; in emitATOMS()
2595 case TYPE_S64: dType = 5; break; in emitRED()
3094 case TYPE_S64: type = 5; break; in emitSUREDx()
Dnv50_ir_build_util.cpp569 case TYPE_S64: hTy = TYPE_S32; break; in split64BitOpPostRA()
Dnv50_ir.h269 TYPE_S64, enumerator
Dnv50_ir_from_tgsi.cpp690 return nv50_ir::TYPE_S64; in inferSrcType()
736 return nv50_ir::TYPE_S64; in inferDstType()
4195 mkCmp(OP_SET, CC_GT, TYPE_U32, val0, TYPE_S64, src0, zero); in handleInstruction()
4196 mkCmp(OP_SET, CC_LT, TYPE_U32, val1, TYPE_S64, src0, zero); in handleInstruction()
Dnv50_ir_emit_gk110.cpp2120 case TYPE_S64: in emitLoadStoreType()
2403 case TYPE_S64: code[1] |= 0x00500000; break; in emitATOM()
Dnv50_ir.cpp396 case TYPE_S64: in isInteger()
Dnv50_ir_lowering_nv50.cpp53 case TYPE_S64: fTy = TYPE_U64; break; in expandIntegerMUL()
Dnv50_ir_peephole.cpp681 case TYPE_S64: in expr()
2333 case TYPE_S64: hTy = TYPE_S32; break; in visit()
Dnv50_ir_emit_nvc0.cpp1808 case TYPE_S64: in emitLoadStoreType()
Dnv50_ir_lowering_nvc0.cpp260 DataType hTy = cmp->sType == TYPE_S64 ? TYPE_S32 : TYPE_U32; in handleSET()