Searched refs:OP_BRKPT (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target_nvc0.cpp | 211 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo() 219 OP_JOINAT, OP_PREBREAK, OP_PRECONT, OP_BRKPT in initOpInfo()
|
D | nv50_ir_target_nv50.cpp | 128 OP_JOIN, OP_JOINAT, OP_BRKPT, OP_MEMBAR, OP_EMIT, OP_RESTART, in initOpInfo()
|
D | nv50_ir.h | 107 OP_BRKPT, // breakpoint (not related to loops) enumerator
|
D | nv50_ir_emit_gk110.cpp | 1537 case OP_BRKPT: code[1] = 0x00000000; mask = 0; break; in emitFlow() 2686 case OP_BRKPT: in emitInstruction()
|
D | nv50_ir_emit_nvc0.cpp | 1484 case OP_BRKPT: code[1] = 0xd0000000; mask = 0; break; in emitFlow() 2880 case OP_BRKPT: in emitInstruction()
|
D | nv50_ir_emit_nv50.cpp | 1822 case OP_BRKPT: in emitFlow()
|