Home
last modified time | relevance | path

Searched refs:extract_ME (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000-protos.h69 extern int extract_ME (rtx);
H A Drs6000.md2916 int me = extract_ME (operands[2]);
3514 int me = extract_ME(operands[5]);
3533 int me = extract_ME(operands[5]);
H A Drs6000.c10178 extract_ME (rtx op) in extract_ME() function
10511 fprintf (file, "%d", extract_ME (x)); in print_operand()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h107 extern int extract_ME PARAMS ((rtx));
H A Drs6000.c7372 extract_ME (op) in extract_ME() function
7657 fprintf (file, "%d", extract_ME (x));
H A Drs6000.md3120 int me = extract_ME (operands[2]);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog18173 (extract_ME): Declare.
18181 (extract_ME): New function.
18182 (print_operand <case m,M>): Use extract_MB and extract_ME.