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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 118 unsigned int_offset = 0; local
133 int_offset = (1 << 5) | REGNO (offset);
136 int_offset = INTVAL (offset);
137 int_offset /= dest_mode_size;
139 int_offset >>= 2;
143 | ((int_offset & 0x3f) << 8));
565 unsigned int_offset = GET_MODE_SIZE (mode).to_constant ();
570 int_offset *= 2;
572 *offset = GEN_INT (int_offset);
564 unsigned int_offset = GET_MODE_SIZE (mode).to_constant (); local
falkor-tag-collision-avoidance.cc 118 unsigned int_offset = 0; local
133 int_offset = (1 << 5) | REGNO (offset);
136 int_offset = INTVAL (offset);
137 int_offset /= dest_mode_size;
139 int_offset >>= 2;
143 | ((int_offset & 0x3f) << 8));
565 unsigned int_offset = GET_MODE_SIZE (mode).to_constant ();
570 int_offset *= 2;
572 *offset = GEN_INT (int_offset);
564 unsigned int_offset = GET_MODE_SIZE (mode).to_constant (); local
falkor-tag-collision-avoidance.cc 118 unsigned int_offset = 0; local
133 int_offset = (1 << 5) | REGNO (offset);
136 int_offset = INTVAL (offset);
137 int_offset /= dest_mode_size;
139 int_offset >>= 2;
143 | ((int_offset & 0x3f) << 8));
565 unsigned int_offset = GET_MODE_SIZE (mode).to_constant ();
570 int_offset *= 2;
572 *offset = GEN_INT (int_offset);
564 unsigned int_offset = GET_MODE_SIZE (mode).to_constant (); local
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 118 unsigned int_offset = 0; local
133 int_offset = (1 << 5) | REGNO (offset);
136 int_offset = INTVAL (offset);
137 int_offset /= dest_mode_size;
139 int_offset >>= 2;
143 | ((int_offset & 0x3f) << 8));
565 unsigned int_offset = GET_MODE_SIZE (mode).to_constant ();
570 int_offset *= 2;
572 *offset = GEN_INT (int_offset);
564 unsigned int_offset = GET_MODE_SIZE (mode).to_constant (); local
falkor-tag-collision-avoidance.cc 118 unsigned int_offset = 0; local
133 int_offset = (1 << 5) | REGNO (offset);
136 int_offset = INTVAL (offset);
137 int_offset /= dest_mode_size;
139 int_offset >>= 2;
143 | ((int_offset & 0x3f) << 8));
565 unsigned int_offset = GET_MODE_SIZE (mode).to_constant ();
570 int_offset *= 2;
572 *offset = GEN_INT (int_offset);
564 unsigned int_offset = GET_MODE_SIZE (mode).to_constant (); local
falkor-tag-collision-avoidance.cc 118 unsigned int_offset = 0; local
133 int_offset = (1 << 5) | REGNO (offset);
136 int_offset = INTVAL (offset);
137 int_offset /= dest_mode_size;
139 int_offset >>= 2;
143 | ((int_offset & 0x3f) << 8));
565 unsigned int_offset = GET_MODE_SIZE (mode).to_constant ();
570 int_offset *= 2;
572 *offset = GEN_INT (int_offset);
564 unsigned int_offset = GET_MODE_SIZE (mode).to_constant (); local

Completed in 89 milliseconds