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