Searched refs:NOP (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-11-stable/sys/pc98/cbus/
H A Dpckbdtables.h49 {{/*0a*/ '0', NOP, '0', '0', '0', ')', ')', ')' }, 0x40,0x00 },
90 {{/*33*/ NOP, '_', 0x1F, 0x1F, '\\', '|', 0x1C, 0x1C }, 0x80,0x00 },
124 {{/*55*/ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP },
[all...]
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf64lppc.sh3 NOP=0x00000060
H A Di386nw.sh7 NOP=0x90909090
H A Delf_i386_chaos.sh8 NOP=0x90909090
H A Delf_i386_ldso.sh8 NOP=0x90909090
H A Di386moss.sh8 NOP=0x90909090
H A Di386nto.sh10 NOP=0x9090
H A Delf_s390.sh9 NOP=0x07070707
H A Delf_i386.sh9 NOP=0xCCCCCCCC
H A Delf64alpha.sh24 NOP=0x0000fe2f1f04ff47 # unop; nop
H A Delf64_ia64.sh20 NOP=0x00300000010070000002000001000400 # a bundle full of nops
H A Delf64_s390.sh10 NOP=0x07070707
H A Delf64_sparc.sh12 NOP=0x01000000
H A Delf64ppc.sh14 NOP=0x60000000
H A Delf_x86_64.sh10 NOP=0xCCCCCCCC
/freebsd-11-stable/sys/dev/kbd/
H A Dkbdtables.h45 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
47 /*02*/{{ '1', '!', NOP, NOP, '
[all...]
/freebsd-11-stable/sys/dev/uart/
H A Duart_kbd_sun_tables.h13 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
28 /*0f*/{{ NOP, NOP, NO
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp30 // some earlier versions of the LEON processor line. NOP instructions must
34 // This pass inserts a NOP after any LD or LDF instruction.
53 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP));
110 // exist for some earlier versions of the LEON processor line. Five NOP
145 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP));
149 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP));
/freebsd-11-stable/lib/libedit/
H A Dvi.c71 if (el->el_chared.c_vcmd.action != NOP) {
80 el->el_chared.c_vcmd.action = NOP;
170 if (el->el_chared.c_vcmd.action != NOP) {
195 if (el->el_chared.c_vcmd.action != NOP) {
219 if (el->el_chared.c_vcmd.action != NOP) {
243 if (el->el_chared.c_vcmd.action != NOP) {
485 if (el->el_chared.c_vcmd.action != NOP) {
509 if (el->el_chared.c_vcmd.action != NOP) {
555 el->el_chared.c_vcmd.action = NOP;
582 if (el->el_chared.c_vcmd.action != NOP) {
[all...]
H A Dchared.h126 #define NOP 0x00 macro
H A Dcommon.c222 if (el->el_chared.c_vcmd.action != NOP) {
249 if (el->el_chared.c_vcmd.action != NOP) {
296 el->el_chared.c_vcmd.action == NOP))
304 if (el->el_chared.c_vcmd.action != NOP) {
330 if (el->el_chared.c_vcmd.action != NOP) {
353 if (el->el_chared.c_vcmd.action != NOP) {
718 el->el_chared.c_vcmd.action = NOP;
786 el->el_chared.c_vcmd.action = NOP;
/freebsd-11-stable/contrib/libpcap/
H A Doptimize.c190 #define NOP -1 macro
509 if (c == NOP)
552 if (s->code == NOP)
593 if (s->s.code == NOP)
715 s->code = NOP;
816 while (s != 0 && s->s.code == NOP)
953 s->s.code = NOP;
954 add->s.code = NOP;
955 tax->s.code = NOP;
985 last->s.code = NOP;
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h56 #define NOP 241 /* nop */ macro
68 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/freebsd-11-stable/include/arpa/
H A Dtelnet.h53 #define NOP 241 /* nop */ macro
65 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h53 #define NOP 241 /* nop */ macro
65 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",

Completed in 203 milliseconds

123