Searched refs:OP_PRESIN (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 237 { OP_PRESIN, 0x1, 0x1, 0x0, 0x0, 0x1, 0x1 }, 606 case OP_PRESIN: in getThroughput()
|
D | nv50_ir_emit_nvc0.cpp | 317 i->op == OP_MOV || i->op == OP_PRESIN || i->op == OP_PREEX2); in emitForm_A() 1686 case OP_PRESIN: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 101 { OP_PRESIN, 0x1, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 }, 495 case OP_PRESIN: in getThroughput()
|
D | nv50_ir.h | 88 OP_PRESIN, enumerator
|
D | nv50_ir_from_tgsi.cpp | 1834 mkOp1(OP_PRESIN, TYPE_F32, val0, fetchSrc(0, 0)); in handleInstruction() 1841 mkOp1(OP_PRESIN, TYPE_F32, val0, fetchSrc(0, 3)); in handleInstruction() 1847 val0 = mkOp1v(OP_PRESIN, TYPE_F32, getSSA(), fetchSrc(0, 0)); in handleInstruction()
|
D | nv50_ir_from_sm4.cpp | 430 case SM4_OPCODE_SINCOS: return OP_PRESIN; in cvtOpcode() 1889 Value *val = mkOp1v(OP_PRESIN, TYPE_F32, getScratch(), src(0, c)); in handleInstruction()
|
D | nv50_ir_peephole.cpp | 537 case OP_PRESIN: in unary() 813 case OP_PRESIN: in opnd()
|
D | nv50_ir_emit_nv50.cpp | 1642 case OP_PRESIN: in emitInstruction()
|