Searched defs:is_trace (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c1062 unsigned int is_trace = (insn_word >> 2) & 0x1; local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c1062 unsigned int is_trace = (insn_word >> 2) & 0x1; local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c1062 unsigned int is_trace = (insn_word >> 2) & 0x1; local
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c1062 unsigned int is_trace = (insn_word >> 2) & 0x1; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-metag.c1970 unsigned int is_trace = (template->meta_opcode >> 2) & 0x1; local
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-metag.c1969 bool is_trace = ((template->meta_opcode >> 2) & 0x1) != 0; local
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-metag.c1969 bool is_trace = ((template->meta_opcode >> 2) & 0x1) != 0; local

Completed in 193 milliseconds