Home
last modified time | relevance | path

Searched refs:SELECT (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/sys/dev/ppbus/
H A Dppb_1284.c213 if (!(ppb_rstr(bus) & SELECT) || !spin) { in ppb_peripheral_negociate()
294 if ((error = do_peripheral_wait(bus, SELECT | nBUSY, 0))) { in ppb_peripheral_terminate()
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()
716 if (do_1284_wait(bus, nACK | PERROR | SELECT | nFAULT, 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()
[all …]
H A Dpcfclock.c84 ((ppb_rstr(ppbus) & SELECT) == (i & 1 ? SELECT : 0))
H A Dppb_1284.h55 #define Xflag SELECT
H A Dppi.c241 if ((ppb_rstr(ppbus) & (SELECT | nBUSY)) == in ppiintr()
242 (SELECT | nBUSY)) { in ppiintr()
H A Dppbconf.h55 #define SELECT 0x10 macro
H A Dppb_base.c196 status->select = r & SELECT; in ppb_get_status()
/freebsd/lib/libc/gen/
H A Dscandir.c49 #define SELECT(x) CALL_BLOCK(select, x) macro
54 #define SELECT(x) select(x) macro
85 if (select != NULL && !SELECT(d)) in scandir_b_dirp()
H A Dscandir-compat11.c54 #define SELECT(x) select(x) macro
80 if (select != NULL && !SELECT(d)) in freebsd11_scandir()
/freebsd/lib/libc/stdlib/
H A Dheapsort.c114 #define SELECT(par_i, child_i, nmemb, par, child, size, k, count, tmp1, tmp2) { \ macro
192 SELECT(i, j, nmemb, t, p, size, k, cnt, tmp1, tmp2); in heapsort_b()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp517 ISD::SELECT, ISD::VSELECT, ISD::SELECT_CC, in AMDGPUTargetLowering()
547 setOperationAction(ISD::SELECT, MVT::v2f32, Promote); in AMDGPUTargetLowering()
548 AddPromotedToType(ISD::SELECT, MVT::v2f32, MVT::v2i32); in AMDGPUTargetLowering()
550 setOperationAction(ISD::SELECT, MVT::v3f32, Promote); in AMDGPUTargetLowering()
551 AddPromotedToType(ISD::SELECT, MVT::v3f32, MVT::v3i32); in AMDGPUTargetLowering()
553 setOperationAction(ISD::SELECT, MVT::v4f32, Promote); in AMDGPUTargetLowering()
554 AddPromotedToType(ISD::SELECT, MVT::v4f32, MVT::v4i32); in AMDGPUTargetLowering()
556 setOperationAction(ISD::SELECT, MVT::v5f32, Promote); in AMDGPUTargetLowering()
557 AddPromotedToType(ISD::SELECT, MVT::v5f32, MVT::v5i32); in AMDGPUTargetLowering()
559 setOperationAction(ISD::SELECT, MVT::v6f32, Promote); in AMDGPUTargetLowering()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3254 { ISD::SELECT, MVT::v2f64, { 4, 4, 1, 3 } }, // vblendvpd in getCmpSelInstrCost()
3255 { ISD::SELECT, MVT::v4f32, { 4, 4, 1, 3 } }, // vblendvps in getCmpSelInstrCost()
3256 { ISD::SELECT, MVT::v2i64, { 4, 4, 1, 3 } }, // pblendvb in getCmpSelInstrCost()
3257 { ISD::SELECT, MVT::v8i32, { 4, 4, 1, 3 } }, // pblendvb in getCmpSelInstrCost()
3258 { ISD::SELECT, MVT::v8i16, { 4, 4, 1, 3 } }, // pblendvb in getCmpSelInstrCost()
3259 { ISD::SELECT, MVT::v16i8, { 4, 4, 1, 3 } }, // pblendvb in getCmpSelInstrCost()
3268 { ISD::SELECT, MVT::v32i16, { 1, 1, 1, 1 } }, in getCmpSelInstrCost()
3269 { ISD::SELECT, MVT::v64i8, { 1, 1, 1, 1 } }, in getCmpSelInstrCost()
3286 { ISD::SELECT, MVT::v8i64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost()
3287 { ISD::SELECT, MVT::v4i64, { 1, 1, 1, 1 } }, in getCmpSelInstrCost()
[all …]
/freebsd/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh57 kyua db-exec SELECT "*" FROM metadata
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3326-odroid-go3.dts123 label = "SELECT";
/freebsd/tests/sys/fs/fusefs/
H A Ddev_fuse_poll.cc65 return SELECT; in poll_method_from_string()
H A Dmockfs.hh267 SELECT, enumerator
/freebsd/contrib/dialog/
H A Ddlg_keys.c484 CURSES_NAME(SELECT),
545 DIALOG_NAME(SELECT),
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp442 assert(MI.getOpcode() == Lanai::SELECT && "unknown select instruction"); in analyzeSelect()
495 assert(MI.getOpcode() == Lanai::SELECT && "unknown select instruction"); in optimizeSelect()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dinclude.am63 $(top_srcdir)/test/test.sh -b SELECT
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h49 SELECT, enumerator
H A DM68kInstrCompiler.td53 // CMOV* - Used to implement the SELECT DAG operation. Expanded after
H A DM68kISelLowering.cpp127 setOperationAction(ISD::SELECT, VT, Custom); in M68kTargetLowering()
1393 case ISD::SELECT: in LowerOperation()
1861 !(User->getOpcode() == ISD::SELECT && UOpNo == 0)) in hasNonFlagsUse()
3465 Lo = DAG.getNode(ISD::SELECT, DL, VT, CC, LoTrue, Zero); in LowerShiftLeftParts()
3466 Hi = DAG.getNode(ISD::SELECT, DL, VT, CC, HiTrue, HiFalse); in LowerShiftLeftParts()
3520 Lo = DAG.getNode(ISD::SELECT, DL, VT, CC, LoTrue, LoFalse); in LowerShiftRightParts()
3521 Hi = DAG.getNode(ISD::SELECT, DL, VT, CC, HiTrue, HiFalse); in LowerShiftRightParts()
3680 case M68kISD::SELECT: in getTargetNodeName()
/freebsd/contrib/libevent/test/
H A Dinclude.am63 $(top_srcdir)/test/test.sh -b SELECT
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h755 SELECT, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3242 if (isa<FixedVectorType>(ValTy) && ISD == ISD::SELECT) { in getCmpSelInstrCost()
3274 { ISD::SELECT, MVT::v2i1, MVT::v2f32, 2 }, in getCmpSelInstrCost()
3275 { ISD::SELECT, MVT::v2i1, MVT::v2f64, 2 }, in getCmpSelInstrCost()
3276 { ISD::SELECT, MVT::v4i1, MVT::v4f32, 2 }, in getCmpSelInstrCost()
3277 { ISD::SELECT, MVT::v4i1, MVT::v4f16, 2 }, in getCmpSelInstrCost()
3278 { ISD::SELECT, MVT::v8i1, MVT::v8f16, 2 }, in getCmpSelInstrCost()
3279 { ISD::SELECT, MVT::v16i1, MVT::v16i16, 16 }, in getCmpSelInstrCost()
3280 { ISD::SELECT, MVT::v8i1, MVT::v8i32, 8 }, in getCmpSelInstrCost()
3281 { ISD::SELECT, MVT::v16i1, MVT::v16i32, 16 }, in getCmpSelInstrCost()
3282 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2467 DAG.getNode(ISD::SELECT, dl, ExpVT, ScaleUpTwice, DecN1, DecN0); in expandLdexp()
2469 DAG.getNode(ISD::SELECT, dl, VT, ScaleUpTwice, ScaleUp1, ScaleUp0); in expandLdexp()
2494 DAG.getNode(ISD::SELECT, dl, ExpVT, ScaleDownTwice, IncN1, IncN0); in expandLdexp()
2496 DAG.getNode(ISD::SELECT, dl, VT, ScaleDownTwice, ScaleDown1, ScaleDown0); in expandLdexp()
2501 ISD::SELECT, dl, VT, NGtMaxExp, SelectX_Big, in expandLdexp()
2502 DAG.getNode(ISD::SELECT, dl, VT, NLtMinExp, SelectX_Small, X)); in expandLdexp()
2505 ISD::SELECT, dl, ExpVT, NGtMaxExp, SelectN_Big, in expandLdexp()
2506 DAG.getNode(ISD::SELECT, dl, ExpVT, NLtMinExp, SelectN_Small, N)); in expandLdexp()
2600 DAG.getNode(ISD::SELECT, dl, AsIntVT, IsDenormal, ScaledAsInt, AsInt); in expandFrexp()
2606 DAG.getNode(ISD::SELECT, dl, AsIntVT, IsDenormal, ExpMaskScaled, Abs); in expandFrexp()
[all …]

1234