| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCDuplexInfo.cpp | 702 bool Absolute; in deriveSubInst() local 710 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 711 if (Absolute) { in deriveSubInst() 766 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 767 assert(Absolute);(void)Absolute; in deriveSubInst() 891 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 892 assert(Absolute);(void)Absolute; in deriveSubInst() 923 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 924 assert(Absolute);(void)Absolute; in deriveSubInst() 990 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() [all …]
|
| H A D | HexagonBaseInfo.h | 32 Absolute = 1, // Absolute addressing mode enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_fp16.td | 102 // Absolute Compare Mask Greater Than Or Equal 106 // Absolute Compare Mask Greater Than 110 // Scalar Absolute Value 113 // Scalar Absolute Difference
|
| H A D | arm_neon.td | 369 // E.3.5 Absolute Difference 799 // Absolute Difference 1498 // Scalar Floating-point Absolute Compare Mask Greater Than Or Equal 1503 // Scalar Floating-point Absolute Compare Mask Greater Than 1508 // Scalar Absolute Value 1512 // Scalar Absolute Difference 1516 // Scalar Signed Saturating Absolute Value
|
| /freebsd-13.1/sys/teken/ |
| H A D | sequences | 85 HPA Horizontal Position Absolute ^[ [ G n 86 HPA Horizontal Position Absolute ^[ [ ` n 102 VPA Vertical Position Absolute ^[ [ d n
|
| /freebsd-13.1/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap.in | 402 -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
|
| H A D | invoke-update-leap.texi | 79 -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-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1472 if (Absolute) { in processInstruction() 1508 if (Absolute) { in processInstruction() 1698 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local 1699 if (!Absolute) in processInstruction() 1721 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1722 if (!Absolute) in processInstruction() 1751 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1752 if (!Absolute) in processInstruction() 1875 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1876 if (!Absolute) in processInstruction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrFormats.td | 15 def Absolute : AddrModeType<1>; // Absolute addressing mode 16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
|
| H A D | Hexagon.td | 249 let KeyCol = ["Absolute"]; 259 let ValueCols = [["Absolute"]];
|
| H A D | HexagonConstExtenders.cpp | 878 case HexagonII::Absolute: in getRegOffOpcode() 1159 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender() 1866 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
|
| H A D | HexagonDepInstrInfo.td | 12505 let addrMode = Absolute; 12547 let addrMode = Absolute; 12590 let addrMode = Absolute; 12630 let addrMode = Absolute; 12671 let addrMode = Absolute; 12709 let addrMode = Absolute; 12748 let addrMode = Absolute; 12784 let addrMode = Absolute; 12825 let addrMode = Absolute; 12867 let addrMode = Absolute; [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 84 Absolute = 1U << 3, enumerator
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/ |
| H A D | zed.rc | 8 # Absolute path to the debug output file.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 321 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-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 300 // Vector Compare Absolute Greater-than-or-equal 303 // Vector Compare Absolute Greater-than 306 // Vector Absolute Difference 311 // Scalar Absolute Difference 427 // Vector Absolute Value 430 // Vector Saturating Absolute Value
|
| H A D | IntrinsicsARM.td | 462 // Vector Absolute Compare. 466 // Vector Absolute Differences. 546 // Vector Absolute Value and Saturating Absolute Value.
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 348 ENUM_TO_CSTRING(Absolute); in GetTypeAsString()
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | configure.in | 28 dnl Absolute source/build directory
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 94 // Absolute value (Load Positive).
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA8.td | 978 // Double-register Absolute Difference and Accumulate 982 // Quad-register Absolute Difference and Accumulate
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/ |
| H A D | ReleaseNotes.rst | 57 * Absolute relocations referencing undef weak now produce dynamic relocations for -pie, matching GO…
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1992 bool Absolute = Flags & SymbolRef::SF_Absolute; in printSymbol() local 1997 if ((Section != O->section_end() || Absolute) && !Weak) in printSymbol() 2032 if (Absolute) { in printSymbol()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 397 bool Absolute = true; in SimplifyShortMoveForm() local 402 Absolute = false; in SimplifyShortMoveForm() 405 if (Absolute && in SimplifyShortMoveForm()
|