HomeSort by: relevance | last modified time | path
    Searched refs:LO (Results 1 - 25 of 211) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
OpenCLOptions.h 56 static inline bool isOpenCLVersionContainedInMask(const LangOptions &LO,
58 auto CLVer = LO.OpenCLCPlusPlus ? 200 : LO.OpenCLVersion;
96 // Is option available in OpenCL version \p LO.
97 bool isAvailableIn(const LangOptions &LO) const {
99 auto CLVer = LO.OpenCLCPlusPlus ? 200 : LO.OpenCLVersion;
103 // Is core option in OpenCL version \p LO.
104 bool isCoreIn(const LangOptions &LO) const {
105 return isAvailableIn(LO) && isOpenCLVersionContainedInMask(LO, Core)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 61 PrintingPolicy(const LangOptions &LO)
63 SuppressTagKeyword(LO.CPlusPlus), IncludeTagDefinition(false),
69 SuppressDefaultTemplateArgs(true), Bool(LO.Bool),
70 Nullptr(LO.CPlusPlus11), Restrict(LO.C99), Alignof(LO.CPlusPlus11),
71 UnderscoreAlignof(LO.C11), UseVoidForZeroParams(!LO.CPlusPlus),
72 SplitTemplateClosers(!LO.CPlusPlus11), TerseOutput(false),
73 PolishForDeclaration(false), Half(LO.Half)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 146 #define PPC_REGS_LO_HI(LO, HI) \
148 LO##0, LO##1, LO##2, LO##3, LO##4, LO##5, LO##6, LO##7, LO##8, LO##9,
    [all...]
  /src/tests/kernel/arch/sparc/
signalsphandler.S 39 #define LO(label, reg) \
43 sethi %hi(label), reg /* reg := &label - %lo(label) */
44 #define LO(label, reg) \
45 reg + %lo(label)
61 st %sp, [LO(_C_LABEL(signalsp), %o5)] /* signalsp := sp */
contextspfunc.S 39 #define LO(label, reg) \
43 sethi %hi(label), reg /* reg := &label - %lo(label) */
44 #define LO(label, reg) \
45 reg + %lo(label)
61 st %sp, [LO(_C_LABEL(contextsp), %o5)] /* contextsp := sp */
execsp.S 39 #define LO(label, reg) \
43 sethi %hi(label), reg /* reg := &label - %lo(label) */
44 #define LO(label, reg) \
45 reg + %lo(label)
61 st %sp, [LO(_C_LABEL(startsp), %o2)] /* startsp := sp */
77 st %sp, [LO(_C_LABEL(ctorsp), %o5)] /* ctorsp := sp */
97 st %sp, [LO(_C_LABEL(mainsp), %o5)] /* mainsp := sp */
113 st %sp, [LO(_C_LABEL(dtorsp), %o5)] /* dtorsp := sp */
  /src/common/lib/libc/arch/arm/atomic/
atomic_dec_64.S 38 subs LO, LO, #1 /* calculate new value */
atomic_inc_64.S 38 adds LO, LO, #1 /* calculate new value (return value) */
atomic_sub_64.S 44 subs LO, LO, NLO /* calculate new value lo */
atomic_op_asm.h 59 #define LO r1
65 #define LO r0
atomic_add_64.S 43 adds LO, LO, NLO /* calculate new value lo */
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenCLOptions.cpp 18 const LangOptions &LO) const {
23 if (OptInfo.isCoreIn(LO) || OptInfo.isOptionalCoreIn(LO))
24 return isSupported(Ext, LO);
40 const LangOptions &LO) const {
43 I->getValue().isAvailableIn(LO);
47 const LangOptions &LO) const {
50 I->getValue().isCoreIn(LO);
54 const LangOptions &LO) const {
57 I->getValue().isOptionalCoreIn(LO);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h 34 LO, // Carry clear Less than
53 case HS: return LO;
54 case LO: return HS;
77 case ARMCC::LO: return ARMCC::HI;
78 case ARMCC::HI: return ARMCC::LO;
151 case ARMCC::LO: return "lo";
173 .Case("lo", ARMCC::LO)
174 .Case("cc", ARMCC::LO)
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_dsp32alu_byteop3.s 16 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);
abs-2.S 23 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);
abs-3.S 23 R3.L = LO(_AN|_V|_V_COPY);
29 R3.L = LO(_AZ);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_VS|_AC0|_AC0_COPY|_AC1);
abs-4.S 23 R3.L = LO(_AZ|_AN);
29 R3.L = LO(_V|_V_COPY|_VS);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_AC0|_AC0_COPY|_AC1);
abs.S 23 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);
neg-2.S 23 R3.L = LO(_AZ|_AC0|_AC0_COPY);
29 R3.L = LO(_AN|_V|_V_COPY|_VS);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_AC1);
neg-3.S 23 R3.L = LO(_AN|_V|_V_COPY);
29 R3.L = LO(_AZ|_AC0|_AC0_COPY);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_VS|_AC1);
neg.S 23 R3.L = LO(_AZ|_V|_V_COPY|_AC0|_AC0_COPY);
29 R3.L = LO(_AN);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_VS|_AC1);
vec-abs-2.S 23 R3.L = LO(_AN);
29 R3.L = LO(_AZ|_V|_V_COPY|_VS);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_AC0|_AC0_COPY|_AC1);
vec-abs-3.S 23 R3.L = LO(_AN);
29 R3.L = LO(_AZ|_V|_V_COPY|_VS);
35 R3.L = LO(_CC|_AQ|_RND_MOD|_AV0|_AV0S|_AV1|_AV1S|_AC0|_AC0_COPY|_AC1);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_dsp32alu_byteop3.s 16 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);
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 39 void BeginSourceFile(const LangOptions &LO,
41 Primary->BeginSourceFile(LO, PP);
42 Secondary->BeginSourceFile(LO, PP);

Completed in 48 milliseconds

1 2 3 4 5 6 7 8 9