Searched refs:OP_PREEX2 (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 236 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 }, 607 case OP_PREEX2: in getThroughput()
|
D | nv50_ir_emit_nvc0.cpp | 317 i->op == OP_MOV || i->op == OP_PRESIN || i->op == OP_PREEX2); in emitForm_A() 707 if (i->op == OP_PREEX2) in emitPreOp() 713 emitForm_S(i, i->op == OP_PREEX2 ? 0x74000008 : 0x70000008, true); in emitPreOp() 1687 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir_lowering_nvc0.cpp | 978 bld.mkOp1(OP_PREEX2, TYPE_F32, val, val); in handlePOW() 1071 bld.mkOp1(OP_PREEX2, TYPE_F32, i->getDef(0), i->getSrc(0)); in visit()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 100 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 496 case OP_PREEX2: in getThroughput()
|
D | nv50_ir_lowering_nv50.cpp | 978 bld.mkOp1(OP_PREEX2, TYPE_F32, val, val); in handlePOW() 1051 bld.mkOp1(OP_PREEX2, TYPE_F32, i->getDef(0), i->getSrc(0)); in visit()
|
D | nv50_ir_emit_nv50.cpp | 1229 code[1] = (i->op == OP_PREEX2) ? 0xc0004000 : 0xc0000000; in emitPreOp() 1643 case OP_PREEX2: in emitInstruction()
|
D | nv50_ir.h | 89 OP_PREEX2, enumerator
|
D | nv50_ir_peephole.cpp | 538 case OP_PREEX2: in unary() 816 case OP_PREEX2: in opnd()
|