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

  /toolchain/binutils/binutils-2.25/opcodes/
arc-dis.c 521 int repeatsOp = 0;
561 repeatsOp = 0;
758 repeatsOp = (FIELDC (state->words[0]) == FIELDB (state->words[0]));
763 instrName = (repeatsOp ? "asl" : "add");
766 instrName = (repeatsOp ? "rlc" : "adc");
769 instrName = (repeatsOp ? "mov" : "and");
818 if (!repeatsOp)
827 if (!repeatsOp)
836 if (!repeatsOp)

Completed in 56 milliseconds