/toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/ |
ppc476-shared.d | 26 3fff8: (3d 29 00 00|00 00 29 3d) addis r9,r9,0
|
tlsopt5_32.d | 38 .*: (80 fe 6b 3d|3d 6b fe 80) addis r11,r11,-384
|
elfv2so.d | 35 .*: (3c 4c 00 02|02 00 4c 3c) addis r2,r12,2
|
/external/valgrind/coregrind/m_syswrap/ |
syscall-ppc64le-linux.S | 82 0: addis 2,12,.TOC.-0b@ha 93 0: addis 2,12,.TOC.-0b@ha
|
/external/valgrind/none/tests/ppc64/ |
jm-int.stdout.exp | [all...] |
jm-int.stdout.exp-LE-ISA3_0 | [all...] |
/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/ |
ppc64-darwin_closure.S | 366 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN) 387 addis r11,r11,ha16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form) 403 addis r11,r11,ha16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/ |
ppc64-darwin_closure.S | 366 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN) 387 addis r11,r11,ha16(L_ffi64_struct_to_reg_form$lazy_ptr - LO$ffi64_struct_to_reg_form) 403 addis r11,r11,ha16(L_ffi64_data_size$lazy_ptr - LO$ffi64_data_size)
|
/external/llvm/lib/Target/PowerPC/ |
PPCTOCRegDeps.cpp | 16 // addis 3, 2, .LC12@toc@ha
|
/external/llvm/test/CodeGen/PowerPC/ |
addisdtprelha-nonr3.mir | 69 ; CHECK: addis 4, 30, x@dtprel@ha
|
/external/boringssl/src/util/fipstools/ |
delocate.go | 354 addis <address register>, 2, foo@toc@ha 357 The ?addis? instruction shifts a signed constant left 16 bits and adds the 380 the global entry will typically use an addis+addi pair to add a known offset to 384 addis 2, 12, .TOC. - foo@ha 429 // isPPC64LEAPair recognises an addis+addi pair that's adding the offset of 443 if name1 != "addis" || 674 if instructionName != "addis" || len(argNodes) != 3 || i != 2 || args[1] != "2" { [all...] |
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/ |
a2.s | 19 addis 4,5,23 20 addis 4,5,-23
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
ebb_handler.S | 89 0: addis r2,r12,(.TOC.-0b)@ha; \
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
mips.s | 213 // move immediate: macro for lui+or, addi, addis, and other combinations
|
mips64.s | 217 // move immediate: macro for lui+or, addi, addis, and other combinations
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
plan9.go | 162 LIS: "ADDIS",
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
mips.s | 213 // move immediate: macro for lui+or, addi, addis, and other combinations
|
mips64.s | 217 // move immediate: macro for lui+or, addi, addis, and other combinations
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
plan9.go | 162 LIS: "ADDIS",
|
/external/libffi/src/powerpc/ |
darwin_closure.S | 524 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr-"L1$spb") 543 addis r11,r11,ha16(L_darwin64_struct_ret_by_value_p$lazy_ptr-"L2$spb") 561 addis r11,r11,ha16(L_darwin64_pass_struct_floats$lazy_ptr-"L3$spb")
|
linux64.S | 38 addis %r2, %r12, .TOC.-ffi_call_LINUX64@ha
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
darwin_closure.S | 524 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr-"L1$spb") 543 addis r11,r11,ha16(L_darwin64_struct_ret_by_value_p$lazy_ptr-"L2$spb") 561 addis r11,r11,ha16(L_darwin64_pass_struct_floats$lazy_ptr-"L3$spb")
|
linux64.S | 38 addis %r2, %r12, .TOC.-ffi_call_LINUX64@ha
|
/external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/ |
darwin_closure.S | 524 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr-"L1$spb") 543 addis r11,r11,ha16(L_darwin64_struct_ret_by_value_p$lazy_ptr-"L2$spb") 561 addis r11,r11,ha16(L_darwin64_pass_struct_floats$lazy_ptr-"L3$spb")
|
/external/v8/src/ppc/ |
assembler-ppc-inl.h | 490 // addis <scratch>, kConstantPoolRegister, <offset_high> 497 bool overflowed = (opcode == ADDIS); 521 if ((opcode != ADDIS) || !GetRA(instr).is(kConstantPoolRegister)) {
|