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

  /external/clang/lib/AST/
TemplateName.cpp 163 LangOptions LO;
164 LO.CPlusPlus = true;
165 LO.Bool = true;
166 N.print(OS, PrintingPolicy(LO));
172 LangOptions LO; // FIXME!
173 LO.CPlusPlus = true;
174 LO.Bool = true;
175 print(llvm::errs(), PrintingPolicy(LO));
TypePrinter.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 183 const SCEV *LO = X->getLHS();
185 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace);
187 if (LO != LN || RO != RN)
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 294 LangOptions LO; // FIXME.
295 S->printPretty(Out, 0, PrintingPolicy(LO));
ExprEngine.cpp     [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl 64 sub lo() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/; subroutine
67 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/;
94 movzb `&lo("$s0")`,$acc0
95 movzb `&lo("$s1")`,$acc1
96 movzb `&lo("$s2")`,$acc2
103 movzb `&lo("$s3")`,$acc2
119 movzb `&lo("$s2")`,$acc0
120 movzb `&lo("$s3")`,$acc1
121 movzb `&lo("$s0")`,$acc2
128 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...]
  /external/libffi/src/powerpc/
darwin_closure.S 301 bcl 20,31,LO$ffi_closure_helper_DARWIN
302 LO$ffi_closure_helper_DARWIN:
304 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
306 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 569 // Clear upper part of LO, lower HI
571 SDValue LO = DAG.getNode(ISD::AND, DL, VT, Op.getOperand(0), HalfWordMask);
573 // Convert hi and lo to floats
577 SDValue fLO = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), LO);
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 358 Value *LO = L->getOperand(I), *RO = R->getOperand(I);
359 if (!equivalentAsOperands(LO, RO)) {
360 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/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/v8/src/mips/
simulator-mips.h 157 // LO, HI, and pc.
158 LO,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 306 const LangOptions &LO = CGM.getLangOpts();
307 if (LO.CPlusPlus) {
308 if (LO.ObjC1)
312 } else if (LO.ObjC1) {
314 } else if (LO.C99) {
324 if (LO.ObjC1)
325 RuntimeVers = LO.ObjCRuntime.isNonFragile() ? 2 : 1;
331 LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 62 case MipsISD::Lo: return "MipsISD::Lo";
330 // multHi/Lo: product of multiplication
331 // Lo0: initial value of Lo register
383 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, dl, Mips::LO, MVT::i32,
403 // multHi/Lo: product of multiplication
404 // Lo0: initial value of Lo register
456 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, dl, Mips::LO, MVT::i32,
505 unsigned LO = (Ty == MVT::i32) ? Mips::LO : Mips::LO64
    [all...]
  /external/qemu/target-mips/
cpu.h 144 target_ulong LO[MIPS_DSP_ACC];

Completed in 462 milliseconds