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

/art/runtime/interpreter/mterp/x86/
H A Dheader.S71 rINSTbl bl opcode portion of instruction word
78 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
166 #define rINSTbl %bl define
224 movb rINSTbl, rINSTbh
225 movb MACRO_LITERAL(\_opnum), rINSTbl
239 movzx rINSTbl,%eax
/art/runtime/interpreter/mterp/out/
H A Dmterp_x86.S78 rINSTbl bl opcode portion of instruction word
85 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
173 #define rINSTbl %bl define
231 movb rINSTbl, rINSTbh
232 movb MACRO_LITERAL(\_opnum), rINSTbl
246 movzx rINSTbl,%eax
422 movzbl rINSTbl, %eax # eax <- BA
439 movzx rINSTbl, %eax # eax <- AA
471 movzbl rINSTbl, %ecx # ecx <- BA
485 movzbl rINSTbl,
[all...]
H A Dmterp_x86_64.S74 rINSTbl bl opcode portion of instruction word
81 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
174 #define rINSTbl %bl define
219 movb rINSTbl, rINSTbh
220 movb $\_opnum, rINSTbl
234 movzx rINSTbl,%eax
668 movsbl rINSTbl, %eax # eax <-ssssssBx
874 andb $0xf, rINSTbl # rINSTbl <- A
1021 movsbq rINSTbl, rINST
[all...]
/art/runtime/interpreter/mterp/x86_64/
H A Dheader.S67 rINSTbl bl opcode portion of instruction word
74 o rPC, rFP, rINSTw/rINSTbl valid on handler entry and exit
167 #define rINSTbl %bl define
212 movb rINSTbl, rINSTbh
213 movb $$\_opnum, rINSTbl
227 movzx rINSTbl,%eax

Completed in 78 milliseconds