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
163 #define rINSTbl %bl define
221 movb rINSTbl, rINSTbh
222 movb MACRO_LITERAL(\_opnum), rINSTbl
236 movzx rINSTbl,%eax
/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
164 #define rINSTbl %bl define
206 movb rINSTbl, rINSTbh
207 movb $$\_opnum, rINSTbl
221 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
170 #define rINSTbl %bl define
228 movb rINSTbl, rINSTbh
229 movb MACRO_LITERAL(\_opnum), rINSTbl
243 movzx rINSTbl,%eax
418 movzbl rINSTbl, %eax # eax <- BA
435 movzx rINSTbl, %eax # eax <- AA
467 movzbl rINSTbl, %ecx # ecx <- BA
481 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
171 #define rINSTbl %bl define
213 movb rINSTbl, rINSTbh
214 movb $\_opnum, rINSTbl
228 movzx rINSTbl,%eax
662 movsbl rINSTbl, %eax # eax <-ssssssBx
856 andb $0xf, rINSTbl # rINSTbl <- A
1003 movsbq rINSTbl, rINST
[all...]

Completed in 71 milliseconds