OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xPC
(Results
1 - 2
of
2
) sorted by null
/art/runtime/interpreter/mterp/arm64/
header.S
71
x20
xPC
interpreted program counter, used for fetching instructions
96
#define
xPC
x20
135
str
xPC
, [xFP, #OFF_FP_DEX_PC_PTR]
139
* Fetch the next instruction from
xPC
into wINST. Does not advance
xPC
.
142
ldrh wINST, [
xPC
]
146
* Fetch the next instruction from the specified offset. Advances
xPC
158
ldrh wINST, [
xPC
, #((\count)*2)]!
163
* src and dest registers are parameterized (not hard-wired to
xPC
and xINST).
170
* Similar to FETCH_ADVANCE_INST, but does not update
xPC
. Used to loa
[
all
...]
/art/runtime/interpreter/mterp/out/
mterp_arm64.S
78
x20
xPC
interpreted program counter, used for fetching instructions
103
#define
xPC
x20
142
str
xPC
, [xFP, #OFF_FP_DEX_PC_PTR]
146
* Fetch the next instruction from
xPC
into wINST. Does not advance
xPC
.
149
ldrh wINST, [
xPC
]
153
* Fetch the next instruction from the specified offset. Advances
xPC
165
ldrh wINST, [
xPC
, #((\count)*2)]!
170
* src and dest registers are parameterized (not hard-wired to
xPC
and xINST).
177
* Similar to FETCH_ADVANCE_INST, but does not update
xPC
. Used to loa
[
all
...]
Completed in 60 milliseconds