| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | FileSpec.h | 421 m_absolute = Absolute::Calculate; in PathWasModified() 424 enum class Absolute : uint8_t { enum 434 mutable Absolute m_absolute = Absolute::Calculate; ///< Cache absoluteness.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCDuplexInfo.cpp | 699 bool Absolute; in deriveSubInst() local 707 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 708 if (Absolute) { in deriveSubInst() 763 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 764 assert(Absolute);(void)Absolute; in deriveSubInst() 886 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 887 assert(Absolute);(void)Absolute; in deriveSubInst() 918 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() 919 assert(Absolute);(void)Absolute; in deriveSubInst() 985 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst() [all …]
|
| H A D | HexagonBaseInfo.h | 32 Absolute = 1, // Absolute addressing mode enumerator
|
| /openbsd-src/gnu/llvm/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 | 367 // E.3.5 Absolute Difference 797 // Absolute Difference 1497 // Scalar Floating-point Absolute Compare Mask Greater Than Or Equal 1502 // Scalar Floating-point Absolute Compare Mask Greater Than 1507 // Scalar Absolute Value 1511 // Scalar Absolute Difference 1515 // Scalar Signed Saturating Absolute Value
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | FileSpec.cpp | 499 if (m_absolute != Absolute::Calculate) in IsAbsolute() 500 return m_absolute == Absolute::Yes; in IsAbsolute() 502 m_absolute = Absolute::No; in IsAbsolute() 510 m_absolute = Absolute::Yes; in IsAbsolute() 513 return m_absolute == Absolute::Yes; in IsAbsolute()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangOffloadPackager.rst | 41 | uint64_t | entry offset | Absolute offset of the offload entries in bytes | 65 | uint64_t | string offset | Absolute offset of the string metadata table | 69 | uint64_t | image offset | Absolute offset of the device image in bytes | 127 | uint64_t | key offset | Absolute byte offset of the key in th string table | 129 | uint64_t | value offset | Absolute byte offset of the value in the string table |
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | iq10.cpu | 370 (dni rba "Read Bytes Absolute" (MACH10 USES-RS USES-RT USES-RD) 376 (dni rbal "Read Bytes Absolute and Lock" (MACH10 USES-RS USES-RT USES-RD) 382 (dni rbar "Read Bytes Absolute and Release" (MACH10 USES-RS USES-RT USES-RD) 388 (dni wba "Write Bytes Absolute" (MACH10 USES-RS USES-RT USES-RD) 394 (dni wbau "Write Bytes Absolute and Unlock" (MACH10 USES-RS USES-RT USES-RD) 400 (dni wbac "Write Bytes Absolute Cacheable" (MACH10 USES-RS USES-RT USES-RD) 466 (dni pkrla "Packet Release Absolute" (MACH10 USES-RS USES-RT USES-RD) 472 (dni pkrlau "Packet Release Absolute Unconditional" (MACH10 USES-RS USES-RT USES-RD) 478 (dni pkrlah "Packet Release Absolute and Hold" (MACH10 USES-RS USES-RT USES-RD) 484 (dni pkrlac "Packet Release Absolute Continue" (MACH10 USES-RS USES-RT USES-RD) [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | iq10.cpu | 370 (dni rba "Read Bytes Absolute" (MACH10 USES-RS USES-RT USES-RD) 376 (dni rbal "Read Bytes Absolute and Lock" (MACH10 USES-RS USES-RT USES-RD) 382 (dni rbar "Read Bytes Absolute and Release" (MACH10 USES-RS USES-RT USES-RD) 388 (dni wba "Write Bytes Absolute" (MACH10 USES-RS USES-RT USES-RD) 394 (dni wbau "Write Bytes Absolute and Unlock" (MACH10 USES-RS USES-RT USES-RD) 400 (dni wbac "Write Bytes Absolute Cacheable" (MACH10 USES-RS USES-RT USES-RD) 466 (dni pkrla "Packet Release Absolute" (MACH10 USES-RS USES-RT USES-RD) 472 (dni pkrlau "Packet Release Absolute Unconditional" (MACH10 USES-RS USES-RT USES-RD) 478 (dni pkrlah "Packet Release Absolute and Hold" (MACH10 USES-RS USES-RT USES-RD) 484 (dni pkrlac "Packet Release Absolute Continue" (MACH10 USES-RS USES-RT USES-RD) [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/ti/ |
| H A D | wide.out_ascii | 7 Absolute .ti of more than 72n:
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1469 bool Absolute = MO_1.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1470 if (Absolute) { in processInstruction() 1506 if (Absolute) { in processInstruction() 1696 bool Absolute = Expr.evaluateAsAbsolute(Value); in processInstruction() local 1697 if (!Absolute) in processInstruction() 1719 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1720 if (!Absolute) in processInstruction() 1749 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local 1750 if (!Absolute) in processInstruction() 1873 bool Absolute = Imm.getExpr()->evaluateAsAbsolute(Value); in processInstruction() local [all …]
|
| /openbsd-src/gnu/llvm/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 | 281 let KeyCol = ["Absolute"]; 291 let ValueCols = [["Absolute"]];
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 84 Absolute = 1U << 3, enumerator
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-xtensa.texi | 536 * Absolute Literals Directive:: Control PC-Relative vs. Absolute Literals. 621 (@pxref{Absolute Literals Directive}) are placed in a separate 695 @code{.lit4} for absolute mode @code{L32R} instructions (@pxref{Absolute 721 @node Absolute Literals Directive
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 827 * :ref:`Absolute<amdgpu_synid_absolute_expression>`. 832 Absolute Expressions 836 Absolute expressions must not include unassigned and relocatable values 839 Absolute expressions are evaluated to 64-bit integer values and converted to
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-dwarfdump.rst | 114 Print all source files mentioned in the debug information. Absolute
|
| H A D | llvm-nm.rst | 33 Absolute symbol.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 318 // Vector Compare Absolute Greater-than-or-equal 321 // Vector Compare Absolute Greater-than 324 // Vector Absolute Difference 329 // Scalar Absolute Difference 445 // Vector Absolute Value 448 // Vector Saturating Absolute Value
|
| H A D | IntrinsicsARM.td | 539 // Vector Absolute Compare. 543 // Vector Absolute Differences. 621 // Vector Absolute Value and Saturating Absolute Value.
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | VirtualFileSystem.cpp | 339 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local 340 adjustPath(Path, Storage).toVector(Absolute); in setCurrentWorkingDirectory() 342 if (auto Err = llvm::sys::fs::is_directory(Absolute, IsDir)) in setCurrentWorkingDirectory() 346 if (auto Err = llvm::sys::fs::real_path(Absolute, Resolved)) in setCurrentWorkingDirectory() 348 WD = {Absolute, Resolved}; in setCurrentWorkingDirectory()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrHFP.td | 94 // Absolute value (Load Positive).
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlrebackslash.pod | 66 \1 Absolute backreference. Not in []. 243 ending of the snippet before it. See L</Absolute referencing> for more 274 potentially clash with old-style backreferences (see L</Absolute referencing> 425 =head3 Absolute referencing
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Symbol.cpp | 348 ENUM_TO_CSTRING(Absolute); in GetTypeAsString()
|