HomeSort by relevance Sort by last modified time
    Searched defs:wINST (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/mterp/arm64/
header.S 100 #define wINST w23
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/
mterp_arm64.S 107 #define wINST w23
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]
408 FETCH_INST // load wINST from rPC
409 GET_INST_OPCODE ip // extract opcode from wINST
433 lsr w1, wINST, #12 // x1<- B from 15:12
434 ubfx w0, wINST, #8, #4 // x0<- A from 11:
    [all...]

Completed in 398 milliseconds