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

  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 2630 enum { UNKNOWN, BACKWARD, FORWARD } jump_type = UNKNOWN;
2644 jump_type = (insn_current_address > INSN_ADDRESSES (INSN_UID (label))
2651 ret = ((jump_type == BACKWARD) ? FRV_JUMP_LIKELY : FRV_JUMP_NOT_LIKELY);
2667 switch (jump_type)
2606 enum { UNKNOWN, BACKWARD, FORWARD } jump_type = UNKNOWN; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 2628 enum { UNKNOWN, BACKWARD, FORWARD } jump_type = UNKNOWN;
2642 jump_type = (insn_current_address > INSN_ADDRESSES (INSN_UID (label))
2649 ret = ((jump_type == BACKWARD) ? FRV_JUMP_LIKELY : FRV_JUMP_NOT_LIKELY);
2665 switch (jump_type)
2604 enum { UNKNOWN, BACKWARD, FORWARD } jump_type = UNKNOWN; local

Completed in 42 milliseconds