Searched refs:CF_LOOP (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_isa.c | 418 {"LOOP_START", { 0x04, 0x04, 0x04, 0x04 }, CF_LOOP | CF_LOOP_START }, 419 {"LOOP_END", { 0x05, 0x05, 0x05, 0x05 }, CF_LOOP }, 420 {"LOOP_START_DX10", { 0x06, 0x06, 0x06, 0x06 }, CF_LOOP | CF_LOOP_START }, 421 {"LOOP_START_NO_AL", { 0x07, 0x07, 0x07, 0x07 }, CF_LOOP | CF_LOOP_START }, 422 {"LOOP_CONTINUE", { 0x08, 0x08, 0x08, 0x08 }, CF_LOOP }, 423 {"LOOP_BREAK", { 0x09, 0x09, 0x09, 0x09 }, CF_LOOP },
|
D | r600_isa.h | 144 CF_LOOP = (1<<6), /* loop instructions */ enumerator
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_dce_cleanup.cpp | 72 (n.bc.op_ptr->flags & (CF_CLAUSE | CF_BRANCH | CF_LOOP))) in visit()
|