Home
last modified time | relevance | path

Searched refs:TYPE_S64 (Results 1 – 11 of 11) 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.cpp461 case TYPE_S64: in print()
Dnv50_ir_build_util.cpp569 case TYPE_S64: hTy = TYPE_S32; break; in split64BitOpPostRA()
Dnv50_ir_emit_gm107.cpp2443 case TYPE_S64: dType = 5; break; in emitATOM()
2482 case TYPE_S64: dType = 3; break; in emitATOMS()
2512 case TYPE_S64: dType = 5; break; in emitRED()
2994 case TYPE_S64: type = 5; break; in emitSUREDx()
Dnv50_ir.h264 TYPE_S64, enumerator
Dnv50_ir_emit_gk110.cpp2009 case TYPE_S64: in emitLoadStoreType()
2287 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_emit_nvc0.cpp1786 case TYPE_S64: in emitLoadStoreType()
Dnv50_ir_peephole.cpp679 case TYPE_S64: in expr()