Searched refs:ebx (Results 1 – 10 of 10) sorted by relevance
/art/runtime/arch/x86/ |
D | jni_entrypoints_x86.S | 27 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 …]
|
D | quick_entrypoints_x86.S | 98 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 …]
|
D | memcmp16_x86.S | 42 #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 …]
|
D | asm_support_x86.S | 341 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/ |
D | main.S | 40 #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 …]
|
D | arithmetic.S | 441 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/ |
D | trace.cc | 172 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/ |
D | main.S | 69 #define rINST %ebx 357 FETCH_CODE_ITEM_INFO \code_item, %ebx, \refs32, %r14d, \load_ins 385 testl %ebx, %ebx
|
/art/compiler/jni/ |
D | jni_cfi_test_expected.inc | 229 // 0x00000015: mov [esp + 48], ebx
|
/art/runtime/arch/ |
D | stub_test.cc | 102 PUSH(%%ebx) in Invoke3WithReferrerAndHidden() 134 POP(%%ebx) in Invoke3WithReferrerAndHidden()
|