HomeSort by relevance Sort by last modified time
    Searched defs:LO (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/AST/
TemplateName.cpp 163 LangOptions LO;
164 LO.CPlusPlus = true;
165 LO.Bool = true;
167 N.print(OS, PrintingPolicy(LO));
174 LangOptions LO; // FIXME!
175 LO.CPlusPlus = true;
176 LO.Bool = true;
177 print(OS, PrintingPolicy(LO));
DeclarationName.cpp 153 LangOptions LO;
154 LO.CPlusPlus = true;
155 return OS << ClassType.getAsString(PrintingPolicy(LO));
163 LangOptions LO;
164 LO.CPlusPlus = true;
165 return OS << Type.getAsString(PrintingPolicy(LO));
192 LangOptions LO;
193 LO.CPlusPlus = true;
194 LO.Bool = true;
195 return OS << Type.getAsString(PrintingPolicy(LO));
    [all...]
TypePrinter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 212 LangOptions LO; // FIXME.
213 S->printPretty(Out, nullptr, PrintingPolicy(LO));
ExprEngine.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 214 const SCEV *LO = X->getLHS();
216 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace);
218 if (LO != LN || RO != RN)
  /external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
aes-x86_64.pl 66 sub lo() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/; subroutine
69 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/;
96 movzb `&lo("$s0")`,$acc0
97 movzb `&lo("$s1")`,$acc1
98 movzb `&lo("$s2")`,$acc2
105 movzb `&lo("$s3")`,$acc2
121 movzb `&lo("$s2")`,$acc0
122 movzb `&lo("$s3")`,$acc1
123 movzb `&lo("$s0")`,$acc2
130 movzb `&lo("$s1")`,$acc
    [all...]
  /external/eigen/blas/
common.h 34 #define LO 1
51 : ((X)=='L' || (X)=='l') ? LO \
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 65 sub lo() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/; subroutine
68 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/;
95 movzb `&lo("$s0")`,$acc0
96 movzb `&lo("$s1")`,$acc1
97 movzb `&lo("$s2")`,$acc2
104 movzb `&lo("$s3")`,$acc2
120 movzb `&lo("$s2")`,$acc0
121 movzb `&lo("$s3")`,$acc1
122 movzb `&lo("$s0")`,$acc2
129 movzb `&lo("$s1")`,$acc
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_1.c 72 #define LO 0
75 #define LO 1
124 (map[src[HI]]<<16)|(map[src[LO]]);
128 (map[src[HI]]<<16)|(map[src[LO]]);
139 (map[src[HI]]<<16)|(map[src[LO]]);
156 (map[src[HI]]<<16)|(map[src[LO]]);
160 (map[src[HI]]<<16)|(map[src[LO]]);
171 (map[src[HI]]<<16)|(map[src[LO]]);
SDL_blit_N.c 847 #define LO 0
850 #define LO 1
980 (((src[LO])&0x00F80000)>>9)| \
981 (((src[LO])&0x0000F800)>>6)| \
982 (((src[LO])&0x000000F8)>>3); \
    [all...]
  /art/compiler/utils/arm64/
assembler_arm64.h 44 LO = 3,
  /external/llvm/lib/Target/NVPTX/
NVPTX.h 164 LO,
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 354 Value *LO = L->getOperand(I), *RO = R->getOperand(I);
355 if (!equivalentAsOperands(LO, RO)) {
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 37 LO = CC
  /external/aac/libSBRenc/src/
sbr_def.h 154 #define LO 0
  /external/chromium_org/v8/src/mips/
simulator-mips.h 131 // LO, HI, and pc.
132 LO,
  /external/chromium_org/v8/src/mips64/
simulator-mips64.h 160 // LO, HI, and pc.
161 LO,
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 515 SDValue Lo, Hi, ShAmt;
519 Lo = DAG.getNode(ISD::SRL, dl, WideVT, LoadVals[WideIdx], ShAmt);
520 Lo = DAG.getNode(ISD::AND, dl, WideVT, Lo, SrcEltBitMask);
536 Lo = DAG.getNode(ISD::OR, dl, WideVT, Lo, Hi);
541 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
544 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT)
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 122 LO = CC
306 {0xA125,INSTR_MOV,LO,HS,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,2,0,0},
308 {0xA127,INSTR_MVN,LO,HS,0,NA,NA,1,MAX_32BIT -1,NA,NA,NA,2,1,2,0,0},
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 33 LO, // Carry clear Less than
52 case HS: return LO;
53 case LO: return HS;
73 case ARMCC::LO: return "lo";
  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 94 #define LO(opcode) (opcode)
98 #define ABS_S (HI(17) | FMT_S | LO(5))
99 #define ADD_S (HI(17) | FMT_S | LO(0))
101 #define ADDU (HI(0) | LO(33))
102 #define AND (HI(0) | LO(36))
114 #define BREAK (HI(0) | LO(13))
116 #define C_UN_S (HI(17) | FMT_S | LO(49))
117 #define C_UEQ_S (HI(17) | FMT_S | LO(51))
118 #define C_ULE_S (HI(17) | FMT_S | LO(55))
119 #define C_ULT_S (HI(17) | FMT_S | LO(53)
    [all...]
sljitNativePPC_common.c 130 #define LO(opcode) ((opcode) << 1)
132 #define ADD (HI(31) | LO(266))
133 #define ADDC (HI(31) | LO(10))
134 #define ADDE (HI(31) | LO(138))
138 #define ADDME (HI(31) | LO(234))
139 #define AND (HI(31) | LO(28))
144 #define BCCTR (HI(19) | LO(528) | (3 << 11))
145 #define BLR (HI(19) | LO(16) | (0x14 << 21))
146 #define CNTLZD (HI(31) | LO(58))
147 #define CNTLZW (HI(31) | LO(26)
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 352 const LangOptions &LO = CGM.getLangOpts();
353 if (LO.CPlusPlus) {
354 if (LO.ObjC1)
358 } else if (LO.ObjC1) {
360 } else if (LO.C99) {
370 if (LO.ObjC1)
371 RuntimeVers = LO.ObjCRuntime.isNonFragile() ? 2 : 1;
376 LangTag, Filename, getCurrentDirname(), Producer, LO.Optimize,
    [all...]

Completed in 1141 milliseconds

1 2