Searched refs:HasDstReg (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.c46 .HasDstReg = 1,
53 .HasDstReg = 1,
60 .HasDstReg = 1
66 .HasDstReg = 1
72 .HasDstReg = 1,
79 .HasDstReg = 1,
86 .HasDstReg = 1,
93 .HasDstReg = 1,
100 .HasDstReg = 1,
107 .HasDstReg
[all...]
H A Dradeon_opcodes.h257 unsigned int HasDstReg:1; member in struct:rc_opcode_info
H A Dradeon_dataflow_deadcode.c159 if (opcode->HasDstReg) {
253 if(opcode->HasDstReg){
321 if (!opcode->HasDstReg) {
H A Dradeon_compiler.c129 if (opcode->HasDstReg) {
181 if (opcode->HasDstReg) {
204 if (opcode->HasDstReg) {
H A Dr3xx_vertprog.c388 if (info->HasDstReg) {
533 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_TEMPORARY &&
585 if (opcode->HasDstReg) {
646 if (opcode->HasDstReg) {
H A Dradeon_pair_translate.c333 if (opcode->HasDstReg) {
H A Dradeon_emulate_branches.c278 if (!opcode->HasDstReg)
H A Dradeon_dataflow.c261 if (opcode->HasDstReg && inst->DstReg.WriteMask)
347 if (opcode->HasDstReg) {
H A Dradeon_program_print.c298 if (opcode->HasDstReg) {
H A Dradeon_program_alu.c202 assert(info->HasDstReg);
1294 if (!info->HasDstReg || inst->U.I.DstReg.File != RC_FILE_OUTPUT ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_opcodes.c48 .HasDstReg = 1,
55 .HasDstReg = 1,
62 .HasDstReg = 1
68 .HasDstReg = 1
74 .HasDstReg = 1,
81 .HasDstReg = 1,
88 .HasDstReg = 1,
95 .HasDstReg = 1,
102 .HasDstReg = 1,
109 .HasDstReg
[all...]
H A Dradeon_opcodes.h257 unsigned int HasDstReg:1; member in struct:rc_opcode_info
H A Dradeon_dataflow_deadcode.c159 if (opcode->HasDstReg) {
253 if(opcode->HasDstReg){
326 if (!opcode->HasDstReg) {
H A Dradeon_compiler.c129 if (opcode->HasDstReg) {
181 if (opcode->HasDstReg) {
204 if (opcode->HasDstReg) {
H A Dr3xx_vertprog.c391 if (info->HasDstReg) {
536 if (info->HasDstReg && vpi->DstReg.File == RC_FILE_TEMPORARY &&
606 if (opcode->HasDstReg) {
667 if (opcode->HasDstReg) {
H A Dradeon_pair_translate.c335 if (opcode->HasDstReg) {
H A Dradeon_emulate_branches.c278 if (!opcode->HasDstReg)
H A Dradeon_dataflow.c261 if (opcode->HasDstReg && inst->DstReg.WriteMask)
347 if (opcode->HasDstReg) {
H A Dradeon_program_print.c298 if (opcode->HasDstReg) {
H A Dradeon_program_alu.c202 assert(info->HasDstReg);
1273 if (!info->HasDstReg || inst->U.I.DstReg.File != RC_FILE_OUTPUT ||
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c404 if (info->HasDstReg) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c404 if (info->HasDstReg) {

Completed in 28 milliseconds