Searched refs:OP_PRERET (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp127 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET,
134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
427 case OP_PRERET:
H A Dnv50_ir_target_nvc0.cpp210 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET,
218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP,
H A Dnv50_ir_lowering_nv50.cpp282 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
283 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
305 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
H A Dnv50_ir.h102 OP_PRERET, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_gk110.cpp1526 case OP_PRERET: code[1] = 0x13800000; mask = 2; break;
2670 case OP_PRERET:
H A Dnv50_ir_emit_nv50.cpp1754 case OP_PRERET:
2021 case OP_PRERET:
H A Dnv50_ir_emit_nvc0.cpp1473 case OP_PRERET: code[1] = 0x78000000; mask = 2; break;
2864 case OP_PRERET:
H A Dnv50_ir_from_tgsi.cpp3718 if (root->getEntry() == NULL || root->getEntry()->op != OP_PRERET) {
3721 mkFlow(OP_PRERET, leave, CC_ALWAYS, NULL)->fixed = 1;
H A Dnv50_ir_emit_gm107.cpp3388 case OP_PRERET:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_target_nv50.cpp127 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET,
134 OP_CALL, OP_PREBREAK, OP_PRERET, OP_QUADON, OP_QUADPOP, OP_JOINAT,
438 case OP_PRERET:
H A Dnv50_ir_target_nvc0.cpp210 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET,
218 OP_CALL, OP_PRERET, OP_QUADON, OP_QUADPOP,
H A Dnv50_ir.h104 OP_PRERET, enumerator in enum:nv50_ir::operation
H A Dnv50_ir_emit_gk110.cpp1533 case OP_PRERET: code[1] = 0x13800000; mask = 2; break;
2677 case OP_PRERET:
H A Dnv50_ir_emit_nv50.cpp1832 case OP_PRERET:
2108 case OP_PRERET:
H A Dnv50_ir_lowering_nv50.cpp305 Instruction *skip = new_FlowInstruction(func, OP_PRERET, bbT);
306 Instruction *call = new_FlowInstruction(func, OP_PRERET, bbE);
328 if (i->op == OP_PRERET && prog->getTarget()->getChipset() < 0xa0) {
H A Dnv50_ir_emit_nvc0.cpp1480 case OP_PRERET: code[1] = 0x78000000; mask = 2; break;
2871 case OP_PRERET:
H A Dnv50_ir_from_tgsi.cpp3750 if (root->getEntry() == NULL || root->getEntry()->op != OP_PRERET) {
3753 mkFlow(OP_PRERET, leave, CC_ALWAYS, NULL)->fixed = 1;
H A Dnv50_ir_emit_gm107.cpp3453 case OP_PRERET:

Completed in 122 milliseconds