Searched defs:wINST (Results 1 - 2 of 2) sorted by relevance

/art/runtime/interpreter/mterp/arm64/
H A Dheader.S100 #define wINST w23 define
139 * Fetch the next instruction from xPC into wINST. Does not advance xPC.
142 ldrh wINST, [xPC]
158 ldrh wINST, [xPC, #((\count)*2)]!
175 ldrh wINST, [xPC, #((\count)*2)]
191 ldrh wINST, [xPC]
/art/runtime/interpreter/mterp/out/
H A Dmterp_arm64.S107 #define wINST w23 define
146 * Fetch the next instruction from xPC into wINST. Does not advance xPC.
149 ldrh wINST, [xPC]
165 ldrh wINST, [xPC, #((\count)*2)]!
182 ldrh wINST, [xPC, #((\count)*2)]
198 ldrh wINST, [xPC]
362 FETCH_INST // load wINST from rPC
363 GET_INST_OPCODE ip // extract opcode from wINST
387 lsr w1, wINST, #12 // x1<- B from 15:12
388 ubfx w0, wINST, #
[all...]

Completed in 80 milliseconds