| /freebsd-12-stable/sys/dev/uart/ |
| D | uart_kbd_sun_tables.h | 13 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 }, 28 /*0f*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 }, 36 /*17*/{{ SLK, SPSC, SLK, SPSC, SUSP, NOP, SUSP, NOP, }, 0xFF,0x00 }, 43 /*1e*/{{ '1', '!', NOP, NOP, '1', '!', NOP, NOP, }, 0x33,0x00 }, 45 /*20*/{{ '3', '#', NOP, NOP, '3', '#', NOP, NOP, }, 0x33,0x00 }, 46 /*21*/{{ '4', '$', NOP, NOP, '4', '$', NOP, NOP, }, 0x33,0x00 }, 47 /*22*/{{ '5', '%', NOP, NOP, '5', '%', NOP, NOP, }, 0x33,0x00 }, 49 /*24*/{{ '7', '&', NOP, NOP, '7', '&', NOP, NOP, }, 0x33,0x00 }, 50 /*25*/{{ '8', '*', NOP, NOP, '8', '*', NOP, NOP, }, 0x33,0x00 }, 51 /*26*/{{ '9', '(', NOP, NOP, '9', '(', NOP, NOP, }, 0x33,0x00 }, [all …]
|
| /freebsd-12-stable/sys/dev/kbd/ |
| D | kbdtables.h | 47 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 }, 49 /*02*/{{ '1', '!', NOP, NOP, '1', '!', NOP, NOP, }, 0x33,0x00 }, 51 /*04*/{{ '3', '#', NOP, NOP, '3', '#', NOP, NOP, }, 0x33,0x00 }, 52 /*05*/{{ '4', '$', NOP, NOP, '4', '$', NOP, NOP, }, 0x33,0x00 }, 53 /*06*/{{ '5', '%', NOP, NOP, '5', '%', NOP, NOP, }, 0x33,0x00 }, 55 /*08*/{{ '7', '&', NOP, NOP, '7', '&', NOP, NOP, }, 0x33,0x00 }, 56 /*09*/{{ '8', '*', NOP, NOP, '8', '*', NOP, NOP, }, 0x33,0x00 }, 57 /*0a*/{{ '9', '(', NOP, NOP, '9', '(', NOP, NOP, }, 0x33,0x00 }, 58 /*0b*/{{ '0', ')', NOP, NOP, '0', ')', NOP, NOP, }, 0x33,0x00 }, 60 /*0d*/{{ '=', '+', NOP, NOP, '=', '+', NOP, NOP, }, 0x33,0x00 }, [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/asm/ |
| D | bn-c64xplus.asm | 61 NOP 3 66 NOP 3 69 NOP 3 ; [2,0] in epilogue 89 NOP 3 94 NOP 4 96 NOP 4 ; [2,0] in epiloque 116 NOP 3 121 NOP 4 123 NOP 3 ; [2,0] in epilogue 141 NOP 3 [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/ |
| D | PPC64.cpp | 65 constexpr uint32_t NOP = 0x60000000; variable 698 write32(loc + rel.addend, NOP); // nop accessInsn. in relaxGot() 725 writeFromHalf16(loc, NOP); in relaxTlsGdToLe() 750 write32(loc, NOP); // nop in relaxTlsGdToLe() 758 write32(loc - 1, NOP); in relaxTlsGdToLe() 788 writeFromHalf16(loc, NOP); in relaxTlsLdToLe() 811 write32(loc, NOP); in relaxTlsLdToLe() 814 write32(loc - 1, NOP); in relaxTlsLdToLe() 883 write32(loc - offset, NOP); in relaxTlsIeToLe() 928 write32(loc - 1, NOP); in relaxTlsIeToLe() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| D | LeonPasses.cpp | 52 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction() 144 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction() 148 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
|
| /freebsd-12-stable/contrib/libedit/ |
| D | common.c | 220 if (el->el_chared.c_vcmd.action != NOP) { in ed_move_to_end() 247 if (el->el_chared.c_vcmd.action != NOP) { in ed_move_to_beg() 294 el->el_chared.c_vcmd.action == NOP)) in ed_next_char() 302 if (el->el_chared.c_vcmd.action != NOP) { in ed_next_char() 328 if (el->el_chared.c_vcmd.action != NOP) { in ed_prev_word() 351 if (el->el_chared.c_vcmd.action != NOP) { in ed_prev_char() 630 el->el_chared.c_vcmd.action = NOP; in ed_search_prev_history() 698 el->el_chared.c_vcmd.action = NOP; in ed_search_next_history()
|
| D | vi.c | 70 if (el->el_chared.c_vcmd.action != NOP) { in cv_action() 79 el->el_chared.c_vcmd.action = NOP; in cv_action() 169 if (el->el_chared.c_vcmd.action != NOP) { in vi_prev_big_word() 194 if (el->el_chared.c_vcmd.action != NOP) { in vi_prev_word() 218 if (el->el_chared.c_vcmd.action != NOP) { in vi_next_big_word() 242 if (el->el_chared.c_vcmd.action != NOP) { in vi_next_word() 484 if (el->el_chared.c_vcmd.action != NOP) { in vi_end_big_word() 508 if (el->el_chared.c_vcmd.action != NOP) { in vi_end_word() 554 el->el_chared.c_vcmd.action = NOP; in vi_command_mode() 581 if (el->el_chared.c_vcmd.action != NOP) { in vi_zero() [all …]
|
| D | chared.h | 115 #define NOP 0x00 macro
|
| /freebsd-12-stable/contrib/libpcap/ |
| D | optimize.c | 190 #define NOP -1 macro 509 if (c == NOP) in atomuse() 552 if (s->code == NOP) in atomdef() 593 if (s->s.code == NOP) in compute_local_ud() 715 s->code = NOP; in vstore() 816 while (s != 0 && s->s.code == NOP) in this_op() 953 s->s.code = NOP; in opt_peep() 954 add->s.code = NOP; in opt_peep() 955 tax->s.code = NOP; in opt_peep() 985 last->s.code = NOP; in opt_peep() [all …]
|
| /freebsd-12-stable/contrib/binutils/ld/scripttempl/ |
| D | nw.sc | 3 # NOP - four byte opcode for no-op (defaults to 0) 66 .init ${RELOCATING-0} : { *(.init) } =${NOP-0} 85 .fini ${RELOCATING-0} : { *(.fini) } =${NOP-0}
|
| /freebsd-12-stable/contrib/binutils/ld/emulparams/ |
| D | elf64lppc.sh | 3 NOP=0x00000060
|
| D | i386nw.sh | 7 NOP=0x90909090
|
| D | i386moss.sh | 8 NOP=0x90909090
|
| D | i386nto.sh | 10 NOP=0x9090
|
| D | elf_i386_ldso.sh | 8 NOP=0x90909090
|
| D | elf_i386_chaos.sh | 8 NOP=0x90909090
|
| D | elf_s390.sh | 9 NOP=0x07070707
|
| D | elf_i386.sh | 9 NOP=0xCCCCCCCC
|
| D | elf64alpha.sh | 24 NOP=0x0000fe2f1f04ff47 # unop; nop
|
| D | elf64_s390.sh | 10 NOP=0x07070707
|
| D | elf64_ia64.sh | 20 NOP=0x00300000010070000002000001000400 # a bundle full of nops
|
| D | elf_x86_64.sh | 10 NOP=0xCCCCCCCC
|
| D | elf64ppc.sh | 14 NOP=0x60000000
|
| D | elf64_sparc.sh | 12 NOP=0x01000000
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsBranchExpansion.cpp | 532 BuildMI(*BalTgtMBB, Pos, DL, TII->get(Mips::NOP)); in expandToLongBranch() 677 .append(BuildMI(*MFp, DL, TII->get(Mips::NOP))); in expandToLongBranch() 768 std::next(Iit)->getOpcode() != Mips::NOP) { in handleForbiddenSlot() 771 BuildMI(*MFp, I->getDebugLoc(), TII->get(Mips::NOP))); in handleForbiddenSlot()
|