Searched refs:ip (Results 1 – 5 of 5) sorted by relevance
/art/runtime/arch/arm/ |
D | memcmp16_arm.S | 59 ldrh ip, [r1], #2 60 subs r0, r0, ip 78 ldrh ip, [r1], #2 80 subs r0, r0, ip 101 ldr ip, [r1] 110 eors r0, r0, ip 112 ldreq ip, [r1, #4]! 116 eoreqs r0, r0, ip 118 ldreq ip, [r1, #4]! 122 eoreqs r0, r0, ip [all …]
|
D | portable_entrypoints_arm.S | 53 mov ip, #0 @ set ip to 0 54 str ip, [sp] @ store NULL for method* at bottom of frame 56 ldr ip, [r0, #METHOD_PORTABLE_CODE_OFFSET_32] @ get pointer to the code 57 blx ip @ call the method 59 ldr ip, [sp, #24] @ load the result pointer 60 strd r0, [ip] @ store r0/r1 into result pointer
|
D | quick_entrypoints_arm.S | 323 mov ip, #0 @ set ip to 0 324 str ip, [sp] @ store NULL for method* at bottom of frame 325 ldr ip, [r0, #METHOD_QUICK_CODE_OFFSET_32] @ get pointer to the code 326 blx ip @ call the method 328 ldr ip, [sp, #24] @ load the result pointer 329 strd r0, [ip] @ store r0/r1 into result pointer 501 ldr ip, [r2, #CLASS_OFFSET] 503 cmp r3, ip @ value's type == array's component type - trivial assignability 524 mov r1, ip 1199 mul ip, r2, r1 @ ip<- ZxW [all …]
|
/art/compiler/utils/ |
D | assembler_thumb_test_expected.cc.inc | 46 " 44: eb01 0c00 add.w ip, r1, r0\n", 356 " 2: f44f 5c00 mov.w ip, #8192 ; 0x2000\n", 357 " 6: 44a4 add ip, r4\n", 358 " 8: f8cc 2000 str.w r2, [ip]\n", 359 " c: f8cc 000c str.w r0, [ip, #12]\n", 360 " 10: f8ac 000c strh.w r0, [ip, #12]\n", 361 " 14: f88c 200c strb.w r2, [ip, #12]\n",
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 1369 llvm::IRBuilderBase::InsertPoint ip = irb_.saveIP(); in Expand_SetVReg() local 1373 irb_.restoreIP(ip); in Expand_SetVReg()
|