Searched refs:saveDst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_sm4.cpp | 124 void saveDst(int i, int c, Value *value); 125 void saveDst(const sm4_op&, int c, Value *value, int i); 1202 Converter::saveDst(int i, int c, Value *value) in saveDst() function in __anonb052c8f20111::Converter 1206 return saveDst(*insn->ops[i], c, value, i); in saveDst() 1413 Converter::saveDst(const sm4_op &op, int c, Value *value, int s) in saveDst() function in __anonb052c8f20111::Converter 2162 saveDst(0, c, rDst0[c]); in handleInstruction() 2167 saveDst(1, c, rDst1[c]); in handleInstruction()
|