HomeSort by relevance Sort by last modified time
    Searched full:next_insn (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 96 gcc_checking_assert (!insn || !NEXT_INSN (insn));
basic-block.h 373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
379 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \
380 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
381 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL)
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
emit-rtl.h 96 gcc_checking_assert (!insn || !NEXT_INSN (insn));
basic-block.h 373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
379 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \
380 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
381 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL)
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
emit-rtl.h 96 gcc_checking_assert (!insn || !NEXT_INSN (insn));
basic-block.h 373 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
374 (INSN) = NEXT_INSN (INSN))
379 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \
380 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
381 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL)
rtl.h 335 /* FIXME: the "NEXT_INSN (PREV_INSN (X)) == X" condition shouldn't be needed.
342 && NEXT_INSN (PREV_INSN (X)) == X \
760 #define NEXT_INSN(INSN) XEXP (INSN, 2)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
basic-block.h 470 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
471 (INSN) = NEXT_INSN (INSN))
476 for ((INSN) = BB_HEAD (BB), (CURR) = (INSN) ? NEXT_INSN ((INSN)): NULL; \
477 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
478 (INSN) = (CURR), (CURR) = (INSN) ? NEXT_INSN ((INSN)) : NULL)
    [all...]
  /external/qemu/
trace.c 66 int next_insn; member in struct:TraceStatic
391 trace_static.next_insn = 0;
591 trace_static.insns[trace_static.next_insn++] = insn;
608 num_insns = hostToLE32(trace_static.next_insn);
612 for (ii = 0; ii < trace_static.next_insn; ++ii) {
618 trace_static.next_insn = 0;
    [all...]

Completed in 766 milliseconds