Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.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()
682 assert(Higher->Left == Lower); in rotateRight()
689 Higher->Left = Lower->Right; in rotateRight()
690 update(Higher); in rotateRight()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h69 Higher, enumerator
456 SDValue Higher = getTargetNode(N, Ty, DAG, MipsII::MO_HIGHER); in getAddrNonPICSym64() local
459 DAG.getNode(MipsISD::Higher, DL, Ty, Higher)); in getAddrNonPICSym64()
H A DMipsSEISelDAGToDAG.cpp1240 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect() local
1245 SDValue HigherVal = CurDAG->getTargetConstant(Higher, DL, MVT::i32); in trySelect()
1276 if (Higher) in trySelect()
1288 (Highest || Higher) ? SDValue(HiRes, 0) : ZeroVal, in trySelect()
1305 const bool HiResNonZero = Highest || Higher; in trySelect()
H A DRelocation.txt33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
H A DMipsRegisterInfo.td160 // Higher half of 64-bit FP registers.
H A DMipsISelLowering.cpp181 case MipsISD::Higher: return "MipsISD::Higher"; in getTargetNodeName()
H A DMipsInstrInfo.td66 def MipsHigher : SDNode<"MipsISD::Higher", SDTIntUnaryOp>;
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dxlnx,clocking-wizard.yaml47 Speed grade of the device. Higher the speed grade faster is the FPGA device.
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dqcom,lpass-lpi-common.yaml54 1: Higher Slew rate (faster edges)
H A Dqcom,lpass-lpi-pinctrl.yaml86 1: Higher Slew rate (faster edges)
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpmc-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/sys/contrib/device-tree/Bindings/iio/proximity/
H A Dsemtech,sx9360.yaml43 "measurement". Higher the number, higher the resolution.
H A Dsemtech,sx9324.yaml87 Higher the number, higher the resolution.
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dsifive,plic-1.0.0.txt16 Each interrupt has a configurable priority. Higher priority interrupts are
H A Dsifive,plic-1.0.0.yaml24 Each interrupt has a configurable priority. Higher priority interrupts are
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dmicrochip,cap11xx.yaml79 Higher value means more sensitive settings.
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/
H A Dda850-evm.dts197 * point by default. Higher frequencies must be enabled for custom boards with
/freebsd/sys/geom/
H A Dnotes51 At level one we collect the full statistics. Higher levels are
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrControl.td60 /// EQ—Equal HI—Higher
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2339 MCPhysReg Higher = RegInfo->getSubReg(Reg, 2); in assignCalleeSavedSpillSlots() local
2344 !MRI.isPhysRegModified(Higher)) in assignCalleeSavedSpillSlots()
/freebsd/sys/contrib/zstd/programs/
H A Dzstd.1.md492 Higher numbers of bits increases the chance to find a match which usually
/freebsd/stand/forth/
H A Dsupport.4th896 \ Higher level file processing
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok362 I. Hirschsohn AMESPLOT, a Higher Level Data Plotting
2096 Ray V. Poore Computer Networks in Higher Education:
3220 Computing Effort in Higher Education: an
/freebsd/contrib/sendmail/contrib/
H A Dmmuegel886 ;# This is used to order the queue. Higher numbers mean
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc730 containing a report on the library's actions. Higher trace

12