Home
last modified time | relevance | path

Searched refs:_reg (Results 1 – 4 of 4) sorted by relevance

/art/runtime/interpreter/mterp/x86/
Dheader.S109 .macro PUSH _reg argument
110 pushl \_reg
112 .cfi_rel_offset \_reg, 0
115 .macro POP _reg argument
116 popl \_reg
118 .cfi_restore \_reg
213 .macro RESTORE_IBASE_FROM_SELF _reg argument
214 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE
270 .macro GET_VREG _reg _vreg
271 movl (rFP,\_vreg,4), \_reg
[all …]
/art/runtime/interpreter/mterp/x86_64/
Dheader.S105 .macro PUSH _reg argument
106 pushq \_reg
108 .cfi_rel_offset \_reg, 0
111 .macro POP _reg argument
112 popq \_reg
114 .cfi_restore \_reg
256 .macro GET_VREG _reg _vreg
257 movl (rFP,\_vreg,4), \_reg
261 .macro GET_WIDE_VREG _reg _vreg
262 movq (rFP,\_vreg,4), \_reg
[all …]
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S112 .macro PUSH _reg argument
113 pushq \_reg
115 .cfi_rel_offset \_reg, 0
118 .macro POP _reg argument
119 popq \_reg
121 .cfi_restore \_reg
263 .macro GET_VREG _reg _vreg
264 movl (rFP,\_vreg,4), \_reg
268 .macro GET_WIDE_VREG _reg _vreg
269 movq (rFP,\_vreg,4), \_reg
[all …]
Dmterp_x86.S116 .macro PUSH _reg argument
117 pushl \_reg
119 .cfi_rel_offset \_reg, 0
122 .macro POP _reg argument
123 popl \_reg
125 .cfi_restore \_reg
220 .macro RESTORE_IBASE_FROM_SELF _reg argument
221 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE
277 .macro GET_VREG _reg _vreg
278 movl (rFP,\_vreg,4), \_reg
[all …]