HomeSort by relevance Sort by last modified time
    Searched defs:LO (Results 26 - 50 of 55) sorted by null

12 3

  /frameworks/rs/tests/java_api/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 121 LO = CC
305 {0xA125,INSTR_MOV,LO,HS,0,NA,NA,1,0x80000001,NA,NA,NA,2,1,2,0,0},
307 {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 122 LO = CC
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
PlatformInfo.h 325 LO = 0,
  /external/clang/lib/CodeGen/
CGException.cpp 693 const LangOptions &LO = CGM.getLangOpts();
694 if (!LO.Exceptions) {
695 if (!LO.Borland && !LO.MicrosoftExt)
    [all...]
CGDebugInfo.cpp 417 const LangOptions &LO = CGM.getLangOpts();
418 if (LO.CPlusPlus) {
419 if (LO.ObjC1)
423 } else if (LO.ObjC1) {
425 } else if (LO.RenderScript) {
427 } else if (LO.C99) {
437 if (LO.ObjC1)
438 RuntimeVers = LO.ObjCRuntime.isNonFragile() ? 2 : 1;
459 Producer, LO.Optimize, CGM.getCodeGenOpts().DwarfDebugFlags, RuntimeVers,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [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/dist2/src/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 134 #define LO(opcode) ((opcode) << 1)
136 #define ADD (HI(31) | LO(266))
137 #define ADDC (HI(31) | LO(10))
138 #define ADDE (HI(31) | LO(138))
142 #define ADDME (HI(31) | LO(234))
143 #define AND (HI(31) | LO(28))
148 #define BCCTR (HI(19) | LO(528) | (3 << 11))
149 #define BLR (HI(19) | LO(16) | (0x14 << 21))
150 #define CNTLZD (HI(31) | LO(58))
151 #define CNTLZW (HI(31) | LO(26)
    [all...]
  /external/v8/src/mips/
simulator-mips.h 168 // LO, HI, and pc.
169 LO,
  /external/v8/src/mips64/
simulator-mips64.h 177 // LO, HI, and pc.
178 LO,
  /toolchain/binutils/binutils-2.25/gas/config/
tc-bfin.c 1163 #define LO(x) ((x ) & 0xffff)
1169 conscode (gencode (LO (c_code.opcode)), NULL_CODE))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp 54 case MipsISD::Lo: return "MipsISD::Lo";
247 // multHi/Lo: product of multiplication
248 // Lo0: initial value of Lo register
301 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, dl, Mips::LO, MVT::i32,
321 // multHi/Lo: product of multiplication
322 // Lo0: initial value of Lo register
375 SDValue CopyFromLo = CurDAG->getCopyFromReg(Chain, dl, Mips::LO, MVT::i32,
422 unsigned LO = (Ty == MVT::i32) ? Mips::LO : Mips::LO64;
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 116 case MipsISD::Lo: return "MipsISD::Lo";
473 unsigned LO = (Ty == MVT::i32) ? Mips::LO0 : Mips::LO0_64;
486 SDValue CopyFromLo = DAG.getCopyFromReg(InChain, DL, LO, Ty,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 3316 milliseconds

12 3