| /freebsd-14.2/sys/dev/ppbus/ |
| H A D | ppb_1284.c | 213 if (!(ppb_rstr(bus) & SELECT) || !spin) { in ppb_peripheral_negociate() 344 if (!(ppb_rstr(bus) & SELECT)) { in byte_peripheral_outbyte() 380 if (!(ppb_rstr(bus) & SELECT)) { in byte_peripheral_outbyte() 708 if (ppb_poll_bus(bus, 40, nACK | SELECT | nFAULT, in ppb_1284_negociate() 709 SELECT | nFAULT, PPB_NOINTR | PPB_POLL)) { in ppb_1284_negociate() 717 PERROR | SELECT | nFAULT)) { in ppb_1284_negociate() 746 if (do_1284_wait(bus, nACK | SELECT, nACK)) { in ppb_1284_negociate() 752 if (do_1284_wait(bus, nACK | SELECT, SELECT | nACK)) { in ppb_1284_negociate() 772 if (do_1284_wait(bus, nACK | SELECT | nBUSY, in ppb_1284_negociate() 773 nACK | SELECT | nBUSY)) { in ppb_1284_negociate() [all …]
|
| H A D | pcfclock.c | 84 ((ppb_rstr(ppbus) & SELECT) == (i & 1 ? SELECT : 0))
|
| H A D | ppb_1284.h | 55 #define Xflag SELECT
|
| H A D | ppi.c | 241 if ((ppb_rstr(ppbus) & (SELECT | nBUSY)) == in ppiintr() 242 (SELECT | nBUSY)) { in ppiintr()
|
| H A D | ppbconf.h | 55 #define SELECT 0x10 macro
|
| H A D | ppb_base.c | 197 status->select = r & SELECT; in ppb_get_status()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | scandir.c | 51 #define SELECT(x) CALL_BLOCK(select, x) macro 56 #define SELECT(x) select(x) macro 87 if (select != NULL && !SELECT(d)) in scandir_b_dirp()
|
| H A D | scandir-compat11.c | 56 #define SELECT(x) select(x) macro 82 if (select != NULL && !SELECT(d)) in freebsd11_scandir()
|
| /freebsd-14.2/lib/libc/stdlib/ |
| H A D | heapsort.c | 117 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ macro 195 SELECT(i, j, nmemb, t, p, size, k, cnt, tmp1, tmp2); in heapsort_b()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUISelLowering.cpp | 496 setOperationAction(ISD::SELECT, MVT::v2f32, Promote); in AMDGPUTargetLowering() 499 setOperationAction(ISD::SELECT, MVT::v3f32, Promote); in AMDGPUTargetLowering() 502 setOperationAction(ISD::SELECT, MVT::v4f32, Promote); in AMDGPUTargetLowering() 612 case ISD::SELECT: in fnegFoldsIntoOpcode() 703 case ISD::SELECT: in hasSourceMods() 2233 Q = DAG.getNode(ISD::SELECT, DL, VT, Cond, in LowerUDIVREM() 2235 R = DAG.getNode(ISD::SELECT, DL, VT, Cond, in LowerUDIVREM() 2240 Q = DAG.getNode(ISD::SELECT, DL, VT, Cond, in LowerUDIVREM() 2242 R = DAG.getNode(ISD::SELECT, DL, VT, Cond, in LowerUDIVREM() 4887 case ISD::SELECT: { in performFNegCombine() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.cpp | 3172 { ISD::SELECT, MVT::v32i16, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3173 { ISD::SELECT, MVT::v64i8, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3190 { ISD::SELECT, MVT::v8i64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3191 { ISD::SELECT, MVT::v4i64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3192 { ISD::SELECT, MVT::v2i64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3193 { ISD::SELECT, MVT::v16i32, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3194 { ISD::SELECT, MVT::v8i32, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3195 { ISD::SELECT, MVT::v4i32, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3196 { ISD::SELECT, MVT::v8f64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() 3197 { ISD::SELECT, MVT::v4f64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost() [all …]
|
| /freebsd-14.2/contrib/kyua/integration/ |
| H A D | cmd_db_exec_test.sh | 57 kyua db-exec SELECT "*" FROM metadata
|
| /freebsd-14.2/tests/sys/fs/fusefs/ |
| H A D | mockfs.hh | 265 SELECT, enumerator
|
| H A D | dev_fuse_poll.cc | 65 return SELECT; in poll_method_from_string()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3326-odroid-go3.dts | 123 label = "SELECT";
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | dlg_keys.c | 484 CURSES_NAME(SELECT), 545 DIALOG_NAME(SELECT),
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.cpp | 441 assert(MI.getOpcode() == Lanai::SELECT && "unknown select instruction"); in analyzeSelect() 494 assert(MI.getOpcode() == Lanai::SELECT && "unknown select instruction"); in optimizeSelect()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | include.am | 63 $(top_srcdir)/test/test.sh -b SELECT
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 727 SELECT, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 49 SELECT, enumerator
|
| H A D | M68kInstrCompiler.td | 53 // CMOV* - Used to implement the SELECT DAG operation. Expanded after
|
| H A D | M68kISelLowering.cpp | 127 setOperationAction(ISD::SELECT, VT, Custom); in M68kTargetLowering() 1392 case ISD::SELECT: in LowerOperation() 1860 !(User->getOpcode() == ISD::SELECT && UOpNo == 0)) in hasNonFlagsUse() 3464 Lo = DAG.getNode(ISD::SELECT, DL, VT, CC, LoTrue, Zero); in LowerShiftLeftParts() 3465 Hi = DAG.getNode(ISD::SELECT, DL, VT, CC, HiTrue, HiFalse); in LowerShiftLeftParts() 3519 Lo = DAG.getNode(ISD::SELECT, DL, VT, CC, LoTrue, LoFalse); in LowerShiftRightParts() 3520 Hi = DAG.getNode(ISD::SELECT, DL, VT, CC, HiTrue, HiFalse); in LowerShiftRightParts() 3679 case M68kISD::SELECT: in getTargetNodeName()
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | include.am | 63 $(top_srcdir)/test/test.sh -b SELECT
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.cpp | 2978 if (isa<FixedVectorType>(ValTy) && ISD == ISD::SELECT) { in getCmpSelInstrCost() 3010 { ISD::SELECT, MVT::v2i1, MVT::v2f32, 2 }, in getCmpSelInstrCost() 3011 { ISD::SELECT, MVT::v2i1, MVT::v2f64, 2 }, in getCmpSelInstrCost() 3012 { ISD::SELECT, MVT::v4i1, MVT::v4f32, 2 }, in getCmpSelInstrCost() 3013 { ISD::SELECT, MVT::v4i1, MVT::v4f16, 2 }, in getCmpSelInstrCost() 3014 { ISD::SELECT, MVT::v8i1, MVT::v8f16, 2 }, in getCmpSelInstrCost() 3015 { ISD::SELECT, MVT::v16i1, MVT::v16i16, 16 }, in getCmpSelInstrCost() 3016 { ISD::SELECT, MVT::v8i1, MVT::v8i32, 8 }, in getCmpSelInstrCost() 3017 { ISD::SELECT, MVT::v16i1, MVT::v16i32, 16 }, in getCmpSelInstrCost() 3018 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 2444 DAG.getNode(ISD::SELECT, dl, ExpVT, ScaleUpTwice, DecN1, DecN0); in expandLdexp() 2446 DAG.getNode(ISD::SELECT, dl, VT, ScaleUpTwice, ScaleUp1, ScaleUp0); in expandLdexp() 2471 DAG.getNode(ISD::SELECT, dl, ExpVT, ScaleDownTwice, IncN1, IncN0); in expandLdexp() 2478 ISD::SELECT, dl, VT, NGtMaxExp, SelectX_Big, in expandLdexp() 2479 DAG.getNode(ISD::SELECT, dl, VT, NLtMinExp, SelectX_Small, X)); in expandLdexp() 2482 ISD::SELECT, dl, ExpVT, NGtMaxExp, SelectN_Big, in expandLdexp() 2483 DAG.getNode(ISD::SELECT, dl, ExpVT, NLtMinExp, SelectN_Small, N)); in expandLdexp() 2608 DAG.getNode(ISD::SELECT, dl, VT, DenormOrZero, Val, MaskedFract); in expandFrexp() 3930 case ISD::SELECT: in ExpandNode() 4102 assert(!TLI.isOperationExpand(ISD::SELECT, VT) && in ExpandNode() [all …]
|