Home | History | Annotate | Download | only in codegen

Lines Matching refs:flowOp

127    void emitFlow(const Instruction *, uint8_t flowOp);
1729 CodeEmitterNV50::emitFlow(const Instruction *i, uint8_t flowOp)
1735 code[0] = 0x00000003 | (flowOp << 28);