OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nop_insn
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-sparc.c
1099
#define
NOP_INSN
0x01000000
1412
struct sparc_it
nop_insn
;
local
[
all
...]
tc-mips.c
804
static struct mips_cl_insn
nop_insn
;
variable in typeref:struct:mips_cl_insn
810
#define
NOP_INSN
(mips_opts.mips16 \
816
: &
nop_insn
))
818
/* The size of
NOP_INSN
in bytes. */
[
all
...]
Completed in 75 milliseconds