Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Drs6000-protos.h68 extern int extract_MB (rtx);
H A Drs6000.md2915 int mb = extract_MB (operands[2]);
3515 int mb = extract_MB(operands[5]);
3534 int mb = extract_MB(operands[5]);
H A Drs6000.c10146 extract_MB (rtx op) in extract_MB() function
10503 fprintf (file, "%d", extract_MB (x)); in print_operand()
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h106 extern int extract_MB PARAMS ((rtx));
H A Drs6000.c7338 extract_MB (op) in extract_MB() function
7649 fprintf (file, "%d", extract_MB (x));
H A Drs6000.md3119 int mb = extract_MB (operands[2]);
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog18172 (extract_MB): Declare.
18180 (extract_MB): New function.
18182 (print_operand <case m,M>): Use extract_MB and extract_ME.