Searched refs:jmp_insn (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu_emit.c1131 struct brw_instruction *jmp_insn)
1139 assert(jmp_insn->header.opcode == BRW_OPCODE_JMPI);
1140 assert(jmp_insn->bits1.da1.src1_reg_file == BRW_IMMEDIATE_VALUE);
1142 jmp_insn->bits3.ud = jmpi * ((landing - jmp_insn) - 1);
1130 brw_land_fwd_jump(struct brw_compile * p,struct brw_instruction * jmp_insn) argument
H A Dbrw_eu.h2227 struct brw_instruction *jmp_insn);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu_emit.c1131 struct brw_instruction *jmp_insn)
1139 assert(jmp_insn->header.opcode == BRW_OPCODE_JMPI);
1140 assert(jmp_insn->bits1.da1.src1_reg_file == BRW_IMMEDIATE_VALUE);
1142 jmp_insn->bits3.ud = jmpi * ((landing - jmp_insn) - 1);
1130 brw_land_fwd_jump(struct brw_compile * p,struct brw_instruction * jmp_insn) argument
H A Dbrw_eu.h2227 struct brw_instruction *jmp_insn);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_emit.c1833 brw_inst *jmp_insn = &p->store[jmp_insn_idx]; local in function:brw_land_fwd_jump
1839 assert(brw_inst_opcode(devinfo, jmp_insn) == BRW_OPCODE_JMPI);
1840 assert(brw_inst_src1_reg_file(devinfo, jmp_insn) == BRW_IMMEDIATE_VALUE);
1842 brw_inst_set_gen4_jump_count(devinfo, jmp_insn,
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_emit.c1964 brw_inst *jmp_insn = &p->store[jmp_insn_idx]; local in function:brw_land_fwd_jump
1970 assert(brw_inst_opcode(devinfo, jmp_insn) == BRW_OPCODE_JMPI);
1971 assert(brw_inst_src1_reg_file(devinfo, jmp_insn) == BRW_IMMEDIATE_VALUE);
1973 brw_inst_set_gfx4_jump_count(devinfo, jmp_insn,

Completed in 25 milliseconds