Home
last modified time | relevance | path

Searched refs:OP_PRERET (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target_nv50.cpp127 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT, in initOpInfo()
438 case OP_PRERET: in isOpSupported()
Dnv50_ir_target_nvc0.cpp210 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP, in initOpInfo()
Dnv50_ir_emit_nv50.cpp1832 case OP_PRERET: in emitFlow()
2108 case OP_PRERET: in emitInstruction()
Dnv50_ir_lowering_nv50.cpp305 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT); in handlePRERET()
306 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE); in handlePRERET()
328 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) { in visit()
Dnv50_ir.h104 OP_PRERET, enumerator
Dnv50_ir_emit_gk110.cpp1533 case OP_PRERET: code[1] = 0x13800000; mask = 2; break; in emitFlow()
2677 case OP_PRERET: in emitInstruction()
Dnv50_ir_emit_nvc0.cpp1480 case OP_PRERET: code[1] = 0x78000000; mask = 2; break; in emitFlow()
2871 case OP_PRERET: in emitInstruction()
Dnv50_ir_from_tgsi.cpp3756 if (root->getEntry() == NULL || root->getEntry()->op != OP_PRERET) { in handleInstruction()
3759 mkFlow(OP_PRERET, leave, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
Dnv50_ir_emit_gm107.cpp3453 case OP_PRERET: in emitInstruction()