HomeSort by relevance Sort by last modified time
    Searched full:current_opcode (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-tic30.c 688 int current_opcode = -1; local
695 if (ch == '_' && current_opcode == -1)
697 current_opcode = 0;
701 if (ch == '_' && current_opcode == 0)
703 current_opcode = 1;
708 switch (current_opcode)
    [all...]
tc-xtensa.c 8293 xtensa_opcode current_opcode = XTENSA_UNDEFINED; local
    [all...]

Completed in 216 milliseconds