Home
last modified time | relevance | path

Searched refs:LO (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h146 #define PPC_REGS_LO_HI(LO, HI) \ argument
148 LO##0, LO##1, LO##2, LO##3, LO##4, LO##5, LO##6, LO##7, LO##8, LO##9, \
149 LO##10, LO##11, LO##12, LO##13, LO##14, LO##15, LO##16, LO##17, \
150 LO##18, LO##19, LO##20, LO##21, LO##22, LO##23, LO##24, LO##25, \
151 LO##26, LO##27, LO##28, LO##29, LO##30, LO##31, HI##0, HI##1, HI##2, \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenCLOptions.h56 static inline bool isOpenCLVersionContainedInMask(const LangOptions &LO, in isOpenCLVersionContainedInMask() argument
58 auto CLVer = LO.OpenCLCPlusPlus ? 200 : LO.OpenCLVersion; in isOpenCLVersionContainedInMask()
97 bool isAvailableIn(const LangOptions &LO) const { in isAvailableIn()
99 auto CLVer = LO.OpenCLCPlusPlus ? 200 : LO.OpenCLVersion; in isAvailableIn()
104 bool isCoreIn(const LangOptions &LO) const { in isCoreIn()
105 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core); in isCoreIn()
109 bool isOptionalCoreIn(const LangOptions &LO) const { in isOptionalCoreIn()
110 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Opt); in isOptionalCoreIn()
119 bool isAvailableOption(llvm::StringRef Ext, const LangOptions &LO) const;
125 bool isSupported(llvm::StringRef Ext, const LangOptions &LO) const;
[all …]
H A DLangOptions.h486 explicit FPOptions(const LangOptions &LO) { in FPOptions() argument
491 auto LangOptContractMode = LO.getDefaultFPContractMode(); in FPOptions()
495 setRoundingMode(LO.getFPRoundingMode()); in FPOptions()
496 setFPExceptionMode(LO.getFPExceptionMode()); in FPOptions()
497 setAllowFPReassociate(LO.AllowFPReassoc); in FPOptions()
498 setNoHonorNaNs(LO.NoHonorNaNs); in FPOptions()
499 setNoHonorInfs(LO.NoHonorInfs); in FPOptions()
500 setNoSignedZero(LO.NoSignedZero); in FPOptions()
501 setAllowReciprocal(LO.AllowRecip); in FPOptions()
502 setAllowApproxFunc(LO.ApproxFunc); in FPOptions()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenCLOptions.cpp18 const LangOptions &LO) const { in isAvailableOption()
23 if (OptInfo.isCoreIn(LO) || OptInfo.isOptionalCoreIn(LO)) in isAvailableOption()
24 return isSupported(Ext, LO); in isAvailableOption()
40 const LangOptions &LO) const { in isSupported()
43 I->getValue().isAvailableIn(LO); in isSupported()
47 const LangOptions &LO) const { in isSupportedCore()
50 I->getValue().isCoreIn(LO); in isSupportedCore()
54 const LangOptions &LO) const { in isSupportedOptionalCore()
57 I->getValue().isOptionalCoreIn(LO); in isSupportedOptionalCore()
61 const LangOptions &LO) const { in isSupportedCoreOrOptionalCore()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h61 PrintingPolicy(const LangOptions &LO) in PrintingPolicy()
63 SuppressTagKeyword(LO.CPlusPlus), IncludeTagDefinition(false), in PrintingPolicy()
69 SuppressDefaultTemplateArgs(true), Bool(LO.Bool), in PrintingPolicy()
70 Nullptr(LO.CPlusPlus11), Restrict(LO.C99), Alignof(LO.CPlusPlus11), in PrintingPolicy()
71 UnderscoreAlignof(LO.C11), UseVoidForZeroParams(!LO.CPlusPlus), in PrintingPolicy()
72 SplitTemplateClosers(!LO.CPlusPlus11), TerseOutput(false), in PrintingPolicy()
73 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy()
74 MSWChar(LO.MicrosoftExt && !LO.WChar), IncludeNewlines(true), in PrintingPolicy()
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativePPC_common.c136 #define LO(opcode) ((opcode) << 1) macro
138 #define ADD (HI(31) | LO(266))
139 #define ADDC (HI(31) | LO(10))
140 #define ADDE (HI(31) | LO(138))
144 #define ADDME (HI(31) | LO(234))
145 #define AND (HI(31) | LO(28))
150 #define BCCTR (HI(19) | LO(528) | (3 << 11))
151 #define BLR (HI(19) | LO(16) | (0x14 << 21))
152 #define CNTLZD (HI(31) | LO(58))
153 #define CNTLZW (HI(31) | LO(26))
[all …]
H A DsljitNativeMIPS_common.c91 #define LO(opcode) (opcode) macro
95 #define ABS_S (HI(17) | FMT_S | LO(5))
96 #define ADD_S (HI(17) | FMT_S | LO(0))
98 #define ADDU (HI(0) | LO(33))
99 #define AND (HI(0) | LO(36))
111 #define BREAK (HI(0) | LO(13))
113 #define C_UN_S (HI(17) | FMT_S | LO(49))
114 #define C_UEQ_S (HI(17) | FMT_S | LO(51))
115 #define C_ULE_S (HI(17) | FMT_S | LO(55))
116 #define C_ULT_S (HI(17) | FMT_S | LO(53))
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/mips/
H A Dtx.igen11 int64_t prod = (U8_4 (VL4_8 (HI), VL4_8 (LO))
16 LO = EXTEND32 (prod);
18 TRACE_ALU_RESULT2 (HI, LO);
20 GPR[RD] = LO;
29 uint64_t prod = (U8_4 (VL4_8 (HI), VL4_8 (LO))
34 LO = EXTEND32 (prod);
36 TRACE_ALU_RESULT2 (HI, LO);
38 GPR[RD] = LO;
H A Dvr.igen26 // and store it in the 64-bit accumulator. Optionally copy either LO or
29 // - RD is the destination register of the LO or HI move
33 // - STORE_HI_P is true if HI should be stored in RD, false if LO should be.
39 // - DOUBLE_P is true if the 64-bit accumulator is in LO, false it is a
40 // concatenation of the low 32 bits of HI and LO.
47 lhs = (!accumulate_p ? 0 : double_p ? LO : U8_4 (HI, LO));
93 LO = result;
96 LO = EXTEND32 (result);
100 GPR[rd] = store_hi_p ? HI : LO;
111 0 /* store in LO */,
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dc_dsp32alu_byteop3.s16 R4 = BYTEOP3P ( R1:0 , R3:2 ) (LO);
18 R6 = BYTEOP3P ( R1:0 , R3:2 ) (LO);
33 R0 = BYTEOP3P ( R3:2 , R1:0 ) (LO);
34 R1 = BYTEOP3P ( R3:2 , R1:0 ) (LO);
50 R4 = BYTEOP3P ( R1:0 , R3:2 ) (LO);
51 R5 = BYTEOP3P ( R1:0 , R3:2 ) (LO);
67 R0 = BYTEOP3P ( R3:2 , R1:0 ) (LO);
68 R1 = BYTEOP3P ( R3:2 , R1:0 ) (LO);
H A Dabs.S23 R3.L = LO(_AZ|_AN|_V|_V_COPY);
29 R3.L = LO(0);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_VS|_AC0|_AC0_COPY|_AC1);
H A Dvec-neg.S23 R3.L = LO(_AZ|_V|_V_COPY|_AC0|_AC0_COPY|_AC1);
29 R3.L = LO(_AN);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_VS);
H A Dvec-neg-2.S23 R3.L = LO(_AN|_AC0|_AC0_COPY);
29 R3.L = LO(_AZ|_V|_V_COPY|_VS|_AC1);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S);
H A Dvec-abs.S23 R3.L = LO(_AZ|_AN|_V|_V_COPY);
29 R3.L = LO(0);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_VS|_AC0|_AC0_COPY|_AC1);
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp32 const LangOptions &LO; member in __anon8d4d2ae70111::SarifDiagnostics
35 SarifDiagnostics(const std::string &Output, const LangOptions &LO) in SarifDiagnostics() argument
36 : OutputFile(Output), LO(LO) {} in SarifDiagnostics()
181 static json::Object createTextRegion(const LangOptions &LO, SourceRange R, in createTextRegion() argument
193 Lexer::MeasureTokenLength(R.getEnd(), SM, LO)); in createTextRegion()
198 static json::Object createPhysicalLocation(const LangOptions &LO, in createPhysicalLocation() argument
204 {"region", createTextRegion(LO, R, SMgr)}}}; in createPhysicalLocation()
256 static json::Object createThreadFlow(const LangOptions &LO, in createThreadFlow() argument
265 LO, P.asRange(), in createThreadFlow()
274 static json::Object createCodeFlow(const LangOptions &LO, in createCodeFlow() argument
[all …]
H A DTextDiagnostics.cpp40 const LangOptions &LO; member in __anonf4a8dbb70111::TextDiagnostics
45 DiagnosticsEngine &DiagEng, const LangOptions &LO, in TextDiagnostics() argument
47 : DiagOpts(std::move(DiagOpts)), DiagEng(DiagEng), LO(LO), in TextDiagnostics()
130 Rewriter Rewrite(SM, LO); in FlushDiagnosticsImpl()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Doptim.c44 # define LO(p) p->n_left->n_op macro
122 if (LO(p) == TEMP) in optim()
124 if( LO(p) != NAME ) cerror( "& error" ); in optim()
129 LO(p) = ICON; in optim()
150 if (LO(p) == ADDROF && LO(p->n_left) != TEMP) { in optim()
157 if( LO(p) != ICON ) break; in optim()
158 LO(p) = NAME; in optim()
167 if (LO(p) == RS && RCON(p->n_left) && RCON(p) && in optim()
174 else if (LO(p) == LS && RCON(p->n_left) && RCON(p)) { in optim()
212 if (LO(p) == LS && RCON(p->n_left) && RCON(p)) { in optim()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Doptim.c48 # define LO(p) p->n_left->n_op macro
126 if (LO(p) == TEMP) in optim()
128 if( LO(p) != NAME ) cerror( "& error" ); in optim()
133 LO(p) = ICON; in optim()
154 if (LO(p) == ADDROF && LO(p->n_left) != TEMP) { in optim()
161 if( LO(p) != ICON ) break; in optim()
162 LO(p) = NAME; in optim()
171 if (LO(p) == RS && RCON(p->n_left) && RCON(p) && in optim()
178 else if (LO(p) == LS && RCON(p->n_left) && RCON(p)) { in optim()
214 if (LO(p) == LS && RCON(p->n_left) && RCON(p)) { in optim()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h34 LO, // Carry clear Less than enumerator
53 case HS: return LO; in getOppositeCondition()
54 case LO: return HS; in getOppositeCondition()
77 case ARMCC::LO: return ARMCC::HI; in getSwappedCondition()
78 case ARMCC::HI: return ARMCC::LO; in getSwappedCondition()
151 case ARMCC::LO: return "lo"; in ARMCondCodeToString()
173 .Case("lo", ARMCC::LO) in ARMCondCodeFromString()
174 .Case("cc", ARMCC::LO) in ARMCondCodeFromString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateName.cpp261 LangOptions LO; in operator <<() local
262 LO.CPlusPlus = true; in operator <<()
263 LO.Bool = true; in operator <<()
265 N.print(OS, PrintingPolicy(LO)); in operator <<()
272 LangOptions LO; // FIXME! in dump() local
273 LO.CPlusPlus = true; in dump()
274 LO.Bool = true; in dump()
275 print(OS, PrintingPolicy(LO)); in dump()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DVirtualCallChecker.cpp228 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterVirtualCallModeling() local
229 return LO.CPlusPlus; in shouldRegisterVirtualCallModeling()
233 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterPureVirtualCallChecker() local
234 return LO.CPlusPlus; in shouldRegisterPureVirtualCallChecker()
238 const LangOptions &LO = mgr.getLangOpts(); in shouldRegisterVirtualCallChecker() local
239 return LO.CPlusPlus; in shouldRegisterVirtualCallChecker()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-dlx.c59 int LO; member
592 the_insn.HI = the_insn.LO = 0; in parse_operand()
605 the_insn.LO = 1; in parse_operand()
608 the_insn.LO = 0; in parse_operand()
611 if (the_insn.HI || the_insn.LO) in parse_operand()
743 the_insn.LO = 0; in machine_ip()
748 the_insn.LO = 0; in machine_ip()
786 if (the_insn.HI && the_insn.LO) in machine_ip()
791 the_insn.LO = 0; in machine_ip()
797 : (the_insn.LO ? RELOC_DLX_LO16 : RELOC_DLX_16); in machine_ip()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-dlx.c59 int LO; member
592 the_insn.HI = the_insn.LO = 0; in parse_operand()
605 the_insn.LO = 1; in parse_operand()
608 the_insn.LO = 0; in parse_operand()
611 if (the_insn.HI || the_insn.LO) in parse_operand()
742 the_insn.LO = 0; in machine_ip()
747 the_insn.LO = 0; in machine_ip()
785 if (the_insn.HI && the_insn.LO) in machine_ip()
790 the_insn.LO = 0; in machine_ip()
796 : (the_insn.LO ? RELOC_DLX_LO16 : RELOC_DLX_16); in machine_ip()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h39 void BeginSourceFile(const LangOptions &LO, in BeginSourceFile() argument
41 Primary->BeginSourceFile(LO, PP); in BeginSourceFile()
42 Secondary->BeginSourceFile(LO, PP); in BeginSourceFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h69 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter() argument
70 : SourceMgr(&SM), LangOpts(&LO) {} in Rewriter()
72 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr() argument
74 LangOpts = &LO; in setSourceMgr()

12345678910>>...14