| /openbsd/src/sys/dev/fdt/ |
| D | rkclock.c | 230 #define SEL(l, f) (((1 << (l - f + 1)) - 1) << f) macro 231 #define DIV(l, f) SEL(l, f) 687 SEL(7, 6), DIV(5, 0), 1008 SEL(10, 9), 0, 1013 SEL(15, 13), DIV(4, 0), 1019 SEL(15, 13), DIV(4, 0), 1025 SEL(15, 13), DIV(4, 0), 1031 SEL(15, 13), DIV(4, 0), 1037 SEL(15, 13), DIV(4, 0), 1043 SEL(15, 14), DIV(6, 0), [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
| D | undeclared-selector.m | 23 SEL d = @selector(methodD); /* Ok */ 24 SEL e = @selector(methodE); /* { dg-warning "undeclared selector" } */ 29 SEL e = @selector(methodE); /* Ok */ 34 SEL e = @selector(methodE); /* Ok */ 41 SEL a = @selector(methodA); /* Ok */ 42 SEL b = @selector(methodB); /* Ok */ 43 SEL c = @selector(methodC); /* { dg-warning "undeclared selector" } */ 44 SEL d = @selector(methodD); /* Ok */ 45 SEL e = @selector(methodE); /* Ok */
|
| D | selector-1.m | 7 typedef struct objc_selector *SEL; typedef 21 SEL a,b,c;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| D | IMP.m | 25 SEL selector; 26 int (* imp) (id, SEL, int); 30 imp = (int (*)(id, SEL, int))method_get_imp
|
| D | class-tests-2.h | 13 SEL selector) in test_that_class_has_instance_method() 26 SEL selector) in test_that_class_has_class_method()
|
| D | selector-1.m | 8 SEL selector;
|
| D | encode-1.m | 25 if (strcmp (":", @encode (SEL)))
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | R600Instructions.td | 46 def SEL : OperandWithDefaultOps <i32, (ops (i32 -1))>; 105 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel, 147 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, ABS:$src0_abs, SEL:$src0_sel, 148 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, ABS:$src1_abs, SEL:$src1_sel, 187 R600_Reg32:$src0, NEG:$src0_neg, REL:$src0_rel, SEL:$src0_sel, 188 R600_Reg32:$src1, NEG:$src1_neg, REL:$src1_rel, SEL:$src1_sel, 189 R600_Reg32:$src2, NEG:$src2_neg, REL:$src2_rel, SEL:$src2_sel, 1033 R600_TReg32_X:$src0_X, NEG:$src0_neg_X, REL:$src0_rel_X, ABS:$src0_abs_X, SEL:$src0_sel_X, 1034 R600_TReg32_X:$src1_X, NEG:$src1_neg_X, REL:$src1_rel_X, ABS:$src1_abs_X, SEL:$src1_sel_X, 1039 R600_TReg32_Y:$src0_Y, NEG:$src0_neg_Y, REL:$src0_rel_Y, ABS:$src0_abs_Y, SEL:$src0_sel_Y, [all …]
|
| D | EvergreenInstructions.td | 615 (ins R600_Reg32:$src0, REL:$src0_rel, SEL:$src0_sel, 636 (ins R600_Reg32:$src0, REL:$src0_rel, SEL:$src0_sel, 637 R600_Reg32:$src1, REL:$src1_rel, SEL:$src1_sel, 668 (ins R600_Reg32:$src0, REL:$src0_rel, SEL:$src0_sel, 669 R600_Reg32:$src1, REL:$src1_rel, SEL:$src1_sel, 670 R600_Reg32:$src2, REL:$src2_rel, SEL:$src2_sel,
|
| /openbsd/src/sys/dev/ic/ |
| D | iha.c | 1155 iha_set_ssig(iot, ioh, REQ | BSY | SEL | ATN, 0); in iha_state_1() 1181 iha_set_ssig(iot, ioh, REQ | BSY | SEL | ATN, 0); in iha_state_2() 1834 iha_set_ssig(iot, ioh, REQ | BSY | SEL | ATN, 0); in iha_msgin() 1837 iha_set_ssig(iot, ioh, REQ | BSY | SEL, ATN); in iha_msgin() 1928 iha_set_ssig(iot, ioh, REQ | BSY | SEL, ATN); in iha_msgin_extended() 1957 iha_set_ssig(iot, ioh, REQ | BSY | SEL, ATN); in iha_msgin_extended() 1961 iha_set_ssig(iot, ioh, REQ | BSY | SEL, ATN); in iha_msgin_extended() 2032 iha_set_ssig(iot, ioh, REQ | BSY | SEL, ATN); in iha_msgout_abort() 2054 iha_set_ssig(iot, ioh, REQ | BSY | SEL, ATN); in iha_msgout_reject() 2076 iha_set_ssig(iot, ioh, REQ | BSY | SEL | ATN, 0); in iha_msgout_extended()
|
| D | iha.h | 344 #define SEL 0x10 /* SEL signal */ macro
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | BuiltinTypes.def | 241 // The primitive Objective C 'SEL' type. The user-visible 'SEL'
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | Builtins.def | 36 // H -> SEL 1154 // id objc_msgSend(id, SEL, ...) 1156 // long double objc_msgSend_fpret(id self, SEL op, ...) 1158 // _Complex long double objc_msgSend_fp2ret(id self, SEL op, ...) 1160 // void objc_msgSend_stret (id, SEL, ...) 1162 // id objc_msgSendSuper(struct objc_super *super, SEL op, ...) 1164 // void objc_msgSendSuper_stret(struct objc_super *super, SEL op, ...)
|
| /openbsd/src/gnu/gcc/gcc/doc/ |
| D | objc.texi | 214 @item @code{SEL} 344 @code{Class} and @code{SEL}.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/doc/ |
| D | objc.texi | 212 @item @code{SEL} 340 @code{Class} and @code{SEL}.
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMScheduleSwift.td | 181 // SEL 182 def : InstRW<[SwiftPredP0OneOrTwoCycle], (instregex "SEL", "t2SEL")>;
|
| D | README.txt | 5 Reimplement 'select' in terms of 'SEL'.
|
| D | ARMScheduleR52.td | 225 def : InstRW<[R52WriteALU_EX2, R52Read_EX1, R52Read_EX1], (instregex "SEL", "t2SEL")>;
|
| D | ARMScheduleA57.td | 358 def : InstRW<[A57WriteSEL], (instregex "(t2)?SEL")>;
|
| D | ARMScheduleA9.td | 2543 def : InstRW< [WriteALU], (instregex "SEL")>;
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | Sema.cpp | 303 DeclarationName SEL = &Context.Idents.get("SEL"); in Initialize() local 304 if (IdResolver.begin(SEL) == IdResolver.end()) in Initialize()
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1165 LoopVectorizationCostModel(ScalarEpilogueLowering SEL, Loop *L, in LoopVectorizationCostModel() argument 1174 : ScalarEpilogueStatus(SEL), TheLoop(L), PSE(PSE), LI(LI), Legal(Legal), in LoopVectorizationCostModel() 9970 ScalarEpilogueLowering SEL = getScalarEpilogueLowering( in processLoopInVPlanNativePath() local 9973 LoopVectorizationCostModel CM(SEL, L, PSE, LI, LVL, *TTI, TLI, DB, AC, ORE, F, in processLoopInVPlanNativePath() 10239 ScalarEpilogueLowering SEL = getScalarEpilogueLowering( in processLoop() local 10254 SEL = CM_ScalarEpilogueNotAllowedLowTripLoop; in processLoop() 10315 LoopVectorizationCostModel CM(SEL, L, PSE, LI, &LVL, *TTI, TLI, DB, AC, ORE, in processLoop()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsScheduleGeneric.td | 1002 def : InstRW<[GenericWriteFPUS], (instregex "SEL(EQ|NE)Z_(S|D)_MMR6")>;
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZScheduleZ16.td | 242 def : InstRW<[WLat2, FXa, NormalGr], (instregex "SEL(G|FH)?R(Asm.*)?$")>;
|
| D | SystemZScheduleZ15.td | 242 def : InstRW<[WLat2, FXa, NormalGr], (instregex "SEL(G|FH)?R(Asm.*)?$")>;
|