Home
last modified time | relevance | path

Searched refs:PC (Results 1 – 13 of 13) sorted by relevance

/art/runtime/arch/arm/
Dregisters_arm.cc29 if (rhs >= R0 && rhs <= PC) { in operator <<()
Dcontext_arm.cc33 gprs_[PC] = &pc_; in Reset()
37 pc_ = kBadGprBase + PC; in Reset()
Dregisters_arm.h51 PC = 15, enumerator
Dcontext_arm.h46 SetGPR(PC, new_pc); in SetPC()
Dquick_entrypoints_arm.S527 ldr r12, [sp, #60] @ Load the value of PC (r15) from gprs_ (60 = 4 * 15) into IP (r12).
/art/runtime/interpreter/mterp/x86_64ng/
Dcontrol_flow.S121 leaq (rPC,OUT_ARG0,2), OUT_ARG0 # rcx <- PC + ssssssssBBBBbbbb*2
Darray.S129 leaq (rPC,%rcx,2), OUT_ARG0 # OUT_ARG0 <- PC + ssssssssBBBBbbbb*2
/art/runtime/interpreter/mterp/x86ng/
Dcontrol_flow.S118 leal (rPC,ARG0,2), ARG0 # eax <- PC + BBBBbbbb*2
Darray.S131 leal (rPC,%ecx,2), ARG0 # ARG0 <- PC + BBBBbbbb*2
Darithmetic.S577 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
/art/runtime/interpreter/mterp/armng/
Dcontrol_flow.S133 add r0, rPC, r0, lsl #1 @ r0<- PC + BBBBbbbb*2
Darray.S143 add r0, rPC, r0, lsl #1 @ r1<- PC + BBBBbbbb*2 (array data off.)
/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc2125 blocked_core_registers_[PC] = true; in SetupBlockedRegisters()