HomeSort by relevance Sort by last modified time
    Searched full:lo16 (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
README.txt 160 lfd f0, lo16(.CPI_X_0)(r2)
162 lfd f2, lo16(.CPI_X_1)(r2)
165 lfd f1, lo16(.CPI_X_2)(r2)
167 lfd f2, lo16(.CPI_X_3)(r2)
186 lfs f0, lo16(LCPI1_0)(r2)
189 lfs f2, lo16(LCPI1_2)(r3)
190 lfs f3, lo16(LCPI1_1)(r2)
362 la r2, lo16(_a)(r2)
371 lbz r2, lo16(_a+3)(r2)
637 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)
README_ALTIVEC.txt 130 lfs f0, lo16(LCPI1_0)(r3)
  /external/llvm/lib/Target/Lanai/
LanaiInstrInfo.td 64 def LO16 : SDNodeXForm<imm, [{
125 return ((N->getZExtValue() & 0xFFFFUL) == N->getZExtValue());}], LO16> {
132 return (Imm < 0) && (isInt<16>(Imm));}], LO16> {
138 return ((int64_t)(N->getSExtValue() & 0xFFFFUL) == N->getSExtValue());}], LO16> {
146 return (N->getZExtValue() >= 0xFFFF0000UL);}], LO16> {
846 def : Pat<(i32 imm:$imm), (OR_I_LO (MOVHI (HI16 imm:$imm)), (LO16 imm:$imm))>;
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 128 // Add ha16() / lo16() markers if required.
  /toolchain/binutils/binutils-2.27/opcodes/
lm32-desc.c 327 /* lo16: low 16-bit immediate */
328 { "lo16", LM32_OPERAND_LO16, HW_H_UINT, 15, 16,
562 /* ori $r1,$r0,$lo16 */
702 /* mvu $r1,$lo16 */
    [all...]
  /external/libffi/src/powerpc/
darwin_closure.S 526 lwzu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr-"L1$spb")(r11)
545 lwzu r12,lo16(L_darwin64_struct_ret_by_value_p$lazy_ptr-"L2$spb")(r11)
563 lwzu r12,lo16(L_darwin64_pass_struct_floats$lazy_ptr-"L3$spb")(r11)
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
darwin_closure.S 526 lwzu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr-"L1$spb")(r11)
545 lwzu r12,lo16(L_darwin64_struct_ret_by_value_p$lazy_ptr-"L2$spb")(r11)
563 lwzu r12,lo16(L_darwin64_pass_struct_floats$lazy_ptr-"L3$spb")(r11)
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
darwin_closure.S 526 lwzu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr-"L1$spb")(r11)
545 lwzu r12,lo16(L_darwin64_struct_ret_by_value_p$lazy_ptr-"L2$spb")(r11)
563 lwzu r12,lo16(L_darwin64_pass_struct_floats$lazy_ptr-"L3$spb")(r11)
  /toolchain/binutils/binutils-2.27/bfd/
elf32-m32r.c 294 because there is a carry from the LO16 to the HI16. Here we just save
295 the information we need; we do the actual relocation when we see the LO16.
297 number of HI16 relocs to be associated with a single LO16 reloc. The
299 LO16. However if there are multiple copies, the assembler may not find
300 the real LO16 so it picks the first one it finds. */
355 /* Save the information, and let LO16 do the actual relocation. */
440 to know anything about the LO16 itself, except where to
441 find the low 16 bits of the addend needed by the LO16. */
463 /* Now do the LO16 reloc in the usual way.
    [all...]
mipsbsd.c 289 "LO16", FALSE, 0, 0x0000ffff, FALSE},
elf32-dlx.c 39 loader phase we can have the corrected hi16 vale replace the buggous lo16
elf32-v850.c 347 The value stored in HI16S reloc is 0x12, the value stored in the LO16
352 LO16: 0x3456 + (0x00007000 & 0xffff) = 0xa456
362 Note that if the 15th bit was set in the value stored in the LO16
369 LO16: 0xffff + (0x00007000 & 0xffff) = 0x6fff
390 LO16: 0xffff + (0x0000f000 & 0xffff) = 0xefff (carry into bit 16 is lost)
404 LO16: 0x7000 + (0x0000f000 & 0xffff) = 0x6fff (carry into bit 16 is lost)
419 LO16: 0xffff + (0x00007000 & 0xffff) = 0x6fff (carry into bit 16 is lost)
433 LO16: 0x7000 + (0x0000ffff & 0xffff) = 0x6fff (carry into bit 16)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 691 unsigned Lo16 = getMovi32Value(MI, MO1, ARM::reloc_arm_movw) & 0xFFFF;
700 Binary |= Lo16 & 0xFFF; // Insts{11-0} = imm12
701 Binary |= ((Lo16 >> 12) & 0xF) << 16; // Insts{19-16} = imm4
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 298 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
ppc-darwin.S 355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 298 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
ppc-darwin.S 355 lgu r12,lo16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)(r11)
  /toolchain/binutils/binutils-2.27/cpu/
mt.opc 164 else if (strncmp (*strp, "%lo16", 5) == 0)
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCExpr.h 175 VK_PPC_DARWIN_LO16, // lo16(symbol)
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinRegisterInfo.cpp 148 TII.get(BF::LOAD16i), getSubReg(Reg, BF::lo16))
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsInstrInfo.td 181 def LO16 : SDNodeXForm<imm, [{
195 // The LO16 param means that only the lower 16 bits of the node
203 }], LO16>;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-iq2000.c 531 /* Record a HI16 reloc for later matching with its LO16 cousin. */
580 the corresponding LO16 reloc. This is called before md_apply_fix and
tc-tilepro.c 224 INSERT_SPECIAL_OP(lo16);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tilepro/
t_constants.s 636 .short lo16(label_1 - label_2)
637 .short lo16(label_3 + 0x12345678 - label_1)

Completed in 878 milliseconds

1 23 4 5 6