Home
last modified time | relevance | path

Searched refs:nop (Results 1076 - 1100 of 1244) sorted by relevance

1...<<41424344454647484950

/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1249 Format(instr, "nop"); in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-ia64.pl167 ($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 Dghash-ia64.pl167 ($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 Djchuff-sse2.asm501 times 5 nop
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.h253 void nop();
H A DIceAssemblerX8632.cpp2760 void AssemblerX8632::nop(int size) {
3048 nop(MAX_NOP_SIZE); in align()
3052 nop(bytes_needed); in align()
H A DIceAssemblerX8664.cpp2914 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 Dcik.c5599 * 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 Dradeon.h856 u32 nop; member
1040 unsigned rptr_offs, u32 nop);
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dcik.c5589 * 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 Dradeon.h812 u32 nop; member
996 unsigned rptr_offs, u32 nop);
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h2722 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 Dassembler-arm.cc609 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 Dgfx_v6_0.c3500 .nop = 0x80000000,
3528 .nop = 0x80000000,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c3465 .nop = 0x80000000,
3493 .nop = 0x80000000,
H A Dgfx_v9_0.c6869 .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 Dliftoff-assembler-loong64.h185 nop(); in PrepareStackFrame()
186 nop(); in PrepareStackFrame()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h336 // 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 Dassembler-mips.h337 // 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 Daesni-sha256-x86_64.s4197 nop
4274 nop
4356 nop
4414 nop
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/
H A Daesni-sha256-x86_64.s4197 nop
4274 nop
4356 nop
4414 nop
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/
H A Daesni-sha256-x86_64.s4197 nop
4274 nop
4356 nop
4414 nop
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/
H A Daesni-sha256-x86_64.s4197 nop
4274 nop
4356 nop
4414 nop
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/
H A Daesni-sha256-x86_64.s4197 nop
4274 nop
4356 nop
4414 nop
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/
H A Daesni-sha256-x86_64.s4197 nop
4274 nop
4356 nop
4414 nop

Completed in 111 milliseconds

1...<<41424344454647484950