HomeSort by: relevance | last modified time | path
    Searched refs:high_low (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/cpu/
fr30.opc 77 int high_low, /* 0 == high, 1 == low. */
92 if (regno > 7 && !high_low)
94 if (regno < 8 && high_low)
97 if (high_low)
  /src/external/gpl3/binutils.old/dist/cpu/
fr30.opc 77 int high_low, /* 0 == high, 1 == low. */
92 if (regno > 7 && !high_low)
94 if (regno < 8 && high_low)
97 if (high_low)
  /src/external/gpl3/gdb/dist/cpu/
fr30.opc 77 int high_low, /* 0 == high, 1 == low. */
92 if (regno > 7 && !high_low)
94 if (regno < 8 && high_low)
97 if (high_low)
  /src/external/gpl3/gdb.old/dist/cpu/
fr30.opc 77 int high_low, /* 0 == high, 1 == low. */
92 if (regno > 7 && !high_low)
94 if (regno < 8 && high_low)
97 if (high_low)
  /src/external/gpl3/binutils/dist/opcodes/
fr30-asm.c 80 int high_low, /* 0 == high, 1 == low. */
95 if (regno > 7 && !high_low)
97 if (regno < 8 && high_low)
100 if (high_low)
  /src/external/gpl3/binutils.old/dist/opcodes/
fr30-asm.c 80 int high_low, /* 0 == high, 1 == low. */
95 if (regno > 7 && !high_low)
97 if (regno < 8 && high_low)
100 if (high_low)
  /src/external/gpl3/gdb/dist/opcodes/
fr30-asm.c 80 int high_low, /* 0 == high, 1 == low. */
95 if (regno > 7 && !high_low)
97 if (regno < 8 && high_low)
100 if (high_low)
  /src/external/gpl3/gdb.old/dist/opcodes/
fr30-asm.c 80 int high_low, /* 0 == high, 1 == low. */
95 if (regno > 7 && !high_low)
97 if (regno < 8 && high_low)
100 if (high_low)
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 417 double_int high_high, high_low, low_high, low_low; local
434 high_low = a_high * b_low;
438 temp1.high = high_low.low;
453 temp1.low = high_low.high;
  /src/external/gpl3/gcc.old/dist/libgcc/
fixed-bit.c 282 INTunion high_high, high_low, low_high, low_low;
306 high_low.ll = a_high.ll * b_low.ll;
310 temp1.s.high = high_low.s.low;
324 temp1.s.low = high_low.s.high;
  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 417 double_int high_high, high_low, low_high, low_low; local
434 high_low = a_high * b_low;
438 temp1.high = high_low.low;
453 temp1.low = high_low.high;
  /src/external/gpl3/gcc/dist/libgcc/
fixed-bit.c 282 INTunion high_high, high_low, low_high, low_low;
306 high_low.ll = a_high.ll * b_low.ll;
310 temp1.s.high = high_low.s.low;
324 temp1.s.low = high_low.s.high;

Completed in 35 milliseconds