Home
last modified time | relevance | path

Searched defs:Poke (Results 1 – 14 of 14) sorted by relevance

/third_party/vixl/examples/aarch64/
Dswap4.cc38 __ Poke(x0, 0); in GenerateSwap4() local
39 __ Poke(x1, 8); in GenerateSwap4() local
Dswap-int32.cc46 __ Poke(w0, 0); in GenerateSwapInt32() local
47 __ Poke(w1, 4); in GenerateSwapInt32() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dwaiter.cc116 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/
Dbench-utils.cc241 __ Poke(PickR(size), Operand(claim)); in GenerateOperandSequence() local
243 __ Poke(PickR(size), Operand(16)); in GenerateOperandSequence() local
/third_party/node/deps/v8/src/torque/
Dcfg.cc129 void CfgAssembler::Poke(StackRange destination, StackRange origin, in Poke() function in v8::internal::torque::CfgAssembler
Dutils.h249 void Poke(BottomOffset from_bottom, T x) { in Poke() function
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc290 __ 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/
Dtest-assembler-aarch64.cc7510 __ 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/
Dcode-generator-arm64.cc645 __ 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/
Dregexp-macro-assembler-arm64.cc1472 __ Poke(input_end(), 2 * kSystemPointerSize); in CallCheckStackGuardState() local
1474 __ Poke(input_start(), kSystemPointerSize); in CallCheckStackGuardState() local
/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64-inl.h1205 void TurboAssembler::Poke(const CPURegister& src, const Operand& offset) { in Poke() function
/third_party/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2764 __ 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/
Dmacro-assembler-aarch64.cc2367 void MacroAssembler::Poke(const Register& src, const Operand& offset) { in Emit() function in vixl::aarch64::MacroAssembler
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h981 void Poke(Register src, int32_t offset) { in Assembler() function