Home
last modified time | relevance | path

Searched refs:BRW_OPCODE_JMPI (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c522 [BRW_OPCODE_JMPI] = {
Dbrw_defines.h876 BRW_OPCODE_JMPI = 32, enumerator
Dbrw_disasm.c1328 } else if (opcode == BRW_OPCODE_JMPI) { in brw_disassemble_inst()
Dbrw_eu_emit.c1274 brw_inst *inst = brw_alu2(p, BRW_OPCODE_JMPI, ip, ip, index); in brw_JMPI()
1884 assert(brw_inst_opcode(devinfo, jmp_insn) == BRW_OPCODE_JMPI); in brw_land_fwd_jump()