Searched refs:BRW_OPCODE_JMPI (Results 1 – 10 of 10) sorted by relevance
/external/igt-gpu-tools/assembler/ |
D | lex.l | 137 "jmpi" { yylval.integer = BRW_OPCODE_JMPI; return JMPI; }
|
D | gram.y | 3336 if (instruction_opcode(insn) == BRW_OPCODE_JMPI) in branch_offset() 3346 (instruction_opcode(insn) == BRW_OPCODE_JMPI)) in branch_offset() 3359 assert(instruction_opcode(insn) != BRW_OPCODE_JMPI); in set_branch_two_offsets() 3380 if (instruction_opcode(insn) == BRW_OPCODE_JMPI) in set_branch_one_offset() 3386 (instruction_opcode(insn) == BRW_OPCODE_JMPI)) in set_branch_one_offset()
|
D | brw_disasm.c | 73 [BRW_OPCODE_JMPI] = { .name = "jmpi", .nsrc = 0, .ndst = 0 }, 1129 } else if (inst->header.opcode == BRW_OPCODE_JMPI) { in brw_disasm()
|
D | brw_defines.h | 656 BRW_OPCODE_JMPI = 32, enumerator
|
D | brw_eu_emit.c | 1106 struct brw_instruction *insn = brw_alu2(p, BRW_OPCODE_JMPI, dest, src0, src1); in brw_JMPI() 1709 assert(jmp_insn->header.opcode == BRW_OPCODE_JMPI); in brw_land_fwd_jump()
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 91 jmpi { yylval.integer = BRW_OPCODE_JMPI; return JMPI; }
|
/external/mesa3d/src/intel/compiler/ |
D | brw_eu_defines.h | 226 BRW_OPCODE_JMPI, enumerator
|
D | brw_eu.cpp | 638 { BRW_OPCODE_JMPI, 32, "jmpi", 0, 0, GEN_ALL },
|
D | brw_eu_emit.c | 1332 brw_inst *inst = brw_alu2(p, BRW_OPCODE_JMPI, ip, ip, index); in brw_JMPI() 1949 assert(brw_inst_opcode(devinfo, jmp_insn) == BRW_OPCODE_JMPI); in brw_land_fwd_jump()
|
D | brw_disasm.c | 1790 } else if (opcode == BRW_OPCODE_JMPI) { in brw_disassemble_inst()
|