Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 7 of 7) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dconvex.h25 #define nops 5 macro
424 {46,0,nops,0,0,0}, /* nop */
458 {56,0,nops,0,0,0}, /* patu */
460 {58,0,nops,0,0,0}, /* pich */
461 {59,0,nops,0,0,0}, /* plch */
470 {61,0,nops,0,0,0}, /* rtnq */
471 {62,0,nops,0,0,0}, /* cfork */
472 {63,0,nops,0,0,0}, /* rtn */
473 {64,0,nops,0,0,0}, /* wfork */
474 {65,0,nops,0,0,0}, /* join */
[all …]
/mirbsd/src/gnu/usr.sbin/sendmail/editmap/
Deditmap.c82 unsigned int nops = 0; local
146 nops++;
151 nops++;
156 nops++;
182 if ((nops != 1) ||
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-arm.c7958 #define TxCE(mnem, op, top, nops, ops, ae, te) \ argument
7959 { #mnem, OPS##nops ops, OT_csuffix, 0x##op, top, ARM_VARIANT, \
7964 #define TCE(mnem, aop, top, nops, ops, ae, te) \ argument
7965 TxCE(mnem, aop, 0x##top, nops, ops, ae, te)
7966 #define tCE(mnem, aop, top, nops, ops, ae, te) \ argument
7967 TxCE(mnem, aop, T_MNEM_##top, nops, ops, ae, te)
7971 #define TxC3(mnem, op, top, nops, ops, ae, te) \ argument
7972 { #mnem, OPS##nops ops, OT_cinfix3, 0x##op, top, ARM_VARIANT, \
7974 #define TC3(mnem, aop, top, nops, ops, ae, te) \ argument
7975 TxC3(mnem, aop, 0x##top, nops, ops, ae, te)
[all …]
Dtc-mips.c2079 int i, nops, tmp_nops; in nops_for_insn() local
2081 nops = 0; in nops_for_insn()
2086 if (tmp_nops > nops) in nops_for_insn()
2087 nops = tmp_nops; in nops_for_insn()
2093 if (tmp_nops > nops) in nops_for_insn()
2094 nops = tmp_nops; in nops_for_insn()
2097 return nops; in nops_for_insn()
2110 int nops; in nops_for_sequence() local
2118 nops = nops_for_insn (buffer, NULL); in nops_for_sequence()
2120 return nops; in nops_for_sequence()
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mips.texi123 Cause nops to be inserted if the read of the destination register
128 Insert nops to work around certain VR4120 errata. This option is
134 Insert nops to work around the VR4130 @samp{mflo}/@samp{mfhi} errata.
Das.texinfo671 @cindex D30V nops
673 Warn when nops are generated.
675 @cindex D30V nops after 32-bit multiply
952 Cause nops to be inserted if the read of the destination register
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dm32r.cpu1859 ; FIXME: quick hack: parallel nops don't contribute to cycle count.
1860 ; Other kinds of nops do however (which we currently ignore).