Home
last modified time | relevance | path

Searched refs:OP_PREEX2 (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp236 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 },
607 case OP_PREEX2: in getThroughput()
Dnv50_ir_emit_nvc0.cpp317 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()
Dnv50_ir_lowering_nvc0.cpp978 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/
Dnv50_ir_target_nv50.cpp100 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
496 case OP_PREEX2: in getThroughput()
Dnv50_ir_lowering_nv50.cpp978 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()
Dnv50_ir_emit_nv50.cpp1229 code[1] = (i->op == OP_PREEX2) ? 0xc0004000 : 0xc0000000; in emitPreOp()
1643 case OP_PREEX2: in emitInstruction()
Dnv50_ir.h89 OP_PREEX2, enumerator
Dnv50_ir_peephole.cpp538 case OP_PREEX2: in unary()
816 case OP_PREEX2: in opnd()