Searched defs:epilogue (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Preprocessor/
H A Dmacro_paste_spacing2.c4 #define epilogue(r1) movl r1 ## E; macro
5 epilogue(R1)
/external/libffi/src/m32r/
H A Dsysv.S96 beqz r2, epilogue
102 bra epilogue
107 bne r3, r4, epilogue
111 epilogue: label
/external/libffi/src/cris/
H A Dsysv.S125 beq epilogue
128 beq epilogue
150 ba epilogue
158 epilogue: label
/external/libffi/src/m68k/
H A Dsysv.S94 jbra epilogue
101 jbra epilogue
107 jbra epilogue
113 jbra epilogue
119 jbra epilogue
125 jbra epilogue
131 jbra epilogue
139 epilogue: label
/external/libffi/src/x86/
H A Dfreebsd.S67 /* Protect %esi. We're going to pop it in the epilogue. */
80 jmp epilogue
130 jmp epilogue
136 jmp epilogue
142 jmp epilogue
149 jmp epilogue
155 jmp epilogue
161 jmp epilogue
172 epilogue: label
H A Dsysv.S68 /* Protect %esi. We're going to pop it in the epilogue. */
81 jmp epilogue
129 jmp epilogue
135 jmp epilogue
141 jmp epilogue
148 jmp epilogue
159 epilogue: label
H A Ddarwin.S68 /* Protect %esi. We're going to pop it in the epilogue. */
81 jmp epilogue
129 jmp epilogue
135 jmp epilogue
141 jmp epilogue
148 jmp epilogue
154 jmp epilogue
160 jmp epilogue
171 epilogue: label
H A Dwin32.S82 jmp epilogue
90 jmp epilogue
98 jmp epilogue
106 jmp epilogue
114 jmp epilogue
130 jmp epilogue
138 jmp epilogue
144 epilogue: label
/external/libffi/src/mips/
H A Dn32.S225 b epilogue
232 b epilogue
239 b epilogue
246 b epilogue
253 b epilogue
261 b epilogue
269 b epilogue
277 b epilogue
285 b epilogue
292 b epilogue
307 epilogue: label
[all...]
H A Do32.S146 b epilogue
155 b epilogue
162 b epilogue
169 b epilogue
175 epilogue: label
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); local
1838 if (!epilogue->getExit() ||
1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT
1842 if (epilogue->getEntry()->op != OP_EXIT) {
1843 Instruction *insn = epilogue->getExit()->prev;
1857 epilogue->binSize -= 8;
1859 delete_Instruction(func->getProgram(), epilogue->getExit());
/external/icu4c/common/
H A Dubidiimp.h263 const UChar *epilogue; member in struct:UBiDi
H A Dubidi.c1468 /* return first strong char or digit in epilogue */
1469 const UChar *text=pBiDi->epilogue;
1670 const UChar *epilogue, int32_t epiLength,
1675 (prologue==NULL && proLength!=0) || (epilogue==NULL && epiLength!=0)) {
1686 pBiDi->epiLength=u_strlen(epilogue);
1691 pBiDi->epilogue=epilogue;
1668 ubidi_setContext(UBiDi *pBiDi, const UChar *prologue, int32_t proLength, const UChar *epilogue, int32_t epiLength, UErrorCode *pErrorCode) argument
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp1836 BasicBlock *epilogue = BasicBlock::get(func->cfgExit); local
1838 if (!epilogue->getExit() ||
1839 epilogue->getExit()->op != OP_EXIT) // only main will use OP_EXIT
1842 if (epilogue->getEntry()->op != OP_EXIT) {
1843 Instruction *insn = epilogue->getExit()->prev;
1857 epilogue->binSize -= 8;
1859 delete_Instruction(func->getProgram(), epilogue->getExit());
/external/icu4c/test/cintltst/
H A Dcbiditst.c4540 const char* epilogue; member in struct:__anon18377
4578 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; local
4608 /* test epilogue == NULL */
4617 epiLength = strlen(cc.epilogue);
4618 pseudoToU16(epiLength, cc.epilogue, epilogue);
4619 /* in the call below, prologue and epilogue are swapped to show
4622 ubidi_setContext(pBiDi, epilogue, epiLength, prologue, proLength, &rc);
4624 ubidi_setContext(pBiDi, prologue, -1, epilogue, -1, &rc);
4640 "Epilogue:", cc.epilogue,
[all...]

Completed in 232 milliseconds