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

  /src/external/gpl3/gcc/dist/gcc/config/mn10300/
mn10300.cc 3027 /* Make sure that it is OK to execute LIW1 and LIW2 in parallel. GCC generated
3028 the instructions with the assumption that LIW1 would be executed before LIW2
3104 struct liw_data liw1, liw2;
3111 if (! extract_bundle (insn2, & liw2))
3115 if (! check_liw_constraints (& liw1, & liw2))
3118 if (liw1.slot == LIW_OP2 || liw2.slot == LIW_OP1)
3123 liw1 = liw2;
3124 liw2 = temp;
3131 insn2_pat = gen_cmp_liw (liw2.dest, liw2.src, liw1.dest, liw1.src
3100 struct liw_data liw1, liw2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mn10300/
mn10300.cc 3025 /* Make sure that it is OK to execute LIW1 and LIW2 in parallel. GCC generated
3026 the instructions with the assumption that LIW1 would be executed before LIW2
3102 struct liw_data liw1, liw2;
3109 if (! extract_bundle (insn2, & liw2))
3113 if (! check_liw_constraints (& liw1, & liw2))
3116 if (liw1.slot == LIW_OP2 || liw2.slot == LIW_OP1)
3121 liw1 = liw2;
3122 liw2 = temp;
3129 insn2_pat = gen_cmp_liw (liw2.dest, liw2.src, liw1.dest, liw1.src
3098 struct liw_data liw1, liw2; local
    [all...]

Completed in 38 milliseconds