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

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-protos.h 388 /* Bitfield encoding the fusible pairs of instructions. Use FUSE_OPS
391 enum fuse_ops enum in struct:tune_params
404 #define FUSE_OPS(x) ((tune_params::fuse_ops) (x))
413 extern bool arm_fusion_enabled_p (tune_params::fuse_ops);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-protos.h 357 /* Bitfield encoding the fusible pairs of instructions. Use FUSE_OPS
360 enum fuse_ops enum in struct:tune_params
373 #define FUSE_OPS(x) ((tune_params::fuse_ops) (x))
382 extern bool arm_fusion_enabled_p (tune_params::fuse_ops);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 28002 rtx fuse_ops[10];
28006 fuse_ops[0] = target;
28009 fuse_ops[1] = addis_value;
28021 fuse_ops[1] = op0;
28022 fuse_ops[2] = op1;
28032 fuse_ops[1] = XVECEXP (value, 0, 0); /* symbol ref. */
28033 fuse_ops[2] = XVECEXP (value, 0, 1); /* TOC register. */
28053 fuse_ops[1] = XVECEXP (op0, 0, 0); /* symbol ref. */
28054 fuse_ops[2] = XVECEXP (op0, 0, 1); /* TOC register. */
28055 fuse_ops[3] = op1
27945 rtx fuse_ops[10]; local
28035 rtx fuse_ops[10]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27566 rtx fuse_ops[10];
27570 fuse_ops[0] = target;
27573 fuse_ops[1] = addis_value;
27585 fuse_ops[1] = op0;
27586 fuse_ops[2] = op1;
27596 fuse_ops[1] = XVECEXP (value, 0, 0); /* symbol ref. */
27597 fuse_ops[2] = XVECEXP (value, 0, 1); /* TOC register. */
27617 fuse_ops[1] = XVECEXP (op0, 0, 0); /* symbol ref. */
27618 fuse_ops[2] = XVECEXP (op0, 0, 1); /* TOC register. */
27619 fuse_ops[3] = op1
27509 rtx fuse_ops[10]; local
27599 rtx fuse_ops[10]; local
    [all...]

Completed in 38 milliseconds