Home
last modified time | relevance | path

Searched refs:FUN (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
Dshift.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
9 ; FUN: test_i8:
13 ; FUN: andi
14 ; FUN: add
15 ; FUN: bnei
19 ; FUN: rtsd
21 ; FUN-NOT: bsll
26 ; FUN: testc_i8:
30 ; FUN: andi
31 ; FUN: add
[all …]
Ddiv.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
9 ; FUN: test_i8:
13 ; FUN-NOT: idiv
14 ; FUN: brlid
19 ; FUN-NOT: idiv
20 ; FUN: brlid
27 ; FUN: rtsd
32 ; FUN: test_i16:
36 ; FUN-NOT: idiv
37 ; FUN: brlid
[all …]
Dfpu.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
9 ; FUN: test_add:
13 ; FUN: brlid
17 ; FUN: rtsd
19 ; FUN-NOT: fadd
24 ; FUN: test_sub:
28 ; FUN: brlid
32 ; FUN: rtsd
34 ; FUN-NOT: frsub
39 ; FUN: test_mul:
[all …]
Dmul.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
9 ; FUN: test_i8:
13 ; FUN-NOT: mul
14 ; FUN: brlid
18 ; FUN: rtsd
24 ; FUN: test_i16:
28 ; FUN-NOT: mul
29 ; FUN: brlid
33 ; FUN: rtsd
39 ; FUN: test_i32:
[all …]
Dmul64.ll5 ; RUN: llc < %s -march=mblaze | FileCheck -check-prefix=FUN %s
10 ; FUN: test_i64:
14 ; FUN-NOT: mul
15 ; FUN: brlid
21 ; FUN: rtsd
/external/libedit/src/
Dtokenizer.c86 private void FUN(tok,finish)(TYPE(Tokenizer) *);
93 FUN(tok,finish)(TYPE(Tokenizer) *tok) in FUN() function
110 FUN(tok,init)(const Char *ifs) in TYPE()
151 FUN(tok,reset)(TYPE(Tokenizer) *tok) in FUN() function
166 FUN(tok,end)(TYPE(Tokenizer) *tok) in FUN() function
195 FUN(tok,line)(TYPE(Tokenizer) *tok, const TYPE(LineInfo) *line, in FUN() function
367 FUN(tok,finish)(tok); in FUN()
433 FUN(tok,finish)(tok); in FUN()
444 FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc, in FUN() function
452 return FUN(tok,line(tok, &li, argc, argv, NULL, NULL)); in FUN()
Dparse.c85 tok = FUN(tok,init)(NULL); in parse_line()
86 FUN(tok,str)(tok, line, &argc, &argv); in parse_line()
87 argc = FUN(el,parse)(el, argc, argv); in parse_line()
88 FUN(tok,end)(tok); in parse_line()
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[]) in FUN() function
Dread.c220 FUN(el,push)(EditLine *el, const Char *str) in FUN() function
247 if ((num = FUN(el,getc)(el, ch)) != 1) {/* if EOF or error */ in read_getcmd()
277 FUN(el,push)(el, val.str); in read_getcmd()
327 FUN(el,set)(el, EL_REFRESH); in read_char()
400 FUN(el,getc)(EditLine *el, Char *cp) in FUN() function
483 FUN(el,gets)(EditLine *el, int *nread) in FUN() function
Dfilecomplete.c437 li = FUN(el,line)(el); in fn_complete()
482 FUN(el,insertstr)(el, in fn_complete()
495 FUN(el,insertstr)(el, in fn_complete()
Dchartype.h76 #define FUN(prefix,rest) prefix ## _w ## rest macro
130 #define FUN(prefix,rest) prefix ## _ ## rest macro
Del.c199 FUN(el,set)(EditLine *el, int op, ...) in FUN() function
406 FUN(el,get)(EditLine *el, int op, ...) in FUN() function
519 FUN(el,line)(EditLine *el) in TYPE()
Dsearch.c253 if (FUN(el,getc)(el, &ch) != 1) in ce_inc_search()
329 FUN(el,push)(el, endcmd); in ce_inc_search()
606 if (FUN(el,getc)(el, &c) != 1) in cv_csearch()
Dhistory.c569 FUN(history,init)(void) in TYPE()
600 FUN(history,end)(TYPE(History) *h) in FUN() function
1061 FUN(history,end)(h); in FUNW()
Dchared.c611 FUN(el,insertstr)(EditLine *el, const Char *s) in FUN() function
689 if (FUN(el,getc)(el, &ch) != 1) { in c_gets()
Dvi.c944 FUN(el,push)(el, ct_decode_string(alias_text, &el->el_scratch)); in vi_alias()
1152 FUN(el,push)(el, r->buf); in vi_redo()
Dkeymacro.c288 if (FUN(el,getc)(el, ch) != 1) {/* if EOF or error */ in node_trav()
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dffi.c580 #define FFI_INIT_TRAMPOLINE_WIN64(TRAMP,FUN,CTX,MASK) \ argument
582 void* __fun = (void*)(FUN); \
600 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
602 unsigned int __fun = (unsigned int)(FUN); \
611 #define FFI_INIT_TRAMPOLINE_RAW_THISCALL(TRAMP,FUN,CTX,SIZE) \ argument
613 unsigned int __fun = (unsigned int)(FUN); \
638 #define FFI_INIT_TRAMPOLINE_STDCALL(TRAMP,FUN,CTX) \ argument
640 unsigned int __fun = (unsigned int)(FUN); \
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
Dffi.c276 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN) \ argument
281 __tramp[2] = (unsigned int)(FUN); \
/external/google-breakpad/src/common/android/include/
Dstab.h47 _STAB_CODE_DEF(FUN,0x24) \
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
Dx86-ffi_darwin.c307 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
309 unsigned int __fun = (unsigned int)(FUN); \
/external/llvm/test/Object/
Dnm-trivial-object.test160 macho-pa: 0000000100000f30 - 01 0000 FUN _main
161 macho-pa: 000000000000003b - 00 0000 FUN
/external/swiftshader/third_party/LLVM/utils/TableGen/
DSubtargetEmitter.cpp319 for (unsigned j = 0, FUN = FUs.size(); j < FUN; ++j) in EmitStageAndOperandCycleData() local
/external/python/cpython2/Modules/_ctypes/libffi/src/aarch64/
Dffi.c904 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX,FLAGS) \ argument
906 UINT64 __fun = (UINT64)(FUN); \
/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c754 #define FFI_INIT_TRAMPOLINE(TRAMP,FUN,CTX) \ argument
756 unsigned int __fun = (unsigned int)(FUN); \
/external/python/cpython2/Modules/_ctypes/libffi/doc/
Dlibffi.info427 ffi_cif *CIF, void (*FUN) (ffi_cif *CIF, void *RET, void
441 FUN is the function which will be called when the closure is
448 FUN must fill this, unless the function is declared as

12