HomeSort by: relevance | last modified time | path
    Searched defs:swap_operands (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-tic30.c 631 int swap_operands; /* Whether to swap operands around. */ member in struct:tic30_par_insn
706 p_insn.swap_operands = 1;
826 if (p_insn.swap_operands)
tc-i386.c 176 static void swap_operands (void);
7296 swap_operands ();
8450 swap_operands (void)
8446 swap_operands (void) function
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic30.c 631 int swap_operands; /* Whether to swap operands around. */ member in struct:tic30_par_insn
706 p_insn.swap_operands = 1;
826 if (p_insn.swap_operands)
tc-i386.c 176 static void swap_operands (void);
7134 swap_operands ();
8284 swap_operands (void)
8280 swap_operands (void) function
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 6151 bool swap_operands = false;
6157 swap_operands = true;
6162 swap_operands = true;
6280 if (swap_operands)
6140 bool swap_operands = false; local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 16060 bool swap_operands = false;
16075 swap_operands = true;
16080 swap_operands = true;
16167 if (swap_operands)
16028 bool swap_operands = false; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 15602 bool swap_operands = false;
15617 swap_operands = true;
15622 swap_operands = true;
15709 if (swap_operands)
15570 bool swap_operands = false; local

Completed in 132 milliseconds