Home
last modified time | relevance | path

Searched refs:emitLogicOp (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp94 void emitLogicOp(const Instruction *, uint8_t subOp);
645 CodeEmitterNVC0::emitLogicOp(const Instruction *i, uint8_t subOp) in emitLogicOp() function in nv50_ir::CodeEmitterNVC0
1631 emitLogicOp(insn, 0); in emitInstruction()
1634 emitLogicOp(insn, 1); in emitInstruction()
1637 emitLogicOp(insn, 2); in emitInstruction()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_emit_nv50.cpp111 void emitLogicOp(const Instruction *);
1274 CodeEmitterNV50::emitLogicOp(const Instruction *i) in emitLogicOp() function in nv50_ir::CodeEmitterNV50
1592 emitLogicOp(insn); in emitInstruction()