Home
last modified time | relevance | path

Searched refs:rsi (Results 1 – 12 of 12) sorted by relevance

/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S50 add %rdx, %rsi
56 movdqu (%rsi), %xmm1
61 mov %rsi, %rcx
62 and $-16, %rsi
63 add $16, %rsi
64 sub %rsi, %rcx
77 pxor (%rsi), %xmm2
82 pxor 16(%rsi), %xmm2
87 pxor 32(%rsi), %xmm2
92 pxor 48(%rsi), %xmm2
[all …]
Djni_entrypoints_x86_64.S27 PUSH_ARG rsi // Arg.
68 POP_ARG rsi // Arg.
89 PUSH_ARG rsi
109 movq 120(%rsp), %rsi // Pass caller PC.
125 POP_ARG rsi
144 PUSH_ARG rsi
150 leaq FRAME_SIZE_SAVE_REFS_AND_ARGS(%rdi), %rsi
155 POP_ARG rsi
173 movq %rsi, 144(%rax)
262 movq 144(%rbp), %rsi
[all …]
Dquick_entrypoints_x86_64.S80 PUSH rsi
167 POP rsi
224 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current()
257 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current()
425 leaq 4(%rsi), %r11 // R11 := arg_array + 4 ; ie skip this pointer.
462 movq %rsi, %r11 // r11 := arg_array
519 movq %rsi, %r11 // R11 := arg_array
556 movq %rsi, %r11 // r11 := arg_array
563 LOOP_OVER_SHORTY_LOADING_GPRS rsi, esi, .Lgpr_setup_finished2
606 movq 0(%rsi), %xmm0
[all …]
Dasm_support_x86_64.S348 PUSH_ARG rsi // Quick arg 1.
396 POP_ARG rsi
/art/runtime/interpreter/mterp/x86_64ng/
Dinvoke.S30 movq 0(%rsp), %rsi
112 movq 0(%rsp), %rsi
130 movq 0(%rsp), %rsi
165 movq 0(%rsp), %rsi
Darray.S18 movq $data_offset(%rdi,%rsi,8), %rax
23 $load $data_offset(%rdi,%rsi,$shift), %eax
33 $load $data_offset(%rdi,%rsi,$shift), %eax
77 $store $rINST_reg, $data_offset(%rdi,%rsi,$shift)
Dmain.S47 #define IN_ARG1 %rsi
52 #define OUT_ARG1 %rsi
834 movq $$0, %rsi
1027 push %rsi
1030 movq rPC, %rsi
1034 movq rPC, %rsi
1043 pop %rsi
1051 push %rsi
1065 pop %rsi
1242 LOOP_OVER_SHORTY_LOADING_GPRS rsi, esi, r11, r9, r10, .Lgpr_setup_finished_\suffix
[all …]
Dcontrol_flow.S174 movq rSELF:THREAD_SELF_OFFSET, %rsi
Dother.S46 movq 0(%rsp), %rsi
/art/runtime/interpreter/mterp/x86_64/
Dmain.S147 #define IN_ARG1 %rsi
154 #define OUT_ARG1 %rsi
/art/runtime/arch/
Dstub_test.cc336 PUSH(%%rsi) in Invoke3WithReferrerAndHidden()
360 POP(%%rsi) in Invoke3WithReferrerAndHidden()
377 POP(%%rsi) in Invoke3WithReferrerAndHidden()
/art/compiler/optimizing/
Dintrinsics_x86_64.cc1196 CpuRegister rsi = locations->Out().AsRegister<CpuRegister>(); in VisitStringEquals() local
1262 __ leal(rsi, Address(str, value_offset)); in VisitStringEquals()
1282 __ movl(rsi, Immediate(1)); in VisitStringEquals()
1287 __ xorl(rsi, rsi); in VisitStringEquals()