Searched refs:the_ctrl (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-z8k.c201 static int the_ctrl; variable
423 the_ctrl = ctrl_table[i].value;
430 the_ctrl = 0;
782 if (the_ctrl == 0)
792 if (the_ctrl == 0)
924 if (this_try->opcode == OPC_ldctlb && the_ctrl != 1)
1073 if (the_ctrl < 2 || the_ctrl > 7)
1075 *output_ptr++ = the_ctrl;
1078 if (the_ctrl <
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z8k.c198 static int the_ctrl; variable
420 the_ctrl = ctrl_table[i].value;
427 the_ctrl = 0;
777 if (the_ctrl == 0)
787 if (the_ctrl == 0)
919 if (this_try->opcode == OPC_ldctlb && the_ctrl != 1)
1067 if (the_ctrl < 2 || the_ctrl > 7)
1069 *output_ptr++ = the_ctrl;
1072 if (the_ctrl <
[all...]

Completed in 132 milliseconds