Home
last modified time | relevance | path

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

12

/openbmc/qemu/tests/tcg/multiarch/
H A Dtb-link.c20 #define NOP 0x90909090 /* nop*4 */ macro
25 #define NOP 0xd503201f /* nop */ macro
30 #define NOP 0x00000013 /* nop */ macro
60 buf[1] = NOP; in main()
/openbmc/qemu/tests/tcg/aarch64/
H A Dbti-1.c13 #define NOP "nop" macro
43 TEST(BTYPE_1, NOP, 1); in main()
49 TEST(BTYPE_2, NOP, 1); in main()
55 TEST(BTYPE_3, NOP, 1); in main()
H A Dbti-2.c22 #define NOP "nop" macro
62 TEST(BTYPE_1, NOP, 1)
68 TEST(BTYPE_2, NOP, 1)
74 TEST(BTYPE_3, NOP, 1)
/openbmc/u-boot/doc/device-tree-bindings/phy/
H A Dno-op.txt1 NOP PHY driver
/openbmc/u-boot/arch/microblaze/include/asm/
H A Dasm.h49 #define NOP __asm__ __volatile__ ("nop"); macro
/openbmc/qemu/target/arm/tcg/
H A Dt32.decode381 NOP 1111 0011 1010 1111 1000 0000 ---- ----
527 # NOPs here are unallocated memory hints, treated as NOP.
530 NOP 1111 1001 -011 1111 1111 ------------
534 NOP 1111 1001 1011 ---- 1111 ------------
539 NOP 1111 1001 0011 ---- 1111 1100 --------
544 NOP 1111 1001 0011 ---- 1111 000000 -- ----
728 # All these BF insns have boff != 0b0000; we NOP them all
H A Da32.decode204 NOP ---- 0011 0010 0000 1111 ---- ---- ----
206 # Note mask = 0 is covered by NOP
H A Dt16.decode237 NOP 1011 1111 ---- 0000
/openbmc/u-boot/arch/arm/include/asm/arch-mx6/
H A Dmx6_plugin.S107 NOP
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-arm64.inc42 # support these they're meaningless NOP instructions, so there's very little
/openbmc/u-boot/cmd/
H A Dmfsl.c341 NOP; in do_rspr()
/openbmc/u-boot/drivers/phy/
H A DKconfig45 bool "NOP PHY driver"
54 bool "NOP PHY driver in SPL"
/openbmc/qemu/target/avr/
H A Dinsn.decode182 NOP 0000 0000 0000 0000
H A Ddisas.c250 INSN(NOP, "")
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc363 [7] = X86_OP_ENTRYw(NOP, M,b, cpuid(CLFLUSH) p_00),
367 [6] = X86_OP_ENTRYw(NOP, M,b, cpuid(CLWB)),
368 [7] = X86_OP_ENTRYw(NOP, M,b, cpuid(CLFLUSHOPT)),
1287 [0x08] = X86_OP_ENTRY0(NOP, svm(INVD)),
1288 [0x09] = X86_OP_ENTRY0(NOP, svm(WBINVD)),
1290 [0x0d] = X86_OP_ENTRY1(NOP, M,v), /* 3DNow! prefetch */
1299 [0x18] = X86_OP_ENTRY1(NOP, nop,v), /* prefetch/reserved NOP */
1300 [0x19] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
1303 [0x1c] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
1304 [0x1d] = X86_OP_ENTRY1(NOP, nop,v), /* reserved NOP */
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dnanomips_translate.c.inc1402 /* Treat as NOP. */
1470 /* Treat as NOP. */
2301 /* Treat as NOP */
2316 /* Treat as NOP */
2331 /* Treat as NOP */
3798 /* NOP */
3800 /* EHB - treat as NOP */
3802 /* PAUSE - treat as NOP */
3982 /* Treat as NOP. */
4081 /* Treat as NOP. */
[all …]
/openbmc/qemu/hw/block/
H A Dm25p80.c375 NOP = 0, enumerator
891 s->cmd_in_progress = NOP; in reset_memory()
1409 case NOP: in decode_new_cmd()
/openbmc/qemu/target/sparc/
H A Dinsns.decode307 NOP 10 00000 111011 ----- 0 00000000----- # FLUSH reg+reg
308 NOP 10 00000 111011 ----- 1 ------------- # FLUSH reg+imm
/openbmc/qemu/tests/tcg/i386/
H A Dx86.csv1236 "NOP","NOP","nop","90","V","V","","pseudo","","Y",""
1237 "NOP","NOP","nop","90+rd","V","V","","operand32,operand64","","Y",""
1238 "NOP","NOP","nop","90+rw","V","V","","operand16,operand64","","Y",""
1239 "NOP","NOP","nop","F3 90+rd","V","V","","operand32","","Y",""
1240 "NOP","NOP","nop","F3 90+rw","V","V","","operand16","","Y",""
1241 "NOP r/m32","NOPL r/m32","nopl r/m32","0F 18 /4","V","V","","operand32","r","Y","32"
1242 "NOP r/m32","NOPL r/m32","nopl r/m32","0F 18 /5","V","V","","operand32","r","Y","32"
1243 "NOP r/m32","NOPL r/m32","nopl r/m32","0F 18 /6","V","V","","operand32","r","Y","32"
1244 "NOP r/m32","NOPL r/m32","nopl r/m32","0F 18 /7","V","V","","operand32","r","Y","32"
1245 "NOP r/m32, r32","NOPL r32, r/m32","nopl r32, r/m32","0F 19 /r","V","V","","operand32","r,r","Y","3…
[all …]
/openbmc/qemu/docs/devel/migration/
H A Dvfio.rst72 In the non-multifd mode this function is a NOP.
90 In the non-multifd mode this thread is a NOP.
/openbmc/qemu/target/rx/
H A Dinsns.decode439 NOP 0000 0011
/openbmc/qemu/target/ppc/translate/
H A Dfixedpoint-impl.c.inc873 /* NOP */
883 /* NOP */
/openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/
H A D00_arches.patch372 +/* WARNING: CANNOT BE USED IN A NOP! */
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.c.inc262 #define NOP (SETHI | INSN_RD(TCG_REG_G0) | 0)
361 tcg_out32(s, NOP);
1024 p[i] = NOP;
/openbmc/qemu/docs/devel/
H A Dmulti-thread-tcg.rst281 ordered backends this could become a NOP.

12