Searched refs:OP_PREEX2 (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_target_gm107.cpp | 225 case OP_PREEX2: in getLatency()
|
D | nv50_ir_target_nv50.cpp | 100 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 550 case OP_PREEX2: in getThroughput()
|
D | nv50_ir_target_nvc0.cpp | 124 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 }, 637 case OP_PREEX2: in getThroughput()
|
D | nv50_ir_lowering_gv100.cpp | 276 case OP_PREEX2: in visit()
|
D | nv50_ir_emit_nvc0.cpp | 419 i->op == OP_MOV || i->op == OP_PRESIN || i->op == OP_PREEX2); in emitForm_A() 987 if (i->op == OP_PREEX2) in emitPreOp() 993 emitForm_S(i, i->op == OP_PREEX2 ? 0x74000008 : 0x70000008, true); in emitPreOp() 2817 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_lowering_nv50.cpp | 1257 bld.mkOp1(OP_PREEX2, TYPE_F32, val, val); in handlePOW() 1412 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 | 96 OP_PREEX2, enumerator
|
D | nv50_ir_emit_gk110.cpp | 984 if (i->op == OP_PREEX2) in emitPreOp() 2647 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_emit_gm107.cpp | 1515 emitField(0x27, 1, insn->op == OP_PREEX2); in emitRRO() 3604 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 3064 bld.mkOp1(OP_PREEX2, TYPE_F32, val, val); in handlePOW() 3230 bld.mkOp1(OP_PREEX2, TYPE_F32, i->getDef(0), i->getSrc(0)); in visit()
|
D | nv50_ir_peephole.cpp | 890 case OP_PREEX2: in unary() 1538 case OP_PREEX2: in opnd()
|