/external/v8/src/crankshaft/arm64/ |
D | delayed-masm-arm64.cc | 33 __ Ldp(temp1, temp2, pending_address_src_); in StackSlotMove() local 36 __ Ldp(temp2, temp1, src_operand); in StackSlotMove() local 109 __ Ldp(pending_register_, rd, pending_address_src_); in Load() local 117 __ Ldp(rd, pending_register_, operand); in Load() local
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 291 __ Ldp(w11, capture_start_offset, capture_location(start_reg, x10)); in CheckNotBackReferenceIgnoreCase() local 452 __ Ldp(w11, w10, capture_location(start_reg, x10)); in CheckNotBackReference() local 913 __ Ldp(capture_end, in GetCode() local 939 __ Ldp(capture_end, in GetCode() local 948 __ Ldp(capture_end, in GetCode() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 6371 __ Ldp(s31, s0, MemOperand(x16, 2 * sizeof(src[0]), PostIndex)); in TEST() local 6400 __ Ldp(d31, d0, MemOperand(x16, 2 * sizeof(src[0]), PostIndex)); in TEST() local 6432 __ Ldp(q31, q0, MemOperand(x16, 4 * sizeof(src[0]), PostIndex)); in TEST() local 6468 __ Ldp(w0, w1, MemOperand(x16)); in TEST() local 6469 __ Ldp(w2, w3, MemOperand(x16, 4)); in TEST() local 6470 __ Ldp(x4, x5, MemOperand(x16, 8)); in TEST() local 6471 __ Ldp(w6, w7, MemOperand(x18, -12)); in TEST() local 6472 __ Ldp(x8, x9, MemOperand(x18, -16)); in TEST() local 6526 __ Ldp(w0, w1, MemOperand(x20, base_offset)); in TEST() local 6527 __ Ldp(w2, w3, MemOperand(x20, base_offset + 4)); in TEST() local [all …]
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 622 __ Ldp(x10, x11, MemOperand(x4, -2 * kPointerSize, PreIndex)); in Generate_JSConstructStubHelper() local 3165 __ Ldp(scratch1, scratch2, in Generate_ArgumentsAdaptorTrampoline() local 3208 __ Ldp(scratch1, scratch2, in Generate_ArgumentsAdaptorTrampoline() local
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 444 __ Ldp(fp, lr, MemOperand(current_sp, 2 * kXRegSize, PostIndex)); in EmitReturnSequence() local
|