Searched refs:quOp (Results 1 – 1 of 1) sorted by relevance
120 void emitQUADOP(const Instruction *, uint8_t lane, uint8_t quOp);779 CodeEmitterNV50::emitQUADOP(const Instruction *i, uint8_t lane, uint8_t quOp) in emitQUADOP() argument784 code[0] |= (quOp & 0x03) << 20; in emitQUADOP()785 code[1] |= (quOp & 0xfc) << 20; in emitQUADOP()