| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | tb-link.c | 20 #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 D | bti-1.c | 13 #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 D | bti-2.c | 22 #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 D | no-op.txt | 1 NOP PHY driver
|
| /openbmc/u-boot/arch/microblaze/include/asm/ |
| H A D | asm.h | 49 #define NOP __asm__ __volatile__ ("nop"); macro
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | t32.decode | 381 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 D | a32.decode | 204 NOP ---- 0011 0010 0000 1111 ---- ---- ---- 206 # Note mask = 0 is covered by NOP
|
| H A D | t16.decode | 237 NOP 1011 1111 ---- 0000
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx6/ |
| H A D | mx6_plugin.S | 107 NOP
|
| /openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
| H A D | arch-arm64.inc | 42 # support these they're meaningless NOP instructions, so there's very little
|
| /openbmc/u-boot/cmd/ |
| H A D | mfsl.c | 341 NOP; in do_rspr()
|
| /openbmc/u-boot/drivers/phy/ |
| H A D | Kconfig | 45 bool "NOP PHY driver" 54 bool "NOP PHY driver in SPL"
|
| /openbmc/qemu/target/avr/ |
| H A D | insn.decode | 182 NOP 0000 0000 0000 0000
|
| H A D | disas.c | 250 INSN(NOP, "")
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | decode-new.c.inc | 363 [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 D | nanomips_translate.c.inc | 1402 /* 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 D | m25p80.c | 375 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 D | insns.decode | 307 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 D | x86.csv | 1236 "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 D | vfio.rst | 72 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 D | insns.decode | 439 NOP 0000 0011
|
| /openbmc/qemu/target/ppc/translate/ |
| H A D | fixedpoint-impl.c.inc | 873 /* NOP */ 883 /* NOP */
|
| /openbmc/openbmc/poky/meta/recipes-extended/libaio/libaio/ |
| H A D | 00_arches.patch | 372 +/* WARNING: CANNOT BE USED IN A NOP! */
|
| /openbmc/qemu/tcg/sparc64/ |
| H A D | tcg-target.c.inc | 262 #define NOP (SETHI | INSN_RD(TCG_REG_G0) | 0) 361 tcg_out32(s, NOP); 1024 p[i] = NOP;
|
| /openbmc/qemu/docs/devel/ |
| H A D | multi-thread-tcg.rst | 281 ordered backends this could become a NOP.
|