Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/x86/
Djni_entrypoints_x86.S27 PUSH_ARG ebx
48 POP_ARG ebx
144 POP_ARG ebx
177 testl LITERAL(ACCESS_FLAGS_METHOD_IS_NATIVE), ART_METHOD_ACCESS_FLAGS_OFFSET(%ebx)
185 LOAD_RUNTIME_INSTANCE ebx
186 movl RUNTIME_SAVE_REFS_AND_ARGS_METHOD_OFFSET(%ebx), %ebx
192 movl %ebx, (%eax)
195 movl %eax, %ebx
198 movl %edi, 56(%ebx)
199 CFI_EXPRESSION_BREG CFI_REG(edi), CFI_REG(ebx), 56
[all …]
Dquick_entrypoints_x86.S98 POP ebx
114 PUSH ebx
181 POP ebx
208 SETUP_SAVE_ALL_CALLEE_SAVES_FRAME ebx // save all registers as basis for long jump context
220 SETUP_SAVE_EVERYTHING_FRAME ebx // save all registers as basis for long jump context
232 SETUP_SAVE_ALL_CALLEE_SAVES_FRAME ebx // save all registers as basis for long jump context
245 SETUP_SAVE_EVERYTHING_FRAME ebx // save all registers as basis for long jump context
268 SETUP_SAVE_EVERYTHING_FRAME_EDI_SAVED ebx
326 SETUP_SAVE_REFS_AND_ARGS_FRAME ebx
350 POP ebx
[all …]
Dmemcmp16_x86.S42 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
60 PUSH (%ebx)
65 CFI_POP (%ebx)
74 PUSH (%ebx)
769 pmovmskb %xmm1, %ebx
770 sub $0xffff, %ebx
774 mov %ebx, %edx
786 movzwl -16(%esi), %ebx
787 subl %ebx, %eax
793 movzwl -14(%esi), %ebx
[all …]
Dasm_support_x86.S341 PUSH_ARG ebx // Save args.
371 POP_ARG ebx
396 SETUP_SAVE_ALL_CALLEE_SAVES_FRAME ebx // save callee saves for throw
/art/runtime/interpreter/mterp/x86ng/
Dmain.S40 #define ARG3 %ebx
53 #define rINST %ebx
220 PUSH_ARG ebx
224 POP_ARG ebx
268 movd %ebx, %xmm0
269 SETUP_SAVE_REFS_ONLY_FRAME ebx
270 movd %xmm0, %ebx
271 PUSH_ARG ebx
412 FETCH_CODE_ITEM_INFO \code_item, %ebx, \refs, %esi, \load_ins
419 leal (\refs, %ebx, 2), %edx
[all …]
Darithmetic.S441 mov rINST, LOCAL1(%esp) # save rINST/%ebx
444 GET_VREG_HIGH %ebx, %eax
446 orl %ebx, %ecx
452 mov LOCAL1(%esp), rINST # restore rINST/%ebx
468 mov rINST, LOCAL1(%esp) # save rINST/%ebx
469 movl %ebx, %ecx
471 GET_VREG_HIGH %ebx, %eax
473 orl %ebx, %eax
478 mov LOCAL1(%esp), rINST # restore rINST/%ebx
/art/runtime/
Dtrace.cc172 uint32_t eax, ebx, ecx; in GetScalingFactorForX86() local
173 asm volatile("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx) : "a"(0x0), "c"(0)); in GetScalingFactorForX86()
195 asm volatile("cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx) : "a"(0x15), "c"(0)); in GetScalingFactorForX86()
196 if (ebx == 0 || ecx == 0) { in GetScalingFactorForX86()
204 double scaling_factor = (seconds_to_microseconds * eax) / (coreCrystalFreq * ebx); in GetScalingFactorForX86()
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S69 #define rINST %ebx
357 FETCH_CODE_ITEM_INFO \code_item, %ebx, \refs32, %r14d, \load_ins
385 testl %ebx, %ebx
/art/compiler/jni/
Djni_cfi_test_expected.inc229 // 0x00000015: mov [esp + 48], ebx
/art/runtime/arch/
Dstub_test.cc102 PUSH(%%ebx) in Invoke3WithReferrerAndHidden()
134 POP(%%ebx) in Invoke3WithReferrerAndHidden()