/art/runtime/interpreter/mterp/x86/ |
D | header.S | 96 #define MACRO_LITERAL(value) $$(value) macro 102 #define MACRO_LITERAL(value) $$value macro 222 movb MACRO_LITERAL(\_opnum), rINSTbl 238 shll MACRO_LITERAL(${handler_size_bits}), %eax 278 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 299 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4) 303 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 307 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 308 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4)
|
/art/runtime/interpreter/mterp/x86_64/ |
D | header.S | 92 #define MACRO_LITERAL(value) $$(value) macro 98 #define MACRO_LITERAL(value) $$value macro 223 shll MACRO_LITERAL(${handler_size_bits}), %eax 261 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 282 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4) 286 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 290 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 291 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4)
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 31 subl MACRO_LITERAL(12), %esp // Grow stack by 3 words. 57 subl MACRO_LITERAL(12), %esp // Grow stack by 3 words. 86 subl MACRO_LITERAL(8), %esp // Grow stack by 2 words. 109 addl MACRO_LITERAL(16), %esp // Unwind stack up to saved values 128 subl MACRO_LITERAL(4 * 8), %esp 167 subl MACRO_LITERAL(32), %esp 188 addl MACRO_LITERAL(36), %esp // Remove FPRs and EAX. 211 addl MACRO_LITERAL(32), %esp // Remove FPRs. 230 subl MACRO_LITERAL(12), %esp // Alignment padding 242 subl MACRO_LITERAL(12), %esp // alignment padding [all …]
|
D | asm_support_x86.S | 58 #define MACRO_LITERAL(value) $(value) macro 60 #define MACRO_LITERAL(value) $value macro
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 23 subq MACRO_LITERAL(4 * 8), %rsp 37 addq MACRO_LITERAL(4 * 8), %rsp 63 subq MACRO_LITERAL(4 * 8 + 8), %rsp 168 subq MACRO_LITERAL(80 + 4 * 8), %rsp 247 addq MACRO_LITERAL(80 + 4 * 8), %rsp 399 addq MACRO_LITERAL(1), %r10 // shorty++ 400 cmpb MACRO_LITERAL(0), %al // if (al == '\0') goto xmm_setup_finished 402 cmpb MACRO_LITERAL(68), %al // if (al == 'D') goto FOUND_DOUBLE 404 cmpb MACRO_LITERAL(70), %al // if (al == 'F') goto FOUND_FLOAT 406 addq MACRO_LITERAL(4), %r11 // arg_array++ [all …]
|
D | asm_support_x86_64.S | 55 #define MACRO_LITERAL(value) $$(value) macro 57 #define MACRO_LITERAL(value) $value macro
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 99 #define MACRO_LITERAL(value) $(value) macro 105 #define MACRO_LITERAL(value) $value macro 230 shll MACRO_LITERAL(7), %eax 268 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 289 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4) 293 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 297 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 298 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4)
|
D | mterp_x86.S | 103 #define MACRO_LITERAL(value) $(value) macro 109 #define MACRO_LITERAL(value) $value macro 229 movb MACRO_LITERAL(\_opnum), rINSTbl 245 shll MACRO_LITERAL(7), %eax 285 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 306 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4) 310 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 314 movl MACRO_LITERAL(0), (rREFS,\_vreg,4) 315 movl MACRO_LITERAL(0), 4(rREFS,\_vreg,4)
|