Searched refs:OP_PREEX2 (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 217 case OP_PREEX2: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 100 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 545 case OP_PREEX2: in getThroughput()
|
D | nv50_ir_target_nvc0.cpp | 124 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 }, 589 case OP_PREEX2: in getThroughput()
|
D | nv50_ir_emit_nvc0.cpp | 400 i->op == OP_MOV || i->op == OP_PRESIN || i->op == OP_PREEX2); in emitForm_A() 966 if (i->op == OP_PREEX2) in emitPreOp() 972 emitForm_S(i, i->op == OP_PREEX2 ? 0x74000008 : 0x70000008, true); in emitPreOp() 2718 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 1254 bld.mkOp1(OP_PREEX2, TYPE_F32, val, val); in handlePOW() 1409 bld.mkOp1(OP_PREEX2, TYPE_F32, i->getDef(0), i->getSrc(0)); in visit()
|
D | nv50_ir_emit_nv50.cpp | 1478 code[1] = (i->op == OP_PREEX2) ? 0xc0004000 : 0xc0000000; in emitPreOp() 1973 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir.h | 91 OP_PREEX2, enumerator
|
D | nv50_ir_emit_gk110.cpp | 943 if (i->op == OP_PREEX2) in emitPreOp() 2523 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 1437 emitField(0x27, 1, insn->op == OP_PREEX2); in emitRRO() 3220 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 2586 bld.mkOp1(OP_PREEX2, TYPE_F32, val, val); in handlePOW() 2689 bld.mkOp1(OP_PREEX2, TYPE_F32, i->getDef(0), i->getSrc(0)); in visit()
|
D | nv50_ir_peephole.cpp | 823 case OP_PREEX2: in unary() 1361 case OP_PREEX2: in opnd()
|