Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h65 case TYPE_S64: in typeSizeof()
82 case 8: return flt ? TYPE_F64 : (sgn ? TYPE_S64 : TYPE_U64);
Dnv50_ir_emit_nv50.cpp562 case TYPE_S64: // fall through in emitLoadStoreSizeLG()
1121 case TYPE_S64: code[1] = 0x44414000; break; in emitCVT()
1131 case TYPE_S64: in emitCVT()
1152 case TYPE_S64: code[1] = 0x40414000; break; in emitCVT()
Dnv50_ir_print.cpp392 case TYPE_S64: in print()
Dnv50_ir.h160 TYPE_S64, enumerator
Dnv50_ir_lowering_nv50.cpp51 case TYPE_S64: hTy = TYPE_S32; break; in expandIntegerMUL()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1352 case TYPE_S64: in emitLoadStoreType()