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

  /dalvik/vm/mterp/x86/
header.S 56 rINSTw bx first 16-bit code of current instruction
63 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
64 o eax and ecx are scratch, rINSTw/ebx sometimes scratch
72 #define rINSTw %bx
173 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
196 * Fetch the nth instruction word from rPC into rINSTw. Does not advance
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 63 rINSTw bx first 16-bit code of current instruction
70 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
71 o eax and ecx are scratch, rINSTw/ebx sometimes scratch
79 #define rINSTw %bx
180 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
203 * Fetch the nth instruction word from rPC into rINSTw. Does not advance
356 movw 2(rPC),rINSTw # rINSTw <= BBBB
445 movw 2(rPC),rINSTw # rINSTw <= BBB
    [all...]

Completed in 5198 milliseconds