Searched defs:PUSH (Results 1 - 2 of 2) sorted by relevance

/art/runtime/arch/x86/
H A Dmemcmp16_x86.S35 #define PUSH(REG) pushl REG; CFI_PUSH (REG) define
56 PUSH (%ebx)
70 PUSH (%ebx)
71 PUSH (%esi)
72 PUSH (%edi)
/art/runtime/arch/
H A Dstub_test.cc89 #define PUSH(reg) "push " # reg "\n\t .cfi_adjust_cfa_offset 4\n\t" macro
96 PUSH(%%ebx)
97 PUSH(%%ecx)
98 PUSH(%%edx)
99 PUSH(%%esi)
100 PUSH(%%edi)
101 PUSH(%%ebp)
104 PUSH(%[referrer]) // Align stack.
105 PUSH(%[referrer]) // Store referrer
107 PUSH(
136 #undef PUSH macro
451 #define PUSH macro
514 #undef PUSH macro
[all...]

Completed in 48 milliseconds