/external/marisa-trie/lib/marisa/ |
popcount.h | 22 UInt32 lo16() const { function in class:marisa::PopCount
|
bitvector.cc | 454 if (i < count.lo16()) { 463 i -= count.lo16(); 538 if (i < count.lo16()) { 547 i -= count.lo16();
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
popcount.h | 22 UInt32 lo16() const { function in class:marisa_alpha::PopCount
|
bitvector.cc | 455 if (i < count.lo16()) { 464 i -= count.lo16(); 540 if (i < count.lo16()) { 549 i -= count.lo16();
|
/external/llvm/test/CodeGen/PowerPC/ |
stubs.ll | 14 ; CHECK: lwzu r12, lo16(___floatditf$lazy_ptr)(r11)
|
available-externally.ll | 53 ; PIC: lwzu r12, lo16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)(r11) 74 ; PIC64: ldu r12, lo16(L_exact_log2$lazy_ptr-L_exact_log2$stub$tmp)(r11) 89 ; DYNAMIC: lwzu r12, lo16(L_exact_log2$lazy_ptr)(r11) 102 ; DYNAMIC64: ldu r12, lo16(L_exact_log2$lazy_ptr)(r11)
|
indirectbr.ll | 62 ; PIC: li r[[R1:[0-9]+]], lo16(Ltmp0-L0$pb) 66 ; STATIC: li r[[R0:[0-9]+]], lo16(Ltmp0)
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCFixupKinds.h | 28 /// fixup_ppc_lo16 - A 16-bit fixup corresponding to lo16(_foo) for instrs 36 /// fixup_ppc_lo14 - A 14-bit fixup corresponding to lo16(_foo) for instrs
|
/external/flac/libFLAC/ppc/as/ |
lpc_asm.s | 72 ori r31,r31,lo16(0xfffffc00) 119 ori r31,r31,lo16(L1307) 133 ori r31,r31,lo16(L1306) 147 ori r31,r31,lo16(L1305) 161 ori r31,r31,lo16(L1304) 175 ori r31,r31,lo16(L1303) 189 ori r31,r31,lo16(L1302) 203 ori r31,r31,lo16(L1301) 215 ori r31,r31,lo16(L1300) 321 ori r31,r31,lo16(0xffc00000 [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPC.h | 59 /// the function's picbase, e.g. lo16(symbol-picbase). 63 /// the non_lazy_ptr for the global, e.g. lo16(symbol$non_lazy_ptr-picbase). 74 /// MO_LO16, MO_HA16 - lo16(symbol) and ha16(symbol)
|
README.txt | 159 lfd f0, lo16(.CPI_X_0)(r2) 161 lfd f2, lo16(.CPI_X_1)(r2) 164 lfd f1, lo16(.CPI_X_2)(r2) 166 lfd f2, lo16(.CPI_X_3)(r2) 185 lfs f0, lo16(LCPI1_0)(r2) 188 lfs f2, lo16(LCPI1_2)(r3) 189 lfs f3, lo16(LCPI1_1)(r2) 361 la r2, lo16(_a)(r2) 370 lbz r2, lo16(_a+3)(r2) 636 lfs f0, lo16(.CPI_foo_0-"L00000$pb")(r2 [all...] |
PPCJITInfo.cpp | 57 AtI[1] = BUILD_ORI(12, 12, To); // ori r12, r12, lo16(address) 62 AtI[1] = BUILD_ORI(12, 12, To >> 32); // ori r12, r12, lo16(address) 65 AtI[4] = BUILD_ORI(12, 12, To); // ori r12, r12, lo16(address)
|
PPCAsmPrinter.cpp | [all...] |
/frameworks/compile/mclinker/lib/Target/Mips/ |
MipsRelocationFunctions.h | 18 DECL_MIPS_APPLY_RELOC_FUNC(lo16) \ 32 { &lo16, 6, "R_MIPS_LO16", 16}, \
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsBaseInfo.h | 89 /// MO_GOT_HI16/LO16, MO_CALL_HI16/LO16 - Relocations used for large GOTs.
|
MipsELFObjectWriter.cpp | 243 // Insert unmatched HI16 and GOT16 immediately before their matching LO16.
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
PPCInstPrinter.cpp | 293 // FIXME: This is a terrible hack because we can't encode lo16() as an operand 297 O << "lo16("; 310 // FIXME: This is a terrible hack because we can't encode lo16() as an operand
|
/external/llvm/lib/Target/ARM/ |
ARMExpandPseudoInsts.cpp | 621 MachineInstrBuilder LO16, HI16; 626 LO16 = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(ARM::MOVi), DstReg); 635 LO16 = LO16.addImm(SOImmValV1); [all...] |
ARMCodeEmitter.cpp | 748 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF; 757 Binary |= Lo16 & 0xFFF; // Insts{11-0} = imm12 758 Binary |= ((Lo16 >> 12) & 0xF) << 16; // Insts{19-16} = imm4 [all...] |
/external/marisa-trie/tests/ |
unit-test.cc | 61 ASSERT(marisa::PopCount(0).lo16() == 0); 66 ASSERT(marisa::PopCount(0xFFFFFFFFU).lo16() == 16); 74 ASSERT(popcount.lo16() == NaivePopCount(value & 0xFFFFU));
|
/external/marisa-trie/v0_1_5/tests/ |
unit-test.cc | 63 ASSERT(marisa_alpha::PopCount(0).lo16() == 0); 68 ASSERT(marisa_alpha::PopCount(0xFFFFFFFFU).lo16() == 16); 76 ASSERT(popcount.lo16() == NaivePopCount(value & 0xFFFFU));
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-arm-linux.S | 128 /* 4 = movw r12, lo16(disp_cp_chain_me_to_slowEP) 143 /* 4 = movw r12, lo16(disp_cp_chain_me_to_fastEP)
|
/external/valgrind/main/VEX/priv/ |
host_arm_defs.c | 2800 UInt lo16 = imm32 & 0xFFFF; local 2861 UInt lo16 = imm32 & 0xFFFF; local 2884 UInt lo16 = imm32 & 0xFFFF; local [all...] |
/external/webkit/Source/JavaScriptCore/assembler/ |
ARMv7Assembler.h | 1919 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(value)); local 2128 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) + 1)); local 2169 ARMThumbImmediate lo16 = ARMThumbImmediate::makeUInt16(static_cast<uint16_t>(reinterpret_cast<uint32_t>(target) + 1)); local [all...] |
/external/libffi/src/powerpc/ |
darwin_closure.S | 306 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
|