Searched refs:emitLogicOp (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 103 void emitLogicOp(const Instruction *, uint8_t subOp); 854 CodeEmitterGK110::emitLogicOp(const Instruction *i, uint8_t subOp) in emitLogicOp() function in nv50_ir::CodeEmitterGK110 2589 emitLogicOp(insn, 0); in emitInstruction() 2592 emitLogicOp(insn, 1); in emitInstruction() 2595 emitLogicOp(insn, 2); in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 109 void emitLogicOp(const Instruction *, uint8_t subOp); 865 CodeEmitterNVC0::emitLogicOp(const Instruction *i, uint8_t subOp) in emitLogicOp() function in nv50_ir::CodeEmitterNVC0 2762 emitLogicOp(insn, 0); in emitInstruction() 2765 emitLogicOp(insn, 1); in emitInstruction() 2768 emitLogicOp(insn, 2); in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 113 void emitLogicOp(const Instruction *); 1602 CodeEmitterNV50::emitLogicOp(const Instruction *i) in emitLogicOp() function in nv50_ir::CodeEmitterNV50 2009 emitLogicOp(insn); in emitInstruction()
|