HomeSort by relevance Sort by last modified time
    Searched refs:rINSTw (Results 1 - 5 of 5) sorted by null

  /art/runtime/interpreter/mterp/x86/
op_move_from16.S 5 movw 2(rPC), rINSTw # rINSTw <- BBBB
header.S 70 rINSTw bx first 16-bit code of current instruction
78 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
79 o eax and ecx are scratch, rINSTw/ebx sometimes scratch
161 #define rINSTw %bx
226 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
  /art/runtime/interpreter/mterp/x86_64/
header.S 66 rINSTw bx first 16-bit code of current instruction
74 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
75 o eax and ecx are scratch, rINSTw/ebx sometimes scratch
162 #define rINSTw %bx
211 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
  /art/runtime/interpreter/mterp/out/
mterp_x86.S 77 rINSTw bx first 16-bit code of current instruction
85 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
86 o eax and ecx are scratch, rINSTw/ebx sometimes scratch
168 #define rINSTw %bx
233 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
436 movw 2(rPC), rINSTw # rINSTw <- BBBB
525 movw 2(rPC), rINSTw # rINSTw <- BBBB
    [all...]
mterp_x86_64.S 73 rINSTw bx first 16-bit code of current instruction
81 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
82 o eax and ecx are scratch, rINSTw/ebx sometimes scratch
169 #define rINSTw %bx
218 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
    [all...]

Completed in 130 milliseconds