Searched refs:rsi (Results 1 – 7 of 7) sorted by relevance
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 50 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 …]
|
D | quick_entrypoints_x86_64.S | 170 PUSH rsi // Quick arg 1. 214 PUSH rsi // Quick arg 1. 262 POP rsi 290 PUSH rsi 378 POP rsi 455 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 488 movq %gs:THREAD_SELF_OFFSET, %rsi // pass Thread::Current() 656 leaq 4(%rsi), %r11 // R11 := arg_array + 4 ; ie skip this pointer. 693 movq %rsi, %r11 // r11 := arg_array 750 movq %rsi, %r11 // R11 := arg_array [all …]
|
D | jni_entrypoints_x86_64.S | 27 PUSH rsi // Arg. 67 POP rsi // Arg.
|
/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 140 #define IN_ARG1 %rsi 147 #define OUT_ARG1 %rsi
|
/art/runtime/arch/ |
D | stub_test.cc | 465 PUSH(%%rsi) in Invoke3WithReferrerAndHidden() 489 POP(%%rsi) in Invoke3WithReferrerAndHidden() 506 POP(%%rsi) in Invoke3WithReferrerAndHidden()
|
/art/compiler/optimizing/ |
D | intrinsics_x86_64.cc | 1559 CpuRegister rsi = locations->Out().AsRegister<CpuRegister>(); in VisitStringEquals() local 1617 __ leal(rsi, Address(str, value_offset)); in VisitStringEquals() 1637 __ movl(rsi, Immediate(1)); in VisitStringEquals() 1642 __ xorl(rsi, rsi); in VisitStringEquals()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 147 #define IN_ARG1 %rsi 154 #define OUT_ARG1 %rsi 3320 movq $0x8000000000000000, %rsi 3321 xorq %rsi, %rax
|