Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp702 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 DHexagonBaseInfo.h32 Absolute = 1, // Absolute addressing mode enumerator
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_fp16.td102 // Absolute Compare Mask Greater Than Or Equal
106 // Absolute Compare Mask Greater Than
110 // Scalar Absolute Value
113 // Scalar Absolute Difference
H A Darm_neon.td369 // 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 Dsequences85 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 Dupdate-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
H A Dinvoke-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-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1472 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 DHexagonInstrFormats.td15 def Absolute : AddrModeType<1>; // Absolute addressing mode
16 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
H A DHexagon.td249 let KeyCol = ["Absolute"];
259 let ValueCols = [["Absolute"]];
H A DHexagonConstExtenders.cpp878 case HexagonII::Absolute: in getRegOffOpcode()
1159 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender()
1866 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
H A DHexagonDepInstrInfo.td12505 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 DJITSymbol.h84 Absolute = 1U << 3, enumerator
/freebsd-13.1/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc8 # Absolute path to the debug output file.
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.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-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td300 // 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 DIntrinsicsARM.td462 // 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 DSymbol.cpp348 ENUM_TO_CSTRING(Absolute); in GetTypeAsString()
/freebsd-13.1/contrib/apr-util/
H A Dconfigure.in28 dnl Absolute source/build directory
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td94 // Absolute value (Load Positive).
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA8.td978 // Double-register Absolute Difference and Accumulate
982 // Quad-register Absolute Difference and Accumulate
/freebsd-13.1/contrib/llvm-project/lld/docs/
H A DReleaseNotes.rst57 * 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 Dllvm-objdump.cpp1992 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 DX86MCInstLower.cpp397 bool Absolute = true; in SimplifyShortMoveForm() local
402 Absolute = false; in SimplifyShortMoveForm()
405 if (Absolute && in SimplifyShortMoveForm()

123