Home
last modified time | relevance | path

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

/external/igt-gpu-tools/assembler/
Dbrw_eu.h334 void brw_land_fwd_jump(struct brw_compile *p, int jmp_insn_idx);
Dbrw_eu_emit.c1700 void brw_land_fwd_jump(struct brw_compile *p, int jmp_insn_idx) in brw_land_fwd_jump() argument
1703 struct brw_instruction *jmp_insn = &p->store[jmp_insn_idx]; in brw_land_fwd_jump()
1712 jmp_insn->bits3.ud = jmpi * (p->nr_insn - jmp_insn_idx - 1); in brw_land_fwd_jump()
/external/mesa3d/src/intel/compiler/
Dbrw_eu.h1208 void brw_land_fwd_jump(struct brw_codegen *p, int jmp_insn_idx);
Dbrw_eu_emit.c1940 void brw_land_fwd_jump(struct brw_codegen *p, int jmp_insn_idx) in brw_land_fwd_jump() argument
1943 brw_inst *jmp_insn = &p->store[jmp_insn_idx]; in brw_land_fwd_jump()
1953 jmpi * (p->nr_insn - jmp_insn_idx - 1)); in brw_land_fwd_jump()