HomeSort by: relevance | last modified time | path
    Searched defs:liw1 (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;
3107 if (! extract_bundle (insn1, & liw1))
3115 if (! check_liw_constraints (& liw1, & liw2))
3118 if (liw1.slot == LIW_OP2 || liw2.slot == LIW_OP1)
3122 temp = liw1;
3123 liw1 = liw2;
3130 if (liw1.op == LIW_OP_CMP)
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;
3105 if (! extract_bundle (insn1, & liw1))
3113 if (! check_liw_constraints (& liw1, & liw2))
3116 if (liw1.slot == LIW_OP2 || liw2.slot == LIW_OP1)
3120 temp = liw1;
3121 liw1 = liw2;
3128 if (liw1.op == LIW_OP_CMP)
3129 insn2_pat = gen_cmp_liw (liw2.dest, liw2.src, liw1.dest, liw1.src
3098 struct liw_data liw1, liw2; local
    [all...]

Completed in 22 milliseconds