Searched refs:PC (Results 1 – 15 of 15) sorted by relevance
/art/runtime/arch/arm/ |
D | registers_arm.cc | 29 if (rhs >= R0 && rhs <= PC) { in operator <<()
|
D | context_arm.cc | 33 gprs_[PC] = &pc_; in Reset() 37 pc_ = ArmContext::kBadGprBase + PC; in Reset()
|
D | registers_arm.h | 49 PC = 15, enumerator
|
D | context_arm.h | 46 SetGPR(PC, new_pc); in SetPC()
|
D | quick_entrypoints_arm.S | 542 ldr r12, [sp, #60] @ Load the value of PC (r15) from gprs_ (60 = 4 * 15) into IP (r12).
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | control_flow.S | 121 leaq (rPC,OUT_ARG0,2), OUT_ARG0 # rcx <- PC + ssssssssBBBBbbbb*2
|
D | array.S | 126 leaq (rPC,%rcx,2), OUT_ARG0 # OUT_ARG0 <- PC + ssssssssBBBBbbbb*2
|
/art/runtime/interpreter/mterp/x86_64/ |
D | control_flow.S | 130 leaq (rPC,OUT_ARG0,2), OUT_ARG0 # rcx <- PC + ssssssssBBBBbbbb*2
|
D | array.S | 132 leaq (rPC,%rcx,2), OUT_ARG1 # OUT_ARG1 <- PC + ssssssssBBBBbbbb*2
|
/art/runtime/interpreter/mterp/x86/ |
D | control_flow.S | 133 leal (rPC,%ecx,2), %ecx # ecx <- PC + BBBBbbbb*2
|
D | arithmetic.S | 577 mov rPC, LOCAL0(%esp) # save Interpreter PC 589 mov LOCAL0(%esp), rPC # restore Interpreter PC 614 mov rPC, LOCAL0(%esp) # save Interpreter PC 629 mov LOCAL0(%esp), rPC # restore Interpreter PC
|
D | array.S | 160 leal (rPC,%ecx,2), %ecx # ecx <- PC + BBBBbbbb*2
|
/art/runtime/interpreter/mterp/arm/ |
D | control_flow.S | 133 add r0, rPC, r0, lsl #1 @ r0<- PC + BBBBbbbb*2
|
D | array.S | 200 add r1, rPC, r1, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 2032 blocked_core_registers_[PC] = true; in SetupBlockedRegisters()
|