| /third_party/vixl/examples/aarch64/ |
| D | swap4.cc | 38 __ Poke(x0, 0); in GenerateSwap4() local 39 __ Poke(x1, 8); in GenerateSwap4() local
|
| D | swap-int32.cc | 46 __ Poke(w0, 0); in GenerateSwapInt32() local 47 __ Poke(w1, 4); in GenerateSwapInt32() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| D | waiter.cc | 116 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 220 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 297 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter 411 void Waiter::Poke() { in Poke() function in absl::synchronization_internal::Waiter
|
| /third_party/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 241 __ Poke(PickR(size), Operand(claim)); in GenerateOperandSequence() local 243 __ Poke(PickR(size), Operand(16)); in GenerateOperandSequence() local
|
| /third_party/node/deps/v8/src/torque/ |
| D | cfg.cc | 129 void CfgAssembler::Poke(StackRange destination, StackRange origin, in Poke() function in v8::internal::torque::CfgAssembler
|
| D | utils.h | 249 void Poke(BottomOffset from_bottom, T x) { in Poke() function
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 290 __ Poke(x0, 0); in Generate_JSConstructStubGeneric() local 336 __ Poke(x0, 0); // Add the receiver. in Generate_JSConstructStubGeneric() local 523 __ Poke(padreg, Operand(x11, LSL, kSystemPointerSizeLog2)); in Generate_ResumeGeneratorTrampoline() local 909 __ Poke(receiver, 0); in Generate_JSEntryTrampolineHelper() local 1692 __ Poke(padreg, Operand(scratch, LSL, kSystemPointerSizeLog2)); in GenerateInterpreterPushArgs() local 1720 __ Poke(receiver, 0); in GenerateInterpreterPushArgs() local 2215 __ Poke(scratch, 0); in Generate_FunctionPrototypeCall() local 2243 __ Poke(padreg, Operand(argc_without_receiver, LSL, kXRegSizeLog2)); in Generate_FunctionPrototypeCall() local 2764 __ Poke(receiver, 0); in Generate_PushBoundArguments() local 3204 __ Poke(argv, 1 * kSystemPointerSize); in Generate_CEntry() local [all …]
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 7510 __ Poke(x0, 0); in TEST() local 7511 __ Poke(x1, 8); in TEST() local 7512 __ Poke(x2, 16); in TEST() local 7513 __ Poke(x3, 24); in TEST() local 7520 __ Poke(w0, 0); in TEST() local 7521 __ Poke(w1, 4); in TEST() local 7522 __ Poke(w2, 8); in TEST() local 7523 __ Poke(w3, 12); in TEST() local 7575 __ Poke(x0, 1); in TEST() local 7578 __ Poke(x1, 2); in TEST() local [all …]
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 645 __ Poke(padreg, optional_padding_offset * kSystemPointerSize); in AssembleTailCallAfterGap() local 1505 __ Poke(i.InputSimd128Register(0), operand); in AssembleArchInstruction() local 1507 __ Poke(i.InputFloat64Register(0), operand); in AssembleArchInstruction() local 1509 __ Poke(i.InputOrZeroRegister64(0), operand); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/regexp/arm64/ |
| D | regexp-macro-assembler-arm64.cc | 1472 __ Poke(input_end(), 2 * kSystemPointerSize); in CallCheckStackGuardState() local 1474 __ Poke(input_start(), kSystemPointerSize); in CallCheckStackGuardState() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 1205 void TurboAssembler::Poke(const CPURegister& src, const Operand& offset) { in Poke() function
|
| /third_party/vixl/test/aarch32/ |
| D | test-assembler-aarch32.cc | 2764 __ Poke(r0, 0); in TEST() local 2765 __ Poke(r1, 4); in TEST() local 2766 __ Poke(r2, 8); in TEST() local
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.cc | 2367 void MacroAssembler::Poke(const Register& src, const Operand& offset) { in Emit() function in vixl::aarch64::MacroAssembler
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 981 void Poke(Register src, int32_t offset) { in Assembler() function
|