Searched refs:dest_reg_file (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_optimize.c124 if (inst->bits1.ia1.dest_reg_file == BRW_GENERAL_REGISTER_FILE)
127 if (inst->bits1.da1.dest_reg_file != BRW_GENERAL_REGISTER_FILE)
166 if (inst->bits1.da1.dest_reg_file != BRW_MESSAGE_REGISTER_FILE)
404 mov->bits1.da1.dest_reg_file != BRW_MESSAGE_REGISTER_FILE ||
436 inst->bits1.da1.dest_reg_file == BRW_GENERAL_REGISTER_FILE &&
624 grf_inst->bits1.da1.dest_reg_file = mov->bits1.da1.dest_reg_file;
639 insn->bits1.da1.dest_reg_file != BRW_GENERAL_REGISTER_FILE)
H A Dbrw_structs.h966 GLuint dest_reg_file:2; member in struct:brw_instruction::__anon14160::__anon14161
981 GLuint dest_reg_file:2; member in struct:brw_instruction::__anon14160::__anon14162
996 GLuint dest_reg_file:2; member in struct:brw_instruction::__anon14160::__anon14163
1012 GLuint dest_reg_file:2; member in struct:brw_instruction::__anon14160::__anon14164
1025 GLuint dest_reg_file:2; member in struct:brw_instruction::__anon14160::__anon14165
1037 GLuint dest_reg_file:1; member in struct:brw_instruction::__anon14160::__anon14166
H A Dbrw_disasm.c536 err |= reg (file, inst->bits1.da1.dest_reg_file, inst->bits1.da1.dest_reg_nr);
565 err |= reg (file, inst->bits1.da16.dest_reg_file, inst->bits1.da16.dest_reg_nr);
590 if (inst->bits1.da3src.dest_reg_file)
1324 inst->bits1.da1.dest_reg_file == BRW_MESSAGE_REGISTER_FILE &&
H A Dbrw_eu_emit.c113 insn->bits1.da1.dest_reg_file = dest.file;
782 insn->bits1.da3src.dest_reg_file = (dest.file == BRW_MESSAGE_REGISTER_FILE);
H A Dbrw_vs_emit.c1755 prev_insn->bits1.da1.dest_reg_file == val.file &&

Completed in 274 milliseconds