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

  /src/external/gpl3/binutils/dist/gas/config/
tc-z8k.c 194 static int the_ctrl; variable
441 the_ctrl = ctrl_table[i].value;
448 the_ctrl = 0;
798 if (the_ctrl == 0)
808 if (the_ctrl == 0)
940 if (this_try->opcode == OPC_ldctlb && the_ctrl != 1)
1105 if (the_ctrl < 2 || the_ctrl > 7)
1107 *output_ptr++ = the_ctrl;
1110 if (the_ctrl < 2 || the_ctrl > 7
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z8k.c 194 static int the_ctrl; variable
441 the_ctrl = ctrl_table[i].value;
448 the_ctrl = 0;
798 if (the_ctrl == 0)
808 if (the_ctrl == 0)
940 if (this_try->opcode == OPC_ldctlb && the_ctrl != 1)
1106 if (the_ctrl < 2 || the_ctrl > 7)
1108 *output_ptr++ = the_ctrl;
1111 if (the_ctrl < 2 || the_ctrl > 7
    [all...]

Completed in 47 milliseconds