/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 167 Node *rotateLeft(Node *Lower, Node *Higher); 168 Node *rotateRight(Node *Lower, Node *Higher); 666 RangeTree::Node *RangeTree::rotateLeft(Node *Lower, Node *Higher) { in rotateLeft() argument 667 assert(Higher->Right == Lower); in rotateLeft() 674 Higher->Right = Lower->Left; in rotateLeft() 675 update(Higher); in rotateLeft() 676 Lower->Left = Higher; in rotateLeft() 681 RangeTree::Node *RangeTree::rotateRight(Node *Lower, Node *Higher) { in rotateRight() argument 682 assert(Higher->Left == Lower); in rotateRight() 689 Higher->Left = Lower->Right; in rotateRight() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.h | 69 Higher, enumerator 460 SDValue Higher = getTargetNode(N, Ty, DAG, MipsII::MO_HIGHER); in getAddrNonPICSym64() local 463 DAG.getNode(MipsISD::Higher, DL, Ty, Higher)); in getAddrNonPICSym64()
|
H A D | MipsSEISelDAGToDAG.cpp | 1252 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect() local 1257 SDValue HigherVal = CurDAG->getTargetConstant(Higher, DL, MVT::i32); in trySelect() 1288 if (Higher) in trySelect() 1300 (Highest || Higher) ? SDValue(HiRes, 0) : ZeroVal, in trySelect() 1317 const bool HiResNonZero = Highest || Higher; in trySelect()
|
H A D | Relocation.txt | 33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
|
H A D | MipsRegisterInfo.td | 160 // Higher half of 64-bit FP registers.
|
H A D | MipsInstrInfo.td | 66 def MipsHigher : SDNode<"MipsISD::Higher", SDTIntUnaryOp>;
|
H A D | MipsISelLowering.cpp | 182 case MipsISD::Higher: return "MipsISD::Higher"; in getTargetNodeName()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | gpmc-nand.txt | 107 Higher ECC scheme usually means better protection against bit-flips and 121 Higher ECC schemes require more OOB/Spare area to store ECC syndrome,
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | sifive,plic-1.0.0.txt | 16 Each interrupt has a configurable priority. Higher priority interrupts are
|
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/ |
H A D | da850-evm.dts | 197 * point by default. Higher frequencies must be enabled for custom boards with
|
/freebsd/sys/geom/ |
H A D | notes | 51 At level one we collect the full statistics. Higher levels are
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kInstrControl.td | 60 /// EQ—Equal HI—Higher
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.cpp | 2346 MCPhysReg Higher = RegInfo->getSubReg(Reg, 2); in assignCalleeSavedSpillSlots() local 2351 !MRI.isPhysRegModified(Higher)) in assignCalleeSavedSpillSlots()
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8226.dtsi | 134 /* Higher CPU frequencies need speedbin support */
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1.md | 492 Higher numbers of bits increases the chance to find a match which usually
|
/freebsd/stand/forth/ |
H A D | support.4th | 896 \ Higher level file processing
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 362 I. Hirschsohn AMESPLOT, a Higher Level Data Plotting 2096 Ray V. Poore Computer Networks in Higher Education: 3220 Computing Effort in Higher Education: an
|
H A D | funstack.in | 2485 title = "{AMESPLOT}, a Higher Level Data Plotting Software System", 15811 title = "Computer Networks in Higher Education: Socio-Economic-Political Factors", 24650 …title = "Strategic Planning Methodology for the Computing Effort in Higher Education: an Em…
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mmuegel | 886 ;# This is used to order the queue. Higher numbers mean
|
/freebsd/contrib/ncurses/doc/ |
H A D | ncurses-intro.doc | 732 containing a report on the library's actions. Higher trace
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 9508 Higher verbosity shows the error.
|