OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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