OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_trace
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
metag-dis.c
1062
unsigned int
is_trace
= (insn_word >> 2) & 0x1;
local
1068
if (
is_trace
)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c
1971
unsigned int
is_trace
= (template->meta_opcode >> 2) & 0x1;
local
[
all
...]
Completed in 465 milliseconds