Home
last modified time | relevance | path

Searched refs:Absolute (Results 1 – 25 of 77) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCDuplexInfo.cpp704 bool Absolute; in deriveSubInst() local
712 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
713 if (Absolute) { in deriveSubInst()
768 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
769 assert(Absolute);(void)Absolute; in deriveSubInst()
893 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
894 assert(Absolute);(void)Absolute; in deriveSubInst()
925 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
926 assert(Absolute);(void)Absolute; in deriveSubInst()
992 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
[all …]
HDHexagonBaseInfo.h37 Absolute = 1, // Absolute addressing mode enumerator
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_fp16.td102 // Absolute Compare Mask Greater Than Or Equal
106 // Absolute Compare Mask Greater Than
110 // Scalar Absolute Value
113 // Scalar Absolute Difference
HDarm_neon.td292 // E.3.5 Absolute Difference
701 // Absolute Difference
1312 // Scalar Floating-point Absolute Compare Mask Greater Than Or Equal
1317 // Scalar Floating-point Absolute Compare Mask Greater Than
1322 // Scalar Absolute Value
1326 // Scalar Absolute Difference
1330 // Scalar Signed Saturating Absolute Value
HDBuiltinsPPC.def286 // Absolute difference built-ins
/freebsd-11-stable/sys/teken/
HDsequences84 HPA Horizontal Position Absolute ^[ [ G n
85 HPA Horizontal Position Absolute ^[ [ ` n
101 VPA Vertical Position Absolute ^[ [ d n
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp1458 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1459 if (Absolute) { in processInstruction()
1495 if (Absolute) { in processInstruction()
1685 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local
1686 if (!Absolute) in processInstruction()
1708 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1709 if (!Absolute) in processInstruction()
1738 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
1739 if (!Absolute) in processInstruction()
1862 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local
[all …]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
HDupdate-leap.in402 -C Absolute path to CA Cert (see SSL/TLS Considerations)
408 -f Absolute path ntp.conf file (default /etc/ntp.conf)
413 -L Absolute path to leapfile on the local system
HDinvoke-update-leap.texi79 -C Absolute path to CA Cert (see SSL/TLS Considerations)
85 -f Absolute path ntp.conf file (default /etc/ntp.conf)
90 -L Absolute path to leapfile on the local system
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrFormats.td15 def Absolute : AddrModeType<1>; // Absolute addressing mode
16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
HDHexagon.td215 let KeyCol = ["Absolute"];
225 let ValueCols = [["Absolute"]];
HDHexagonConstExtenders.cpp879 case HexagonII::Absolute: in getRegOffOpcode()
1160 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender()
1849 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
HDHexagonDepInstrInfo.td12376 let addrMode = Absolute;
12418 let addrMode = Absolute;
12461 let addrMode = Absolute;
12501 let addrMode = Absolute;
12542 let addrMode = Absolute;
12580 let addrMode = Absolute;
12619 let addrMode = Absolute;
12655 let addrMode = Absolute;
12696 let addrMode = Absolute;
12738 let addrMode = Absolute;
[all …]
/freebsd-11-stable/contrib/binutils/gas/doc/
HDc-cr16.texi51 @item Absolute Operand
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicsAArch64.td253 // Vector Compare Absolute Greater-than-or-equal
256 // Vector Compare Absolute Greater-than
259 // Vector Absolute Difference
264 // Scalar Absolute Difference
380 // Vector Absolute Value
383 // Vector Saturating Absolute Value
HDIntrinsicsARM.td462 // Vector Absolute Compare.
466 // Vector Absolute Differences.
546 // Vector Absolute Value and Saturating Absolute Value.
/freebsd-11-stable/stand/pc98/boot0.5/
HDputssjis.s39 # Absolute address of putssjis_entry must be 0x1243.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
HDJITSymbol.h84 Absolute = 1U << 3, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDVirtualFileSystem.cpp321 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local
322 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory()
324 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory()
328 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory()
330 WD = {Absolute, Resolved}; in setCurrentWorkingDirectory()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDSymbol.cpp347 ENUM_TO_CSTRING(Absolute); in GetTypeAsString()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDObjectLinkingLayer.cpp124 Flags |= JITSymbolFlags::Absolute; in notifyResolved()
/freebsd-11-stable/contrib/apr-util/
HDconfigure.in28 dnl Absolute source/build directory
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrHFP.td94 // Absolute value (Load Positive).
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDREADME_P9.txt178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMScheduleA8.td978 // Double-register Absolute Difference and Accumulate
982 // Quad-register Absolute Difference and Accumulate

1234