Searched refs:emitSYS (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gv100.h | 200 inline void emitSYS(int pos, const Value *val) { in emitSYS() function 227 inline void emitSYS(int pos, const ValueRef &ref) { in emitSYS() function 228 emitSYS(pos, ref.get() ? ref.rep() : (const Value *)NULL); in emitSYS()
|
D | nv50_ir_emit_gm107.cpp | 74 inline void emitSYS(int, const Value *); 75 inline void emitSYS(int pos, const ValueRef &ref) { in emitSYS() function in nv50_ir::CodeEmitterGM107 76 emitSYS(pos, ref.get() ? ref.rep() : (const Value *)NULL); in emitSYS() 267 CodeEmitterGM107::emitSYS(int pos, const Value *val) in emitSYS() function in nv50_ir::CodeEmitterGM107 780 emitSYS (0x14, insn->src(0)); in emitS2R() 788 emitSYS (0x14, insn->src(0)); in emitCS2R()
|
D | nv50_ir_emit_gv100.cpp | 211 emitSYS (72, insn->src(0)); in emitCS2R() 349 emitSYS (72, insn->src(0)); in emitS2R()
|