Home
last modified time | relevance | path

Searched refs:Higher (Results 1 – 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonConstExtenders.cpp167 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-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsISelLowering.h69 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()
HDMipsSEISelDAGToDAG.cpp1252 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()
HDRelocation.txt33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
HDMipsRegisterInfo.td160 // Higher half of 64-bit FP registers.
HDMipsInstrInfo.td66 def MipsHigher : SDNode<"MipsISD::Higher", SDTIntUnaryOp>;
HDMipsISelLowering.cpp182 case MipsISD::Higher: return "MipsISD::Higher"; in getTargetNodeName()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/mtd/
HDgpmc-nand.txt107 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-13-stable/sys/contrib/device-tree/Bindings/interrupt-controller/
Dsifive,plic-1.0.0.txt16 Each interrupt has a configurable priority. Higher priority interrupts are
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDda850-evm.dts197 * point by default. Higher frequencies must be enabled for custom boards with
/freebsd-13-stable/sys/geom/
HDnotes51 At level one we collect the full statistics. Higher levels are
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrControl.td60 /// EQ—Equal HI—Higher
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCFrameLowering.cpp2346 MCPhysReg Higher = RegInfo->getSubReg(Reg, 2); in assignCalleeSavedSpillSlots() local
2351 !MRI.isPhysRegModified(Higher)) in assignCalleeSavedSpillSlots()
/freebsd-13-stable/sys/contrib/zstd/programs/
HDzstd.1.md465 Higher numbers of bits increases the chance to find a match which usually
/freebsd-13-stable/stand/forth/
HDsupport.4th896 \ Higher level file processing
/freebsd-13-stable/contrib/sendmail/contrib/
HDmmuegel886 ;# This is used to order the queue. Higher numbers mean
/freebsd-13-stable/contrib/ncurses/doc/
HDncurses-intro.doc730 containing a report on the library's actions. Higher trace
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog9508 Higher verbosity shows the error.