Searched refs:jmp_insn_idx (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.h1069 void brw_land_fwd_jump(struct brw_codegen *p, int jmp_insn_idx);
H A Dbrw_eu_emit.c1830 void brw_land_fwd_jump(struct brw_codegen *p, int jmp_insn_idx) argument
1833 brw_inst *jmp_insn = &p->store[jmp_insn_idx];
1843 jmpi * (p->nr_insn - jmp_insn_idx - 1));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.h1711 void brw_land_fwd_jump(struct brw_codegen *p, int jmp_insn_idx);
H A Dbrw_eu_emit.c1961 void brw_land_fwd_jump(struct brw_codegen *p, int jmp_insn_idx) argument
1964 brw_inst *jmp_insn = &p->store[jmp_insn_idx];
1974 jmpi * (p->nr_insn - jmp_insn_idx - 1));

Completed in 14 milliseconds