Home
last modified time | relevance | path

Searched refs:OP_BREAK (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target_nv50.cpp127 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
Dnv50_ir_target_nvc0.cpp210 OP_DISCARD, OP_CONT, OP_BREAK, OP_PRECONT, OP_PREBREAK, OP_PRERET, in initOpInfo()
Dnv50_ir_lowering_gv100.cpp439 case OP_BREAK: in visit()
Dnv50_ir_emit_nv50.cpp1743 case OP_BREAK: in emitFlow()
2009 case OP_BREAK: in emitInstruction()
Dnv50_ir.h103 OP_BREAK, enumerator
Dnv50_ir_emit_gk110.cpp1520 case OP_BREAK: code[1] = 0x1a000000; mask = 1; break; in emitFlow()
2677 case OP_BREAK: in emitInstruction()
Dnv50_ir.cpp1135 op == OP_CONT || op == OP_BREAK || in FlowInstruction()
Dnv50_ir_emit_nvc0.cpp1467 case OP_BREAK: code[1] = 0xa8000000; mask = 1; break; in emitFlow()
2871 case OP_BREAK: in emitInstruction()
Dnv50_ir_emit_gm107.cpp3441 case OP_BREAK: in emitInstruction()
Dnv50_ir_from_nir.cpp2391 mkFlow(isBreak ? OP_BREAK : OP_CONT, target, CC_ALWAYS, NULL); in visit()
Dnv50_ir_from_tgsi.cpp3636 mkFlow(OP_BREAK, brkBB, CC_ALWAYS, NULL); in handleInstruction()