HomeSort by relevance Sort by last modified time
    Searched defs:LO (Results 1 - 25 of 35) 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...]
Stmt.cpp 569 const LangOptions &LO = C.getLangOpts();
593 getAsmString()->getLocationOfByte(Percent - StrStart, SM, LO, TI);
595 getAsmString()->getLocationOfByte(CurPtr - StrStart, SM, LO, TI);
627 getAsmString()->getLocationOfByte(Percent - StrStart, SM, LO, TI);
629 getAsmString()->getLocationOfByte(NameEnd + 1 - StrStart, SM, LO, TI);
    [all...]
TypePrinter.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 209 LangOptions LO; // FIXME.
210 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/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/llvm/lib/Target/NVPTX/
NVPTX.h 149 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;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-dlx.c 57 int LO;
325 without the register and with %hi/%lo modifier? */
604 the_insn.HI = the_insn.LO = 0;
606 /* Search for %hi and %lo, make a mark and skip it. */
614 if (strncmp (s, "%lo", 3) == 0)
617 the_insn.LO = 1;
620 the_insn.LO = 0;
623 if (the_insn.HI || the_insn.LO)
626 as_bad (_("Expression Error for operand modifier %%hi/%%lo\n"));
752 /* Clean up the HI and LO mark. *
    [all...]
  /external/aac/libSBRenc/src/
sbr_def.h 156 #define LO 0
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 572 SDValue Lo, Hi, ShAmt;
577 Lo = DAG.getNode(ISD::SRL, dl, WideVT, LoadVals[WideIdx], ShAmt);
578 Lo = DAG.getNode(ISD::AND, dl, WideVT, Lo, SrcEltBitMask);
595 Lo = DAG.getNode(ISD::OR, dl, WideVT, Lo, Hi);
600 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT);
603 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT)
    [all...]
  /external/v8/src/mips/
simulator-mips.h 135 // LO, HI, and pc.
136 LO,
  /external/v8/src/mips64/
simulator-mips64.h 144 // LO, HI, and pc.
145 LO,
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 92 static final short LO = vr("LO");
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 37 LO = CC
  /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...]
  /system/core/libpixelflinger/tests/arch-mips64/assembler/
mips64_assembler_test.cpp 123 LO = CC
  /art/compiler/utils/arm/
constants_arm.h 126 LO = CC // LO (unsigned lower) is a synonym for CC.
  /external/clang/lib/CodeGen/
CGException.cpp 691 const LangOptions &LO = CGM.getLangOpts();
692 if (!LO.Exceptions) {
693 if (!LO.Borland && !LO.MicrosoftExt)
    [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...]

Completed in 626 milliseconds

1 2