Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_gm107.cpp225 case OP_PREEX2: in getLatency()
Dnv50_ir_target_nv50.cpp100 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 },
550 case OP_PREEX2: in getThroughput()
Dnv50_ir_target_nvc0.cpp124 { OP_PREEX2, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 },
637 case OP_PREEX2: in getThroughput()
Dnv50_ir_lowering_gv100.cpp276 case OP_PREEX2: in visit()
Dnv50_ir_emit_nvc0.cpp419 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()
Dnv50_ir_lowering_nv50.cpp1257 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()
Dnv50_ir_emit_nv50.cpp1478 code[1] = (i->op == OP_PREEX2) ? 0xc0004000 : 0xc0000000; in emitPreOp()
1973 case OP_PREEX2: in emitInstruction()
Dnv50_ir.h96 OP_PREEX2, enumerator
Dnv50_ir_emit_gk110.cpp984 if (i->op == OP_PREEX2) in emitPreOp()
2647 case OP_PREEX2: in emitInstruction()
Dnv50_ir_emit_gm107.cpp1515 emitField(0x27, 1, insn->op == OP_PREEX2); in emitRRO()
3604 case OP_PREEX2: in emitInstruction()
Dnv50_ir_lowering_nvc0.cpp3064 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()
Dnv50_ir_peephole.cpp890 case OP_PREEX2: in unary()
1538 case OP_PREEX2: in opnd()