Searched refs:TYPE_S64 (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_inlines.h | 70 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()
|
D | nv50_ir_emit_nv50.cpp | 590 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()
|
D | nv50_ir_print.cpp | 465 case TYPE_S64: in print()
|
D | nv50_ir_emit_gm107.cpp | 2138 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()
|
D | nv50_ir_build_util.cpp | 569 case TYPE_S64: hTy = TYPE_S32; break; in split64BitOpPostRA()
|
D | nv50_ir.h | 269 TYPE_S64, enumerator
|
D | nv50_ir_from_tgsi.cpp | 690 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()
|
D | nv50_ir_emit_gk110.cpp | 2120 case TYPE_S64: in emitLoadStoreType() 2403 case TYPE_S64: code[1] |= 0x00500000; break; in emitATOM()
|
D | nv50_ir.cpp | 396 case TYPE_S64: in isInteger()
|
D | nv50_ir_lowering_nv50.cpp | 53 case TYPE_S64: fTy = TYPE_U64; break; in expandIntegerMUL()
|
D | nv50_ir_peephole.cpp | 681 case TYPE_S64: in expr() 2333 case TYPE_S64: hTy = TYPE_S32; break; in visit()
|
D | nv50_ir_emit_nvc0.cpp | 1808 case TYPE_S64: in emitLoadStoreType()
|
D | nv50_ir_lowering_nvc0.cpp | 260 DataType hTy = cmp->sType == TYPE_S64 ? TYPE_S32 : TYPE_U32; in handleSET()
|