OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rINSTw
(Results
1 - 4
of
4
) sorted by null
/dalvik/vm/mterp/x86-atom/
header.S
65
#define
rINSTw
%bx
/dalvik/vm/mterp/out/
InterpAsm-x86-atom.S
72
#define
rINSTw
%bx
[
all
...]
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
169
* Fetch the next instruction from rPC into
rINSTw
. Does not advance rPC.
192
* Fetch the nth instruction word from rPC into
rINSTw
. Does not advance
348
movw 2(rPC),
rINSTw
#
rINSTw
<= BBBB
437
movw 2(rPC),
rINSTw
#
rINSTw
<= BBB
[
all
...]
/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
162
* Fetch the next instruction from rPC into
rINSTw
. Does not advance rPC.
185
* Fetch the nth instruction word from rPC into
rINSTw
. Does not advance
Completed in 61 milliseconds