HomeSort by relevance Sort by last modified time
    Searched defs:pushl (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
gas-push.asm 3 pushl %gs label
gas-semi.asm 0 pushl %eax;ret
3 x: pushl %eax; ret
4 y: pushl %eax; z: ret
1 pushl %eax;ret label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
win32at.asm 24 pushl %ebp label
33 pushl 8(%ebp) label
37 pushl $0 label
41 pushl 20(%ebp) label
42 pushl 16(%ebp) label
43 pushl 12(%ebp) label
44 pushl 8(%ebp) label
74 pushl %ebp label
86 pushl $32512 label
87 pushl $ label
90 pushl $32512 label
91 pushl $0 label
97 pushl $32512 label
98 pushl $0 label
102 pushl %edx label
106 pushl $48 label
107 pushl $L2601 label
108 pushl $L2600 label
109 pushl $0 label
114 pushl $0 label
115 pushl 8(%ebp) label
116 pushl $0 label
117 pushl $0 label
118 pushl $120 label
119 pushl $240 label
120 pushl $-2147483648 label
121 pushl $-2147483648 label
122 pushl $13565952 label
123 pushl $L2602 label
124 pushl $_g_szClassName label
125 pushl $512 label
130 pushl $48 label
131 pushl $L2601 label
132 pushl $L2604 label
133 pushl $0 label
138 pushl 20(%ebp) label
139 pushl -52(%ebp) label
141 pushl -52(%ebp) label
144 pushl $0 label
145 pushl $0 label
146 pushl $0 label
148 pushl %edx label
153 pushl %eax label
156 pushl %eax label
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc 68 void X86Assembler::pushl(Register reg) { function in class:art::x86::X86Assembler
74 void X86Assembler::pushl(const Address& address) { function in class:art::x86::X86Assembler
81 void X86Assembler::pushl(const Immediate& imm) { function in class:art::x86::X86Assembler
1246 pushl(Immediate(High32Bits(constant)));
1247 pushl(Immediate(Low32Bits(constant)));
    [all...]

Completed in 184 milliseconds