| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| APFloat.cpp | 35 llvm_unreachable("Unexpected semantics"); \ 53 /* Represents floating point arithmetic semantics. */ 67 /* Number of bits actually used in the semantics. */ 70 // Returns true if any number described by this semantics can be precisely 71 // represented by the specified semantics. 86 /* The IBM double-double semantics. Such a number consists of a pair of IEEE 97 /* These are legacy semantics for the fallback, inaccrurate implementation of 109 Currently, these semantics are used in the following way: 120 semantics. */ 124 const llvm::fltSemantics &APFloatBase::EnumToSemantics(Semantics S) [all...] |
| /src/external/gpl3/gdb/dist/sim/mn10300/ |
| local.mk | 29 %D%/semantics.o \ 65 %D%/semantics.h \ 75 %D%/semantics.h \ 76 %D%/semantics.c \ 111 -n semantics.h -hs %D%/semantics.h \ 112 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/gdb/dist/sim/v850/ |
| local.mk | 31 %D%/semantics.o \ 60 %D%/semantics.h \ 70 %D%/semantics.h \ 71 %D%/semantics.c \ 103 -n semantics.h -hs %D%/semantics.h \ 104 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/gdb.old/dist/sim/mn10300/ |
| local.mk | 29 %D%/semantics.o \ 65 %D%/semantics.h \ 75 %D%/semantics.h \ 76 %D%/semantics.c \ 111 -n semantics.h -hs %D%/semantics.h \ 112 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/gdb.old/dist/sim/v850/ |
| local.mk | 31 %D%/semantics.o \ 60 %D%/semantics.h \ 70 %D%/semantics.h \ 71 %D%/semantics.c \ 103 -n semantics.h -hs %D%/semantics.h \ 104 -n semantics.c -s %D%/semantics.c \
|
| /src/tests/lib/libc/atomic/ |
| Makefile | 24 # The code conforms to new NAND semantics. So this warning is not 29 CPPFLAGS.t___sync_nand.c+= -Wno-sync-fetch-and-nand-semantics-changed
|
| /src/external/gpl3/gdb/dist/sim/igen/ |
| igen.h | 125 igen_module semantics; member in struct:_igen_module_options 234 options.module.semantics = options.module.global; \ 245 options.module.semantics.suffix.l = "semantics"; \ 246 options.module.semantics.suffix.u = "SEMANTICS"; \
|
| igen.c | 42 #include "gen-semantics.h" 238 nr += lf_printf (file, "%s", options.module.semantics.prefix.l); 608 gen_semantics_h (lf *file, const insn_list *semantics, int max_nr_words) 629 for (semantic = semantics; semantic != NULL; semantic = semantic->next) 649 gen_semantics_c (lf *file, const insn_list *semantics, cache_entry *cache_rules) 655 print_include (file, options.module.semantics); 658 for (semantic = semantics; semantic != NULL; semantic = semantic->next) 730 lf_printf (file, "#include \"semantics.h\"\n"); 828 print_include_inline (file, options.module.semantics); 1281 if (strncmp (optarg, "semantics=", chp - optarg) == 0 [all...] |
| gen.h | 127 insn_list *semantics; member in struct:_gen_table
|
| /src/external/gpl3/gdb.old/dist/sim/igen/ |
| igen.h | 125 igen_module semantics; member in struct:_igen_module_options 234 options.module.semantics = options.module.global; \ 245 options.module.semantics.suffix.l = "semantics"; \ 246 options.module.semantics.suffix.u = "SEMANTICS"; \
|
| igen.c | 42 #include "gen-semantics.h" 238 nr += lf_printf (file, "%s", options.module.semantics.prefix.l); 608 gen_semantics_h (lf *file, const insn_list *semantics, int max_nr_words) 629 for (semantic = semantics; semantic != NULL; semantic = semantic->next) 649 gen_semantics_c (lf *file, const insn_list *semantics, cache_entry *cache_rules) 655 print_include (file, options.module.semantics); 658 for (semantic = semantics; semantic != NULL; semantic = semantic->next) 730 lf_printf (file, "#include \"semantics.h\"\n"); 828 print_include_inline (file, options.module.semantics); 1281 if (strncmp (optarg, "semantics=", chp - optarg) == 0 [all...] |
| gen.h | 127 insn_list *semantics; member in struct:_gen_table
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| local.mk | 57 %D%/semantics.o \ 112 %D%/gen-semantics.c \ 142 %D%/semantics.h \ 151 %D%/semantics.h \ 152 %D%/semantics.c \ 172 -n semantics.h -hs %D%/semantics.h \ 173 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| local.mk | 57 %D%/semantics.o \ 112 %D%/gen-semantics.c \ 142 %D%/semantics.h \ 151 %D%/semantics.h \ 152 %D%/semantics.c \ 172 -n semantics.h -hs %D%/semantics.h \ 173 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/gdb/lib/libsim/ |
| Makefile | 13 tree.c device_table.c itable.c mon.c icache.c semantics.c idecode.c \ 66 -n semantics.h -hs tmp-semantics.h \ 67 -n semantics.c -s tmp-semantics.c \ 76 IGENED_FILES= icache.h icache.c idecode.h idecode.c semantics.h semantics.c \ 78 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c lf-ppc.c dumpf.c filter-ppc.c 91 ${MIC} tmp-semantics.h semantics. [all...] |
| /src/external/gpl3/gdb.old/lib/libsim/ |
| Makefile | 13 tree.c device_table.c itable.c mon.c icache.c semantics.c idecode.c \ 66 -n semantics.h -hs tmp-semantics.h \ 67 -n semantics.c -s tmp-semantics.c \ 76 IGENED_FILES= icache.h icache.c idecode.h idecode.c semantics.h semantics.c \ 78 IGENSRCS= igen.c table.c lf.c misc.c filter_host.c ld-decode.c ld-cache.c filter.c ld-insn.c gen-model.c gen-itable.c gen-icache.c gen-semantics.c gen-idecode.c gen-support.c lf-ppc.c dumpf.c filter-ppc.c 91 ${MIC} tmp-semantics.h semantics. [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| APFloat.h | 31 llvm_unreachable("Unexpected semantics"); \ 78 /// full extended precision). Adding a new format that obeys IEEE semantics 150 /// \name Floating Point Semantics. 152 enum Semantics { 162 static const llvm::fltSemantics &EnumToSemantics(Semantics S); 163 static Semantics SemanticsToEnum(const llvm::fltSemantics &Sem); 241 /// semantics. 376 const fltSemantics &getSemantics() const { return *semantics; } 383 /// magnitude in the current semantics. 387 /// magnitude in the current semantics 570 const fltSemantics *semantics; member in class:llvm::detail::final 708 const fltSemantics *semantics; member in union:llvm::APFloat::Storage [all...] |
| /src/external/bsd/kyua-atf-compat/dist/ |
| atf-run.sh | 82 # Transforms an atf-run -v specification to Kyua's semantics.
|
| /src/external/gpl3/gdb/dist/sim/mips/ |
| local.mk | 29 %D%/semantics.o \ 108 %D%/semantics.h \ 109 %D%/semantics.c \ 226 -n semantics.h -hs %D%/semantics.h \ 227 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/gdb.old/dist/sim/mips/ |
| local.mk | 29 %D%/semantics.o \ 108 %D%/semantics.h \ 109 %D%/semantics.c \ 226 -n semantics.h -hs %D%/semantics.h \ 227 -n semantics.c -s %D%/semantics.c \
|
| /src/external/gpl3/binutils/dist/cpu/ |
| simplify.inc | 176 (define-pmacro (define-normal-insn name comment attrs syntax fmt semantics timing) 178 (define-full-insn name comment attrs syntax fmt () semantics timing)
|
| /src/external/gpl3/binutils.old/dist/cpu/ |
| simplify.inc | 176 (define-pmacro (define-normal-insn name comment attrs syntax fmt semantics timing) 178 (define-full-insn name comment attrs syntax fmt () semantics timing)
|
| /src/external/gpl3/gdb/dist/cpu/ |
| simplify.inc | 176 (define-pmacro (define-normal-insn name comment attrs syntax fmt semantics timing) 178 (define-full-insn name comment attrs syntax fmt () semantics timing)
|
| /src/external/gpl3/gdb.old/dist/cpu/ |
| simplify.inc | 176 (define-pmacro (define-normal-insn name comment attrs syntax fmt semantics timing) 178 (define-full-insn name comment attrs syntax fmt () semantics timing)
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| ia64.h | 249 /* Dependency semantics */ 250 enum ia64_dependency_semantics semantics; member in struct:ia64_dependency 254 /* Special info on semantics */
|