HomeSort by relevance Sort by last modified time
    Searched full:addis (Results 126 - 150 of 244) sorted by null

1 2 3 4 56 7 8 910

  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 296 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
ppc-darwin.S 353 addis r11,r11,ha16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
linux64.S 38 addis %r2, %r12, .TOC.-ffi_call_LINUX64@ha
linux64_closure.S 39 addis %r2, %r12, .TOC.-ffi_closure_LINUX64@ha
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 296 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)
ppc-darwin.S 353 addis r11,r11,ha16(L_ffi64_struct_to_ram_form$lazy_ptr - LO$ffi64_struct_to_ram_form)
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCSchedule.td 123 // addis IntGeneral
PPCInstrInfo.td 241 // immediate are set. Used by instructions like 'addis'. Identical to
    [all...]
PPCRegisterInfo.cpp 366 // previous frame's address from 0(SP). Why not do an addis of the hi?
367 // Because R0 is our only safe tmp register and addi/addis treat R0 as zero.
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
reloctype.go 39 // immediates in the low half of the instruction word), usually addis followed by
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ppc64/
asm.go 148 // addis r2, r12, .TOC.-func@ha
162 // addis r3, r2, local.moduledata@got@ha
246 stub.AddUint32(ctxt.Arch, 0x3d820000) // addis r12,r2,targ@plt@toc@ha
883 glink.AddUint32(ctxt.Arch, 0x3d600000) // addis r11,0,.plt@ha
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
reloctype.go 39 // immediates in the low half of the instruction word), usually addis followed by
  /prebuilts/go/linux-x86/src/cmd/link/internal/ppc64/
asm.go 148 // addis r2, r12, .TOC.-func@ha
162 // addis r3, r2, local.moduledata@got@ha
246 stub.AddUint32(ctxt.Arch, 0x3d820000) // addis r12,r2,targ@plt@toc@ha
883 glink.AddUint32(ctxt.Arch, 0x3d600000) // addis r11,0,.plt@ha
  /external/llvm/lib/Target/PowerPC/
README_ALTIVEC.txt 237 addis 3, 2, .LCPI0_0@toc@ha
238 addis 4, 2, .LCPI0_1@toc@ha
PPCAsmPrinter.cpp 827 EmitToStreamer(*OutStreamer, MCInstBuilder(PPC::ADDIS)
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 299 return ((instr & kOpcodeMask) == ADDIS) && GetRA(instr).is(r0);
971 void Assembler::addis(Register dst, Register src, const Operand& imm) { function in class:v8::internal::Assembler
973 d_form(ADDIS, dst, src, imm.imm_, true);
1131 d_form(ADDIS, dst, r0, imm.imm_, true);
    [all...]
disasm-ppc.cc 1188 case ADDIS: {
1192 Format(instr, "addis 'rt, 'ra, 'int16");
    [all...]
  /external/libffi/src/powerpc/
linux64_closure.S 39 addis %r2, %r12, .TOC.-ffi_closure_LINUX64@ha
linux64_closure.S.orig 39 addis %r2, %r12, .TOC.-ffi_closure_LINUX64@ha
  /external/llvm/test/CodeGen/PowerPC/
aantidep-inline-asm-use.ll 12 ; CHECK-NOT: addis 3
extra-toc-reg-deps.ll 70 ; CHECK: addis [[REG1:[0-9]+]], 2, .LC0@toc@ha
78 ; CHECK: addis [[REG1:[0-9]+]], 2, .LC0@toc@ha
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64_closure.S 39 addis %r2, %r12, .TOC.-ffi_closure_LINUX64@ha
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
476.s 16 addis 3,4,-128
  /external/valgrind/coregrind/m_syswrap/
syswrap-ppc64-linux.c 135 "0: addis 2,12,.TOC.-0b@ha\n"
293 "0: addis 2,12,.TOC.-0b@ha \n"
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 141 #define ADDIS (HI(15))
    [all...]

Completed in 1313 milliseconds

1 2 3 4 56 7 8 910