Searched refs:brw_inst_opcode (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | test_eu_compact.cpp | 70 if (brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SEND && in clear_pad_bits() 71 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC && in clear_pad_bits() 78 is_3src(devinfo, brw_inst_opcode(devinfo, inst))) { in clear_pad_bits() 96 if (is_3src(devinfo, brw_inst_opcode(devinfo, src))) { in skip_bit() 133 if (brw_inst_opcode(devinfo, src) != BRW_OPCODE_SEND && in skip_bit() 134 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC && in skip_bit()
|
D | brw_eu_validate.c | 95 switch (brw_inst_opcode(devinfo, inst)) { in inst_is_send() 112 switch (brw_inst_opcode(devinfo, inst)) { in inst_is_split_send() 159 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MOV && in inst_is_raw_move() 221 brw_opcode_desc(devinfo, brw_inst_opcode(devinfo, inst)); in num_sources_from_inst() 224 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MATH) { in num_sources_from_inst() 227 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND) { in num_sources_from_inst() 360 if (num_sources >= 1 && brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SYNC) in sources_not_null() 385 switch (brw_inst_opcode(devinfo, inst)) { in inst_uses_src_acc() 472 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_ILLEGAL; in is_unsupported_inst() 638 unsigned opcode = brw_inst_opcode(devinfo, inst); in is_mixed_float() [all …]
|
D | brw_eu_emit.c | 113 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND || in brw_set_dest() 114 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) { in brw_set_dest() 126 } else if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS || in brw_set_dest() 127 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) { in brw_set_dest() 221 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND || in brw_set_src0() 222 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC || in brw_set_src0() 223 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS || in brw_set_src0() 224 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC)) { in brw_set_src0() 235 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND || in brw_set_src0() 236 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) { in brw_set_src0() [all …]
|
D | brw_disasm.c | 755 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) { in dest() 1387 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_DIM) { in imm() 1467 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) { in src0() 1495 brw_inst_opcode(devinfo, inst), in src0() 1508 brw_inst_opcode(devinfo, inst), in src0() 1522 brw_inst_opcode(devinfo, inst), in src0() 1544 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) { in src1() 1557 brw_inst_opcode(devinfo, inst), in src1() 1570 brw_inst_opcode(devinfo, inst), in src1() 1584 brw_inst_opcode(devinfo, inst), in src1() [all …]
|
D | brw_eu_compact.c | 1298 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC || in has_unmapped_bits() 1299 brw_inst_opcode(devinfo, src) == BRW_OPCODE_SEND) && in has_unmapped_bits() 1587 brw_inst_opcode(devinfo, &inst) == BRW_OPCODE_DIM) && in precompact() 1654 if (is_3src(devinfo, brw_inst_opcode(devinfo, src))) { in try_compact_instruction() 2155 if (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ENDIF || in update_uip_jip() 2156 brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE || in update_uip_jip() 2157 (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ELSE && devinfo->gen <= 7)) in update_uip_jip() 2358 switch (brw_inst_opcode(devinfo, insn)) { in brw_compact_instructions()
|
D | brw_eu.cpp | 487 if (brw_has_uip(devinfo, brw_inst_opcode(devinfo, inst))) { in brw_label_assembly() 493 } else if (brw_has_jip(devinfo, brw_inst_opcode(devinfo, inst))) { in brw_label_assembly()
|
D | brw_eu.h | 1409 brw_inst_opcode(const struct gen_device_info *devinfo, const brw_inst *inst) in brw_inst_opcode() function
|
D | brw_fs_generator.cpp | 254 assert(brw_inst_opcode(p->devinfo, patch) == BRW_OPCODE_HALT); in patch_discard_jumps_to_fb_writes() 1918 brw_inst_opcode(devinfo, brw_last_inst) == BRW_OPCODE_MATH && in generate_code()
|
/external/mesa3d/src/intel/common/ |
D | gen_disasm.c | 57 uint32_t opcode = brw_inst_opcode(devinfo, insn); in gen_disasm_find_end()
|
/external/mesa3d/src/intel/tools/ |
D | i965_asm.c | 145 unsigned opcode = brw_inst_opcode(p->devinfo, inst); in i965_postprocess_labels()
|