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

  /art/runtime/interpreter/mterp/arm64/
header.S 74 x23 xINST first 16-bit code unit of current instruction
99 #define xINST x23
163 * src and dest registers are parameterized (not hard-wired to xPC and xINST).
171 * xINST ahead of possible exception point. Be sure to manually advance xPC
221 and \reg, xINST, #255
  /art/runtime/interpreter/mterp/out/
mterp_arm64.S 81 x23 xINST first 16-bit code unit of current instruction
106 #define xINST x23
170 * src and dest registers are parameterized (not hard-wired to xPC and xINST).
178 * xINST ahead of possible exception point. Be sure to manually advance xPC
228 and \reg, xINST, #255
377 SAVE_TWO_REGS xSELF, xINST, 32
471 FETCH_ADVANCE_INST 3 // advance xPC, load xINST
473 GET_INST_OPCODE ip // extract opcode from xINST
572 FETCH_ADVANCE_INST 3 // advance xPC, load xINST
574 GET_INST_OPCODE ip // extract opcode from xINST
    [all...]

Completed in 84 milliseconds