/external/vixl/examples/aarch64/ |
D | swap4.cc | 35 __ Poke(x0, 0); in GenerateSwap4() local 36 __ Poke(x1, 8); in GenerateSwap4() local
|
D | swap-int32.cc | 43 __ Poke(w0, 0); in GenerateSwapInt32() local 44 __ Poke(w1, 4); in GenerateSwapInt32() local
|
/external/v8/src/arm64/ |
D | code-stubs-arm64.cc | 296 __ Poke(lr, 0); in Generate() local 360 __ Poke(x19, (spill_offset + 0) * kXRegSize); in CallApiFunctionAndReturn() local 361 __ Poke(x20, (spill_offset + 1) * kXRegSize); in CallApiFunctionAndReturn() local 362 __ Poke(x21, (spill_offset + 2) * kXRegSize); in CallApiFunctionAndReturn() local 363 __ Poke(x22, (spill_offset + 3) * kXRegSize); in CallApiFunctionAndReturn() local 597 __ Poke(x1, 1 * kPointerSize); in Generate() local
|
D | macro-assembler-arm64.cc | 1315 void TurboAssembler::Poke(const CPURegister& src, const Operand& offset) { in Poke() function in v8::internal::TurboAssembler
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 280 __ Poke(x0, 0); in Generate_JSConstructStubGeneric() local 443 __ Poke(padreg, Operand(x11, LSL, kPointerSizeLog2)); in Generate_ResumeGeneratorTrampoline() local 447 __ Poke(x5, Operand(x10, LSL, kPointerSizeLog2)); in Generate_ResumeGeneratorTrampoline() local 472 __ Poke(x11, Operand(x10, LSL, kPointerSizeLog2)); in Generate_ResumeGeneratorTrampoline() local 1078 __ Poke(padreg, Operand(scratch, LSL, kPointerSizeLog2)); in Generate_InterpreterPushArgs() local 1615 __ Poke(scratch, 0); in Generate_FunctionPrototypeCall() local 1624 __ Poke(padreg, Operand(argc, LSL, kXRegSizeLog2)); in Generate_FunctionPrototypeCall() local 1895 __ Poke(padreg, Operand(scratch, LSL, kPointerSizeLog2)); // Store padding. in Generate_PrepareForCopyingVarargs() local 1976 __ Poke(scratch, Operand(len, LSL, kPointerSizeLog2)); in Generate_CallOrConstructVarargs() local 2152 __ Poke(x3, Operand(x0, LSL, kXRegSizeLog2)); in Generate_CallFunction() local [all …]
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 532 __ Poke(padreg, optional_padding_slot * kPointerSize); in AssembleTailCallAfterGap() local 1222 __ Poke(i.InputSimd128Register(0), operand); in AssembleArchInstruction() local 1224 __ Poke(i.InputFloat64Register(0), operand); in AssembleArchInstruction() local 1226 __ Poke(i.InputOrZeroRegister64(0), operand); in AssembleArchInstruction() local
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 1368 __ Poke(input_end(), 2 * kPointerSize); in CallCheckStackGuardState() local 1370 __ Poke(input_start(), kPointerSize); in CallCheckStackGuardState() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 15326 __ Poke(x0, 0); in TEST() local 15327 __ Poke(x1, 8); in TEST() local 15328 __ Poke(x2, 16); in TEST() local 15329 __ Poke(x3, 24); in TEST() local 15336 __ Poke(w0, 0); in TEST() local 15337 __ Poke(w1, 4); in TEST() local 15338 __ Poke(w2, 8); in TEST() local 15339 __ Poke(w3, 12); in TEST() local 15391 __ Poke(x0, 1); in TEST() local 15394 __ Poke(x1, 2); in TEST() local [all …]
|
/external/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
|
/external/vixl/src/aarch64/ |
D | macro-assembler-aarch64.cc | 2236 void MacroAssembler::Poke(const Register& src, const Operand& offset) { in Poke() function in vixl::aarch64::MacroAssembler
|
/external/vixl/src/aarch32/ |
D | macro-assembler-aarch32.h | 845 void Poke(Register src, int32_t offset) { in Poke() function
|