HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 151 - 175 of 474) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/compiler/optimizing/
intrinsics_mips64.cc 6 * You may obtain a copy of the License at
422 __ LoadConst32(AT, 0x55555555);
423 __ And(TMP, TMP, AT);
425 __ LoadConst32(AT, 0x33333333);
426 __ And(out, TMP, AT);
428 __ And(TMP, TMP, AT);
432 __ LoadConst32(AT, 0x0F0F0F0F);
433 __ And(out, out, AT);
439 __ LoadConst64(AT, 0x5555555555555555L);
440 __ And(TMP, TMP, AT);
    [all...]
code_generator_mips.cc 6 * You may obtain a copy of the License at
209 HInstruction* at,
213 : SlowPathCodeMIPS(at),
218 DCHECK(at->IsLoadClass() || at->IsClinitCheck());
724 // Note that we cannot use AT or TMP to save the old reference, as those
727 DCHECK_NE(temp1_, AT);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl1/
bl1.ld.S 71 * The .data section gets copied from ROM to RAM at runtime.
82 } >RAM AT>ROM
91 * The .bss section gets initialised to 0 at runtime.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 59 AT = 50
  /external/python/cpython2/Lib/lib2to3/pgen2/
token.py 59 AT = 50
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 59 AT = 50
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 59 AT = 50
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 59 AT = 50
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 59 AT = 50
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 41 AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
43 GV = new GlobalVariable(*M.get(), AT, false /*=isConstant*/,
59 GV->setInitializer(ConstantArray::get(AT, Init));
67 ArrayType *AT;
86 Value *GEP = Builder.CreateGEP(AT, GV, GEPIndices, "switch.gep");
113 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
114 EXPECT_EQ(AT, Init->getType());
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsRegisterInfo.cpp 57 case Mips::AT: case Mips::AT_64: case Mips::F1: case Mips::D1_64:
193 Mips::ZERO, Mips::AT, Mips::K0, Mips::K1,
321 BuildMI(MBB, II, DL, TII.get(Mips::LUi), Mips::AT).addImm(ImmHi);
322 BuildMI(MBB, II, DL, TII.get(Mips::ADDu), Mips::AT).addReg(FrameReg)
323 .addReg(Mips::AT);
324 FrameReg = Mips::AT;
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 12 the Free Software Foundation; either version 3, or (at your option)
109 #define AT mips_opts.at
220 number, normally $at ($1). Changed by `.set at=REG', `.set noat'
221 (same as `.set at=$0') and `.set at' (same as `.set at=$1'). */
222 unsigned int at; member in struct:mips_set_options
283 /* noreorder */ 0, /* at */ ATREG, /* warn_about_macros */ 0
17554 unsigned long at = RELAX_BRANCH_AT (fragp->fr_subtype); local
17783 unsigned long at = RELAX_MICROMIPS_AT (fragp->fr_subtype); local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
app.lkr 6 * You may obtain a copy of the License at
34 while also modifying the app code itself potentially to adjust for new reloc format. This shrinks relocs a lot. GCC produces relocs at 8
35 bytes per reloc and symbols at 16 bytes per symbol. We remove all symbol infos (as we do not need them) and compress the relevant data
108 } > ram AT > flash
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 39 AT = "at"
109 AT,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 37 AT = "at"
107 AT,
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 75 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size());
76 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 176 public static final int AT = LexerCore.AT;
  /external/python/cpython2/Lib/
sre_constants.py 39 AT = "at"
109 AT,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
att-regs.d 2 #name: i386 AT&T register names
compat.d 3 #name: i386 float AT&T mnemonic
  /art/runtime/arch/mips/
registers_mips.h 6 * You may obtain a copy of the License at
31 AT = 1, // Assembler temporary.
63 TMP = T8, // scratch register (in addition to AT)

Completed in 989 milliseconds

1 2 3 4 5 67 8 91011>>