Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCDuplexInfo.cpp705 bool Absolute; in deriveSubInst() local
713 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
714 if (Absolute) { in deriveSubInst()
769 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
770 assert(Absolute);(void)Absolute; in deriveSubInst()
894 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
895 assert(Absolute);(void)Absolute; in deriveSubInst()
926 Absolute = Inst.getOperand(2).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
927 assert(Absolute);(void)Absolute; in deriveSubInst()
993 Absolute = Inst.getOperand(1).getExpr()->evaluateAsAbsolute(Value); in deriveSubInst()
[all …]
H A DHexagonBaseInfo.h38 Absolute = 1, // Absolute addressing mode enumerator
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A Darm_fp16.td99 // Absolute Compare Mask Greater Than Or Equal
103 // Absolute Compare Mask Greater Than
107 // Scalar Absolute Value
110 // Scalar Absolute Difference
H A Darm_neon.td286 // E.3.5 Absolute Difference
695 // Absolute Difference
1306 // Scalar Floating-point Absolute Compare Mask Greater Than Or Equal
1311 // Scalar Floating-point Absolute Compare Mask Greater Than
1316 // Scalar Absolute Value
1320 // Scalar Absolute Difference
1324 // Scalar Signed Saturating Absolute Value
H A DBuiltinsPPC.def287 // Absolute difference built-ins
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1460 if (Absolute) { in processInstruction()
1496 if (Absolute) { in processInstruction()
1687 assert(Absolute); in processInstruction()
1688 (void)Absolute; in processInstruction()
1710 assert(Absolute); in processInstruction()
1711 (void)Absolute; in processInstruction()
1740 assert(Absolute); in processInstruction()
1741 (void)Absolute; in processInstruction()
1864 assert(Absolute); in processInstruction()
1865 (void)Absolute; in processInstruction()
[all …]
/freebsd-12.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-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsAArch64.td249 // Vector Compare Absolute Greater-than-or-equal
252 // Vector Compare Absolute Greater-than
255 // Vector Absolute Difference
260 // Scalar Absolute Difference
375 // Vector Absolute Value
378 // Vector Saturating Absolute Value
H A DIntrinsicsARM.td455 // Vector Absolute Compare.
459 // Vector Absolute Differences.
539 // Vector Absolute Value and Saturating Absolute Value.
/freebsd-12.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-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td16 def Absolute : AddrModeType<1>; // Absolute addressing mode
17 def AbsoluteSet : AddrModeType<2>; // Absolute set addressing mode
H A DHexagon.td216 let KeyCol = ["Absolute"];
226 let ValueCols = [["Absolute"]];
H A DHexagonConstExtenders.cpp878 case HexagonII::Absolute: in getRegOffOpcode()
1159 case HexagonII::Absolute: // (__: ## + __<<_) in recordExtender()
1848 IsAbs = AM == HexagonII::Absolute; in replaceInstr()
H A DHexagonDepInstrInfo.td12377 let addrMode = Absolute;
12419 let addrMode = Absolute;
12462 let addrMode = Absolute;
12502 let addrMode = Absolute;
12543 let addrMode = Absolute;
12581 let addrMode = Absolute;
12620 let addrMode = Absolute;
12656 let addrMode = Absolute;
12697 let addrMode = Absolute;
12739 let addrMode = Absolute;
[all …]
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-cr16.texi51 @item Absolute Operand
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h66 Absolute = 1U << 3, enumerator
/freebsd-12.1/contrib/apr-util/
H A Dconfigure.in28 dnl Absolute source/build directory
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymbol.cpp343 ENUM_TO_CSTRING(Absolute); in GetTypeAsString()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrHFP.td95 // Absolute value (Load Positive).
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt178 - QP Absolute/Negative-Absolute/Negate: xsabsqp xsnabsqp xsnegqp
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp373 bool Absolute = true; in SimplifyShortMoveForm() local
378 Absolute = false; in SimplifyShortMoveForm()
381 if (Absolute && in SimplifyShortMoveForm()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMScheduleA8.td979 // Double-register Absolute Difference and Accumulate
983 // Quad-register Absolute Difference and Accumulate
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2043 bool Absolute = Flags & SymbolRef::SF_Absolute; in printSymbolTable() local
2072 if (Absolute) { in printSymbolTable()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsDSPInstrInfo.td604 // Absolute value
1012 // Absolute

123