Searched defs:rINSTw (Results 1 - 4 of 4) sorted by relevance

/art/runtime/interpreter/mterp/x86/
H A Dheader.S70 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 define
226 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
/art/runtime/interpreter/mterp/x86_64/
H A Dheader.S66 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 define
211 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S77 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 define
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
2065 movw rINSTw, (
[all...]
H A Dmterp_x86_64.S73 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 define
218 * Fetch the next instruction from rPC into rINSTw. Does not advance rPC.
2007 movw rINSTw, MIRROR_CHAR_ARRAY_DATA_OFFSET(%rax,%rcx,2)
2036 movw rINSTw, MIRROR_SHORT_ARRAY_DATA_OFFSET(%rax,%rcx,2)
5848 movw rINSTw, (%rcx,%rax,1)
5867 movw rINSTw, (%rcx,%rax,1)

Completed in 144 milliseconds