Searched refs:emitPRED (Results 1 – 1 of 1) sorted by relevance
77 inline void emitPRED(int, const Value *);78 inline void emitPRED(int pos) { in emitPRED() function in nv50_ir::CodeEmitterGM10779 emitPRED(pos, (const Value *)NULL); in emitPRED()81 inline void emitPRED(int pos, const ValueRef &ref) { in emitPRED() function in nv50_ir::CodeEmitterGM10782 emitPRED(pos, ref.get() ? ref.rep() : (const Value *)NULL); in emitPRED()84 inline void emitPRED(int pos, const ValueDef &def) { in emitPRED() function in nv50_ir::CodeEmitterGM10785 emitPRED(pos, def.get() ? def.rep() : (const Value *)NULL); in emitPRED()280 CodeEmitterGM107::emitPRED(int pos, const Value *val) in emitPRED() function in nv50_ir::CodeEmitterGM107712 emitPRED(0x0c, insn->src(0)); in emitMOV()713 emitPRED(0x1d); in emitMOV()[all …]