Searched refs:emitForm_L (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 48 void emitForm_L(const Instruction *, uint32_t opc, uint8_t ctg, Modifier, int sCount = 3); 371 CodeEmitterGK110::emitForm_L(const Instruction *i, uint32_t opc, uint8_t ctg, in emitForm_L() function in nv50_ir::CodeEmitterGK110 500 emitForm_L(i, 0x600, 0x0, 0, 2); in emitFMAD() 580 emitForm_L(i, 0x200, 0x2, Modifier(0)); in emitFMUL() 639 emitForm_L(i, 0x280, 2, Modifier(0)); in emitIMUL() 665 emitForm_L(i, 0x400, 0, mod); in emitFADD() 721 emitForm_L(i, 0x400, 1, Modifier((addOp & 1) ? NV50_IR_MOD_NEG : 0)); in emitUADD() 883 emitForm_L(i, 0x200, 0, i->src(1).mod); in emitLogicOp() 1439 emitForm_L(i, 0x7f4, 2, Modifier(0)); in emitPIXLD()
|