/third_party/node/deps/v8/src/diagnostics/mips/ |
H A D | disasm-mips.cc | 1249 Format(instr, "nop"); in DecodeTypeRegisterSPECIAL()
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 167 ($sum,$rum) = $big_endian ? ("nop.m","nop.m") : ("sum","rum"); 466 $code =~ s/mux1(\s+)\S+\@rev/nop.i$1 0x0/gm if ($big_endian);
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghash-ia64.pl | 167 ($sum,$rum) = $big_endian ? ("nop.m","nop.m") : ("sum","rum"); 466 $code =~ s/mux1(\s+)\S+\@rev/nop.i$1 0x0/gm if ($big_endian);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jchuff-sse2.asm | 501 times 5 nop
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceAssemblerARM32.h | 253 void nop();
|
H A D | IceAssemblerX8632.cpp | 2760 void AssemblerX8632::nop(int size) { 3048 nop(MAX_NOP_SIZE); in align() 3052 nop(bytes_needed); in align()
|
H A D | IceAssemblerX8664.cpp | 2914 void AssemblerX8664::nop(int size) { 3212 nop(MAX_NOP_SIZE); in align() 3216 nop(bytes_needed); in align()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cik.c | 5599 * CIK uses hw IB checking so this is a nop (CIK). 8295 u32 nop; in cik_startup() local 8406 nop = PACKET3(PACKET3_NOP, 0x3FFF); in cik_startup() 8408 nop = RADEON_CP_PACKET2; in cik_startup() 8410 nop = PACKET3(PACKET3_NOP, 0x3FFF); in cik_startup() 8415 nop); in cik_startup() 8423 nop); in cik_startup() 8434 nop); in cik_startup()
|
H A D | radeon.h | 856 u32 nop; member 1040 unsigned rptr_offs, u32 nop);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | cik.c | 5589 * CIK uses hw IB checking so this is a nop (CIK). 8279 u32 nop; in cik_startup() local 8390 nop = PACKET3(PACKET3_NOP, 0x3FFF); in cik_startup() 8392 nop = RADEON_CP_PACKET2; in cik_startup() 8394 nop = PACKET3(PACKET3_NOP, 0x3FFF); in cik_startup() 8399 nop); in cik_startup() 8407 nop); in cik_startup() 8418 nop); in cik_startup()
|
H A D | radeon.h | 812 u32 nop; member 996 unsigned rptr_offs, u32 nop);
|
/third_party/vixl/src/aarch32/ |
H A D | assembler-aarch32.h | 2722 void nop(Condition cond, EncodingSize size); 2723 void nop() { nop(al, Best); } in nop() function in vixl::aarch32::Assembler 2724 void nop(Condition cond) { nop(cond, Best); } in nop() function in vixl::aarch32::Assembler 2725 void nop(EncodingSize size) { nop(al, size); } in nop() function in vixl::aarch32::Assembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 609 nop(); in Align() 826 // Extract the destination register from the first nop instructions. in target_at_put() 829 // In addition to the 24-bit label chain link, we expect to find one nop for in target_at_put() 1637 // Don't allow nop instructions in the form mov rn, rn to be generated using in mov() 1638 // the mov instruction. They must be generated using nop(int/NopMarkerTypes). in mov() 1651 // Emit the link to the label in the code stream followed by extra nop in mov_label_offset() 1678 nop(dst.code()); in mov_label_offset() 1680 nop(dst.code()); in mov_label_offset() 5099 void Assembler::nop(int type) { in nop() function in v8::internal::Assembler 5105 DCHECK(0 <= type && type <= 14); // mov pc, pc isn't a nop in nop() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 3500 .nop = 0x80000000, 3528 .nop = 0x80000000,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v6_0.c | 3465 .nop = 0x80000000, 3493 .nop = 0x80000000,
|
H A D | gfx_v9_0.c | 6869 .nop = PACKET3(PACKET3_NOP, 0x3FFF), 6922 .nop = PACKET3(PACKET3_NOP, 0x3FFF), 6979 .nop = PACKET3(PACKET3_NOP, 0x3FFF), 7017 .nop = PACKET3(PACKET3_NOP, 0x3FFF),
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 185 nop(); in PrepareStackFrame() 186 nop(); in PrepareStackFrame()
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 336 // Insert the smallest number of nop instructions 347 // Different nop operations are used by the code generator to detect certain 361 // Type == 0 is the default non-marking nop. For mips this is a 364 void nop(unsigned int type = 0) { in nop() function 549 // Please note: sll(zero_reg, zero_reg, x) instructions are reserved as nop 1639 nop(); in EmitForbiddenSlotInstruction()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 337 // Insert the smallest number of nop instructions 348 // Different nop operations are used by the code generator to detect certain 362 // Type == 0 is the default non-marking nop. For mips this is a 365 void nop(unsigned int type = 0) { in nop() function 526 // Please note: sll(zero_reg, zero_reg, x) instructions are reserved as nop 1591 nop(); in EmitForbiddenSlotInstruction()
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 4197 nop 4274 nop 4356 nop 4414 nop
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 4197 nop 4274 nop 4356 nop 4414 nop
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 4197 nop 4274 nop 4356 nop 4414 nop
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 4197 nop 4274 nop 4356 nop 4414 nop
|
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 4197 nop 4274 nop 4356 nop 4414 nop
|
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/ |
H A D | aesni-sha256-x86_64.s | 4197 nop 4274 nop 4356 nop 4414 nop
|