Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/x86/
Dheader.S108 .macro PUSH _reg argument
109 pushl \_reg
111 .cfi_rel_offset \_reg, 0
114 .macro POP _reg argument
115 popl \_reg
117 .cfi_restore \_reg
210 .macro RESTORE_IBASE_FROM_SELF _reg argument
211 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE
267 .macro GET_VREG _reg _vreg
268 movl (rFP,\_vreg,4), \_reg
[all …]
/art/runtime/interpreter/mterp/x86_64/
Dheader.S104 .macro PUSH _reg argument
105 pushq \_reg
107 .cfi_rel_offset \_reg, 0
110 .macro POP _reg argument
111 popq \_reg
113 .cfi_restore \_reg
250 .macro GET_VREG _reg _vreg
251 movl (rFP,\_vreg,4), \_reg
255 .macro GET_WIDE_VREG _reg _vreg
256 movq (rFP,\_vreg,4), \_reg
[all …]
/art/runtime/interpreter/mterp/out/
Dmterp_x86_64.S111 .macro PUSH _reg argument
112 pushq \_reg
114 .cfi_rel_offset \_reg, 0
117 .macro POP _reg argument
118 popq \_reg
120 .cfi_restore \_reg
257 .macro GET_VREG _reg _vreg
258 movl (rFP,\_vreg,4), \_reg
262 .macro GET_WIDE_VREG _reg _vreg
263 movq (rFP,\_vreg,4), \_reg
[all …]
Dmterp_x86.S115 .macro PUSH _reg argument
116 pushl \_reg
118 .cfi_rel_offset \_reg, 0
121 .macro POP _reg argument
122 popl \_reg
124 .cfi_restore \_reg
217 .macro RESTORE_IBASE_FROM_SELF _reg argument
218 movl THREAD_CURRENT_IBASE_OFFSET(\_reg), rIBASE
274 .macro GET_VREG _reg _vreg
275 movl (rFP,\_vreg,4), \_reg
[all …]