Home
last modified time | relevance | path

Searched refs:NOP (Results 1 – 25 of 99) sorted by relevance

1234

/freebsd/sys/dev/kbd/
H A Dkbdtables.h45 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
47 /*02*/{{ '1', '!', NOP, NOP, '1', '!', NOP, NOP, }, 0x33,0x00 },
49 /*04*/{{ '3', '#', NOP, NOP, '3', '#', NOP, NOP, }, 0x33,0x00 },
50 /*05*/{{ '4', '$', NOP, NOP, '4', '$', NOP, NOP, }, 0x33,0x00 },
51 /*06*/{{ '5', '%', NOP, NOP, '5', '%', NOP, NOP, }, 0x33,0x00 },
53 /*08*/{{ '7', '&', NOP, NOP, '7', '&', NOP, NOP, }, 0x33,0x00 },
54 /*09*/{{ '8', '*', NOP, NOP, '8', '*', NOP, NOP, }, 0x33,0x00 },
55 /*0a*/{{ '9', '(', NOP, NOP, '9', '(', NOP, NOP, }, 0x33,0x00 },
56 /*0b*/{{ '0', ')', NOP, NOP, '0', ')', NOP, NOP, }, 0x33,0x00 },
58 /*0d*/{{ '=', '+', NOP, NOP, '=', '+', NOP, NOP, }, 0x33,0x00 },
[all …]
H A Dkbd.c1251 kbd->kb_lastact[keycode] = NOP; in genkbd_keyaction()
1331 case NOP: in genkbd_keyaction()
1343 if (kbd->kb_lastact[keycode] == NOP) in genkbd_keyaction()
1346 action = NOP; in genkbd_keyaction()
1419 case NOP: in genkbd_keyaction()
1454 kbd->kb_lastact[keycode] = NOP; in genkbd_keyaction()
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm60 NOP 3
65 NOP 3
68 NOP 3 ; [2,0] in epilogue
88 NOP 3
93 NOP 4
95 NOP 4 ; [2,0] in epiloque
115 NOP 3
120 NOP 4
122 NOP 3 ; [2,0] in epilogue
140 NOP 3
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DMIMGInstructions.td100 int NOP = -1;
109 bit HAS_GFX12 = !ne(gfx12, MIMG.NOP);
110 bit HAS_GFX11 = !ne(gfx11, MIMG.NOP);
111 bit HAS_GFX10M = !ne(gfx10m, MIMG.NOP);
112 bit HAS_VI = !ne(vi, MIMG.NOP);
113 bit HAS_SI = !ne(si, MIMG.NOP);
1667 defm IMAGE_ATOMIC_RSUB : MIMG_Atomic <mimgopc<MIMG.NOP, MIMG.NOP, MIMG.NOP, MIMG.NOP, 0x13…
1677 defm IMAGE_ATOMIC_FCMPSWAP : MIMG_Atomic <mimgopc<MIMG.NOP, MIMG.NOP, 0x1d, MIMG.NOP>, "image_…
1678 defm IMAGE_ATOMIC_FMIN : MIMG_Atomic <mimgopc<MIMG.NOP, MIMG.NOP, 0x1e, MIMG.NOP>, "image_…
1679 defm IMAGE_ATOMIC_FMAX : MIMG_Atomic <mimgopc<MIMG.NOP, MIMG.NOP, 0x1f, MIMG.NOP>, "image_…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-nop-xceiv.txt1 USB NOP PHY
40 hsusb1_phy is a NOP USB PHY device that gets its clock from an oscillator
41 and expects that clock to be configured to 19.2MHz by the NOP PHY driver.
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp80 constexpr uint32_t NOP = 0x60000000; variable
708 write32(ctx, loc + rel.addend, NOP); // nop accessInsn. in relaxGot()
735 writeFromHalf16(ctx, loc, NOP); in relaxTlsGdToLe()
760 write32(ctx, loc, NOP); // nop in relaxTlsGdToLe()
768 write32(ctx, loc - 1, NOP); in relaxTlsGdToLe()
798 writeFromHalf16(ctx, loc, NOP); in relaxTlsLdToLe()
821 write32(ctx, loc, NOP); in relaxTlsLdToLe()
824 write32(ctx, loc - 1, NOP); in relaxTlsLdToLe()
915 write32(ctx, loc - offset, NOP); in relaxTlsIeToLe()
966 write32(ctx, loc - 1, NOP); in relaxTlsIeToLe()
[all …]
/freebsd/contrib/libedit/
H A Dcommon.c220 if (el->el_chared.c_vcmd.action != NOP) { in ed_move_to_end()
248 if (el->el_chared.c_vcmd.action != NOP) { in ed_move_to_beg()
295 el->el_chared.c_vcmd.action == NOP)) in ed_next_char()
303 if (el->el_chared.c_vcmd.action != NOP) { in ed_next_char()
329 if (el->el_chared.c_vcmd.action != NOP) { in ed_prev_word()
352 if (el->el_chared.c_vcmd.action != NOP) { in ed_prev_char()
631 el->el_chared.c_vcmd.action = NOP; in ed_search_prev_history()
699 el->el_chared.c_vcmd.action = NOP; in ed_search_next_history()
H A Dvi.c70 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 …]
H A Dchared.h115 #define NOP 0x00 macro
H A Dchared.c372 el->el_chared.c_vcmd.action = NOP; in cv_delfini()
428 el->el_chared.c_vcmd.action = NOP; in ch_init()
468 el->el_chared.c_vcmd.action = NOP; in ch_reset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DLeonPasses.cpp53 BuildMI(*I->getParent(), I, I->getDebugLoc(), TII->get(SP::NOP)); in insertNop()
358 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
452 BuildMI(MBB, MBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
456 BuildMI(MBB, NMBBI, DL, TII.get(SP::NOP)); in runOnMachineFunction()
H A DDelaySlotFiller.cpp125 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
143 BuildMI(MBB, I, MI->getDebugLoc(), TII->get(SP::NOP)); in runOnMachineBasicBlock()
H A DLeonFeatures.td43 …"LEON3 erratum fix: Insert a NOP instruction after every single-cycle load instruction when the ne…
/freebsd/contrib/libpcap/
H A Doptimize.c189 #define NOP -1 macro
541 if (c == NOP) in atomuse()
588 if (s->code == NOP) in atomdef()
629 if (s->s.code == NOP) in compute_local_ud()
770 s->code = NOP; in vstore()
875 while (s != 0 && s->s.code == NOP) in this_op()
1020 s->s.code = NOP; in opt_peep()
1021 add->s.code = NOP; in opt_peep()
1022 tax->s.code = NOP; in opt_peep()
1056 last->s.code = NOP; in opt_peep()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dkeystone-usb-phy.txt11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMulMulBugPass.cpp123 const MCInstrDesc &NewMCID = MipsII.get(Mips::NOP); in fixMulMulBB()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h273 INVALID_INST(NOP);
291 RESERVED, HINT, NOP>;
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h56 #define NOP 241 /* nop */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h53 #define NOP 241 /* nop */ macro
/freebsd/include/arpa/
H A Dtelnet.h52 #define NOP 241 /* nop */ macro
/freebsd/sys/sys/
H A Dkbio.h146 #define NOP 0x00 /* nothing (dead key) */ macro
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td17 /// JMP [~] JSR [x] NOP [x] RTD [!] RTR [ ]
42 // NOP
46 def NOP : MxInst<(outs), (ins), "nop", []> {
/freebsd/sys/contrib/openzfs/module/zstd/
H A DREADME.md33 streams which may affect deduplication or NOP writes).
/freebsd/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c202 return NOP | SPECIAL; in get_entry()
412 case NOP | SPECIAL: in print_entry()
614 case NOP: in dump_entry()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def141 NOP,
679 NOP,

1234