/third_party/openssl/crypto/chacha/asm/ |
H A D | chacha-x86_64.pl | 537 &nop ();
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 579 // Moved to ARM32::AssemblerARM32::nop(). 580 void Assembler::nop(Condition cond) {
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 964 void nop(Condition cond, EncodingSize size);
|
H A D | macro-assembler-aarch32.h | 119 nop(); 3146 nop(cond); in MacroAssembler()
|
H A D | disasm-aarch32.cc | 1994 void Disassembler::nop(Condition cond, EncodingSize size) { in nop() function in vixl::aarch32::Disassembler 8251 nop(CurrentCond(), Narrow); in DecodeT32() 9522 nop(CurrentCond(), Wide); in DecodeT32() [all...] |
H A D | assembler-aarch32.cc | 7678 void Assembler::nop(Condition cond, EncodingSize size) { in nop() function in vixl::aarch32::Assembler 7701 Delegate(kNop, &Assembler::nop, cond, size); in nop()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | emulate.c | 345 __FOPNOP(__stringify(__UNIQUE_ID(nop))) 5719 case 0x90 ... 0x97: /* nop / xchg reg, rax */ in x86_emulate_insn() 5852 case 0x18: /* Grp16 (prefetch/nop) */ in x86_emulate_insn() 5853 case 0x1f: /* nop */ in x86_emulate_insn()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | emulate.c | 329 __FOPNOP(__stringify(__UNIQUE_ID(nop))) 5308 case 0x90 ... 0x97: /* nop / xchg reg, rax */ in x86_emulate_insn() 5442 case 0x18: /* Grp16 (prefetch/nop) */ in x86_emulate_insn() 5443 case 0x1f: /* nop */ in x86_emulate_insn()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | code-generator-mips64.cc | 728 __ nop(); in AssembleArchInstruction() 729 __ Daddu(ra, ra, offset - 8); // 8 = nop + nal in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 764 __ nop(); in AssembleArchInstruction() 765 __ Addu(ra, ra, offset - 8); // 8 = nop + nal in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 451 nop(); in PrepareStackFrame()
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 2217 void nop() { hint(NOP); }
|
H A D | macro-assembler-aarch64.h | 2294 nop(); in Nop()
|
/third_party/vixl/test/aarch64/ |
H A D | test-disasm-aarch64.cc | 2712 COMPARE(nop(), "nop"); in TEST() 2713 COMPARE_MACRO(Nop(), "nop"); in TEST() 3114 COMPARE(hint(NOP), "nop"); in TEST() 3127 COMPARE_MACRO(Hint(NOP), "nop"); in TEST()
|
H A D | test-assembler-aarch64.cc | 1568 while (masm.GetCursorOffset() < end) __ nop(); in TbzRangePoolLimitHelper() 13207 // This additional nop makes the branches go out of range. 13228 // nop 13234 // nop 13236 // nop <- From here the `b.eq` and `cbz` instructions run out of range, 13287 // This additional nop makes the 'b.eq' and 'cbz' instructions go out of range 13317 // 4: nop | 13319 // nop | 13907 TEST(nop) { 13913 // `MacroAssembler::Nop` must generate at least one nop [all...] |
H A D | test-trace-aarch64.cc | 264 __ nop(); in GenerateTestSequenceBase()
|
H A D | test-cpu-features-aarch64.cc | 395 TEST_NONE(nop_0, nop())
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/crypto/ec/ |
H A D | ecp_nistz256-armv8.S | 4209 nop
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/crypto/ec/ |
H A D | ecp_nistz256-armv8.S | 4209 nop
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 3471 nop
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/ |
H A D | ecp_nistz256-armv4.S | 3471 nop
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/crypto/ec/ |
H A D | ecp_nistz256-armv8.S | 4209 nop
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/crypto/ec/ |
H A D | ecp_nistz256-armv8.S | 4209 nop
|