Home
last modified time | relevance | path

Searched refs:emitSYS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_emit_gv100.h200 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()
Dnv50_ir_emit_gm107.cpp74 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()
Dnv50_ir_emit_gv100.cpp211 emitSYS (72, insn->src(0)); in emitCS2R()
349 emitSYS (72, insn->src(0)); in emitS2R()