Searched refs:brw_inst_opcode (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_eu_compact.cpp69 if (brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SEND &&
70 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC &&
77 is_3src(devinfo, (opcode)brw_inst_opcode(devinfo, inst))) {
95 if (is_3src(devinfo, (opcode)brw_inst_opcode(devinfo, src))) {
132 if (brw_inst_opcode(devinfo, src) != BRW_OPCODE_SEND &&
133 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC &&
H A Dbrw_eu_validate.c94 switch (brw_inst_opcode(devinfo, inst)) {
108 switch (brw_inst_opcode(devinfo, inst)) {
147 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MOV &&
214 brw_opcode_desc(devinfo, brw_inst_opcode(devinfo, inst));
217 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MATH) {
220 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND) {
308 switch (brw_inst_opcode(devinfo, inst)) {
392 return brw_opcode_desc(devinfo, brw_inst_opcode(devinfo, inst)) == NULL;
554 unsigned opcode = brw_inst_opcode(devinfo, inst);
610 brw_opcode_desc(devinfo, brw_inst_opcode(devinf
[all...]
H A Dbrw_inst.h531 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND ||
532 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC) {
539 assert(brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
540 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
558 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND ||
559 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC) {
565 assert(brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
566 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
H A Dbrw_eu_emit.c110 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
111 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
204 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND ||
205 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC ||
206 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
207 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC)) {
217 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
218 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
235 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_DIM)
321 if (brw_inst_opcode(devinf
[all...]
H A Dbrw_eu_compact.c888 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC ||
889 brw_inst_opcode(devinfo, src) == BRW_OPCODE_SEND) &&
1037 brw_inst_opcode(devinfo, &inst) == BRW_OPCODE_DIM) &&
1096 if (is_3src(devinfo, brw_inst_opcode(devinfo, src))) {
1437 if (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ENDIF ||
1438 brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE ||
1439 (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ELSE && devinfo->gen <= 7))
1618 switch (brw_inst_opcode(devinfo, insn)) {
H A Dbrw_disasm.c739 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) {
1402 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) {
1422 brw_inst_opcode(devinfo, inst),
1435 brw_inst_opcode(devinfo, inst),
1449 brw_inst_opcode(devinfo, inst),
1471 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) {
1483 brw_inst_opcode(devinfo, inst),
1496 brw_inst_opcode(devinfo, inst),
1510 brw_inst_opcode(devinfo, inst),
1582 const enum opcode opcode = brw_inst_opcode(devinf
[all...]
H A Dbrw_fs_generator.cpp251 assert(brw_inst_opcode(p->devinfo, patch) == BRW_OPCODE_HALT);
1696 brw_inst_opcode(devinfo, brw_last_inst) == BRW_OPCODE_MATH &&
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_eu_compact.cpp95 if (brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SEND &&
96 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC &&
103 is_3src(devinfo, brw_inst_opcode(devinfo, inst))) {
121 if (is_3src(devinfo, brw_inst_opcode(devinfo, src))) {
158 if (brw_inst_opcode(devinfo, src) != BRW_OPCODE_SEND &&
159 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC &&
H A Dbrw_eu_validate.c95 switch (brw_inst_opcode(devinfo, inst)) {
113 switch (brw_inst_opcode(devinfo, inst)) {
160 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MOV &&
224 brw_opcode_desc(devinfo, brw_inst_opcode(devinfo, inst));
227 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_MATH) {
230 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND) {
363 if (num_sources >= 1 && brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SYNC)
388 switch (brw_inst_opcode(devinfo, inst)) {
475 return brw_inst_opcode(devinfo, inst) == BRW_OPCODE_ILLEGAL;
641 unsigned opcode = brw_inst_opcode(devinf
[all...]
H A Dbrw_eu_emit.c113 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND ||
114 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) {
126 } else if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
127 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
221 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND ||
222 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC ||
223 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
224 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC)) {
235 (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SEND ||
236 brw_inst_opcode(devinf
[all...]
H A Dbrw_disasm.c897 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) {
1533 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_DIM) {
1613 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) {
1641 brw_inst_opcode(devinfo, inst),
1654 brw_inst_opcode(devinfo, inst),
1668 brw_inst_opcode(devinfo, inst),
1690 if (is_split_send(devinfo, brw_inst_opcode(devinfo, inst))) {
1703 brw_inst_opcode(devinfo, inst),
1716 brw_inst_opcode(devinfo, inst),
1730 brw_inst_opcode(devinf
[all...]
H A Dbrw_eu.cpp487 if (brw_has_uip(devinfo, brw_inst_opcode(devinfo, inst))) {
493 } else if (brw_has_jip(devinfo, brw_inst_opcode(devinfo, inst))) {
H A Dbrw_eu_compact.c1443 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC ||
1444 brw_inst_opcode(devinfo, src) == BRW_OPCODE_SEND) &&
1732 brw_inst_opcode(devinfo, &inst) == BRW_OPCODE_DIM) &&
1799 if (is_3src(devinfo, brw_inst_opcode(devinfo, src))) {
2326 if (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ENDIF ||
2327 brw_inst_opcode(devinfo, insn) == BRW_OPCODE_WHILE ||
2328 (brw_inst_opcode(devinfo, insn) == BRW_OPCODE_ELSE && devinfo->ver <= 7))
2536 switch (brw_inst_opcode(devinfo, insn)) {
H A Dbrw_fs_generator.cpp254 assert(brw_inst_opcode(p->devinfo, patch) == BRW_OPCODE_HALT);
1940 brw_inst_opcode(devinfo, brw_last_inst) == BRW_OPCODE_MATH &&
H A Dbrw_eu.h1919 brw_inst_opcode(const struct intel_device_info *devinfo, const brw_inst *inst) function in typeref:enum:opcode
/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_disasm.c57 uint32_t opcode = brw_inst_opcode(devinfo, insn);
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_disasm.c62 uint32_t opcode = brw_inst_opcode(devinfo, insn);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Di965_asm.c145 unsigned opcode = brw_inst_opcode(p->devinfo, inst);

Completed in 33 milliseconds