OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_SPILL3
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/mterp/x86/
header.S
92
#define
TMP_SPILL3
(-20)
117
#define SPILL_TMP3(reg) movl reg,
TMP_SPILL3
(%ebp)
118
#define UNSPILL_TMP3(reg) movl
TMP_SPILL3
(%ebp),reg
OP_INVOKE_STATIC.S
55
movl %ecx,
TMP_SPILL3
(%ebp)
61
movl
TMP_SPILL3
(%ebp), %ecx
/dalvik/vm/mterp/out/
InterpAsm-x86.S
99
#define
TMP_SPILL3
(-20)
124
#define SPILL_TMP3(reg) movl reg,
TMP_SPILL3
(%ebp)
125
#define UNSPILL_TMP3(reg) movl
TMP_SPILL3
(%ebp),reg
[
all
...]
Completed in 409 milliseconds