HomeSort by: relevance | last modified time | path
    Searched defs:NOP (Results 1 - 14 of 14) sorted by relevancy

  /src/lib/libedit/
chared.h 115 #define NOP 0x00
  /src/libexec/ld.elf_so/arch/sparc/
mdreloc.c 179 #define NOP 0x01000000
183 obj->pltgot[2] = NOP;
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 62 #define NOP 0 /* no operands */
141 {"CLRC",0x0320, NOP, {0, 0, 0, 0}},
148 {"DINT",0x0360, NOP, {0, 0, 0, 0}},
156 {"EINT",0x0D60, NOP, {0, 0, 0, 0}},
157 {"EMU", 0x0100, NOP, {0, 0, 0, 0}},
225 {"NOP", 0x0300, NOP, {0, 0, 0, 0}},
231 {"POPST",0x01C0,NOP, {0, 0, 0, 0}},
232 {"PUSHST",0x01E0,NOP, {0, 0, 0, 0}},
234 {"RETI",0x0940, NOP, {0, 0, 0, 0}}
274 unsigned nop; local in function:do_statement
    [all...]
  /src/sys/arch/powerpc/oea/
oea_machdep.c 305 #define NOP 0x60000000
343 ip[0] = NOP; /* mfspr */
344 ip[1] = NOP; /* stw */
346 ip[-1] = NOP; /* lwz */
347 ip[0] = NOP; /* mtspr */
364 ip[0] = NOP; /* mfspr */
365 ip[1] = NOP; /* stw */
367 ip[-1] = NOP; /* lwz */
368 ip[0] = NOP; /* mtspr */
386 *ip++ = NOP;
    [all...]
  /src/include/arpa/
telnet.h 54 #define NOP 241 /* nop */
66 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 93 #define NOP 0xe1a00000
469 inst[1] = NOP;
1565 FAIL_IF(push_inst(compiler, NOP));
sljitNativeARM_T2_32.c 137 #define NOP 0xbf00
1162 return push_inst16(compiler, NOP);
sljitNativePPC_common.c 198 #define NOP (HI(24))
1276 return push_inst(compiler, NOP);
sljitNativeSPARC_common.c 47 "nop\n"
55 "nop\n"
59 /* nop is not necessary here, since the
149 #define NOP (OPC1(0x0) | OPC2(0x04))
233 inst[1] = NOP;
271 inst[1] = NOP;
787 return push_inst(compiler, NOP, UNMOVABLE_INS);
1226 return push_inst(compiler, NOP, UNMOVABLE_INS);
1346 PTR_FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1383 return push_inst(compiler, NOP, UNMOVABLE_INS)
    [all...]
sljitNativeX86_common.c 212 #define NOP 0x90
725 *inst = NOP;
sljitNativeARM_64.c 103 #define NOP 0xd503201f
1266 return push_inst(compiler, NOP);
sljitNativeMIPS_common.c 153 #define NOP (HI(0) | LO(0))
275 inst[1] = NOP;
279 inst[1] = NOP;
292 inst[2] = NOP;
298 inst[1] = NOP;
300 inst[3] = NOP;
318 inst[1] = NOP;
1025 return push_inst(compiler, NOP, UNMOVABLE_INS);
1041 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS));
1042 FAIL_IF(push_inst(compiler, NOP, UNMOVABLE_INS))
    [all...]
sljitNativeTILEGX_64.c 143 #define NOP \
594 /* If only 2 instrs, and in Y-mode, insert a nop. */
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 549 #define NOP(x) (BIT(7) | (x))
615 NOP(1),
629 NOP(9),
641 NOP(13),
650 NOP(1),
667 NOP(3),
679 NOP(13),
683 NOP(13),
734 NOP(1),
750 NOP(5)
    [all...]

Completed in 26 milliseconds