Searched refs:emitForm_L (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 50 void emitForm_L(const Instruction *, uint32_t opc, uint8_t ctg, Modifier); 366 CodeEmitterGK110::emitForm_L(const Instruction *i, uint32_t opc, uint8_t ctg, in emitForm_L() function in nv50_ir::CodeEmitterGK110 559 emitForm_L(i, 0x200, 0x2, Modifier(0)); in emitFMUL() 618 emitForm_L(i, 0x280, 2, Modifier(0)); in emitIMUL() 644 emitForm_L(i, 0x400, 0, mod); in emitFADD() 700 emitForm_L(i, 0x400, 1, Modifier((addOp & 1) ? NV50_IR_MOD_NEG : 0)); in emitUADD() 862 emitForm_L(i, 0x200, 0, i->src(1).mod); in emitLogicOp() 1384 emitForm_L(i, 0x7f4, 2, Modifier(0)); in emitPIXLD()
|