Home
last modified time | relevance | path

Searched refs:x86_64 (Results 1 – 25 of 25) sorted by relevance

/aoo4110/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx90 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod()
91 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod()
92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
211 if ( nr < x86_64::MAX_SSE_REGS ) \
217 if ( nr < x86_64::MAX_GPR_REGS ) \
223 if ( nr < x86_64::MAX_GPR_REGS ) \
229 if ( nr < x86_64::MAX_GPR_REGS ) \
235 if ( nr < x86_64::MAX_GPR_REGS ) \
266 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call()
[all …]
H A Dcpp2uno.cxx86 if ( x86_64::return_in_hidden_param( pReturnTypeRef ) ) in cpp2uno_call()
123 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
131 if ( nr_fpr < x86_64::MAX_SSE_REGS ) in cpp2uno_call()
141 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
156 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
486 x86_64::return_in_hidden_param( pAttrTD->pAttributeTypeRef ) ); in addLocalFunctions()
502 x86_64::return_in_hidden_param( pMethodTD->pReturnTypeRef ) ); in addLocalFunctions()
H A Dabi.cxx63 using namespace x86_64;
272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument()
313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param()
320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct()
H A Dabi.hxx33 namespace x86_64 namespace
/aoo4110/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx90 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod()
91 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod()
92 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
93 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
212 if ( nr < x86_64::MAX_SSE_REGS ) \
218 if ( nr < x86_64::MAX_GPR_REGS ) \
224 if ( nr < x86_64::MAX_GPR_REGS ) \
230 if ( nr < x86_64::MAX_GPR_REGS ) \
236 if ( nr < x86_64::MAX_GPR_REGS ) \
267 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call()
[all …]
H A Dcpp2uno.cxx86 if ( x86_64::return_in_hidden_param( pReturnTypeRef ) ) in cpp2uno_call()
120 bool bFitsRegisters = x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
128 if ( nr_fpr < x86_64::MAX_SSE_REGS ) in cpp2uno_call()
138 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
153 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
529 x86_64::return_in_hidden_param( pAttrTD->pAttributeTypeRef ) ); in addLocalFunctions()
545 x86_64::return_in_hidden_param( pMethodTD->pReturnTypeRef ) ); in addLocalFunctions()
H A Dabi.cxx63 using namespace x86_64;
272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument()
313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param()
320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct()
H A Dabi.hxx33 namespace x86_64 namespace
/aoo4110/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx97 if ( nFPR > x86_64::MAX_SSE_REGS ) in callVirtualMethod()
98 nFPR = x86_64::MAX_SSE_REGS; in callVirtualMethod()
99 if ( nGPR > x86_64::MAX_GPR_REGS ) in callVirtualMethod()
100 nGPR = x86_64::MAX_GPR_REGS; in callVirtualMethod()
217 if ( nr < x86_64::MAX_SSE_REGS ) \
223 if ( nr < x86_64::MAX_GPR_REGS ) \
229 if ( nr < x86_64::MAX_GPR_REGS ) \
235 if ( nr < x86_64::MAX_GPR_REGS ) \
241 if ( nr < x86_64::MAX_GPR_REGS ) \
272 sal_uInt64 pGPR[x86_64::MAX_GPR_REGS]; in cpp_call()
[all …]
H A Dcpp2uno.cxx87 if ( x86_64::return_in_hidden_param( pReturnTypeRef ) ) in cpp2uno_call()
124 x86_64::examine_argument( rParam.pTypeRef, false, nUsedGPR, nUsedSSE ); in cpp2uno_call()
132 if ( nr_fpr < x86_64::MAX_SSE_REGS ) in cpp2uno_call()
142 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
157 if ( nr_gpr < x86_64::MAX_GPR_REGS ) in cpp2uno_call()
487 x86_64::return_in_hidden_param( pAttrTD->pAttributeTypeRef ) ); in addLocalFunctions()
503 x86_64::return_in_hidden_param( pMethodTD->pReturnTypeRef ) ); in addLocalFunctions()
H A Dabi.cxx63 using namespace x86_64;
272 bool x86_64::examine_argument( typelib_TypeDescriptionReference *pTypeRef, bool bInReturn, int &nUs… in examine_argument()
313 bool x86_64::return_in_hidden_param( typelib_TypeDescriptionReference *pTypeRef ) in return_in_hidden_param()
320 void x86_64::fill_struct( typelib_TypeDescriptionReference *pTypeRef, const sal_uInt64 *pGPR, const… in fill_struct()
H A Dabi.hxx33 namespace x86_64 namespace
/aoo4110/main/odk/settings/
H A Dsettings.mk277 ifeq "$(PROCTYPE)" "x86_64"
385 ifeq "$(PROCTYPE)" "x86_64"
498 ifeq "$(PROCTYPE)" "x86_64"
505 ifeq "$(PROCTYPE)" "x86_64"
515 ifeq "$(PROCTYPE)" "x86_64"
/aoo4110/main/openssl/
H A Dopenssl.patch26 -"BSD-x86_64", "cc:-DL_ENDIAN -O3 -Wall::${BSDthreads}:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_…
29 +"BSD-x86_64", "$ENV{'FREEBSDCC'}:-DL_ENDIAN -O3 -Wall $ENV{'CFLAGS'}::${BSDthreads}:::SIXTY_FOUR_B…
35 …RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN:".eval{my $asm=$x86_64_asm;$asm=~s/x86_64-gcc\.o/bn_asm.o/;$…
65 amd64-*-*bsd*) OUT="BSD-x86_64" ;;
111 -perl ms\uplink-x86_64.pl nasm > ms\uptable.asm
112 +%1 ms\uplink-x86_64.pl nasm > ms\uptable.asm
117 -perl ms\uplink-x86_64.pl masm > ms\uptable.asm
118 +%1 ms/uplink-x86_64.pl masm > ms/uptable.asm
H A Dmakefile.mk83 CONFIGURE_ACTION=Configure BSD-x86_64 no-dso no-shared $(NO_ASM)
85 CONFIGURE_ACTION=Configure linux-x86_64 no-dso no-shared $(NO_ASM)
102 CONFIGURE_ACTION=Configure solaris64-x86_64-cc
H A Dopensslsol.patch4 …"solaris64-x86_64-gcc","gcc:-m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int::-D_REENTRANT::-lsocket -ln…
8 -"solaris64-x86_64-cc","cc:-fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -ln…
10 +"solaris64-x86_64-cc","cc:-xarch=amd64 -xstrconst -Xa -DL_ENDIAN::-D_REENTRANT::-lsocket -lnsl -ld…
/aoo4110/main/
H A Dconfig.guess796 echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
820 echo x86_64-unknown-interix${UNAME_RELEASE}
830 echo x86_64-pc-mks
841 amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
842 echo x86_64-unknown-cygwin
974 x86_64:Linux:*:*)
975 echo x86_64-unknown-linux-gnu
H A Dset_soenv.in345 elsif ($platform =~ m/^x86_64/)
370 if (($platform =~ m/^amd64/) || ($platform =~ m/^x86_64/))
500 elsif ($platform =~ m/^x86_64/)
821 elsif ($platform =~ m/^x86_64/)
935 if ($platform =~ m/x86_64-.*-linux/);
H A Dconfig.sub320 i*86 | x86_64)
H A Dconfigure.ac1147 CC="`xcrun -f clang` -arch x86_64"
1150 CXX="`xcrun -f clang++` -arch x86_64 -std=c++11"
2838 i?86|x86_64)
6026 if test "$build_cpu" != "x86_64"; then
6413 if test "$build_cpu" != "x86_64" ; then
6422 if test "$build_cpu" != "x86_64" ; then
6428 if test "$build_cpu" != "x86_64" ; then
6437 if test "$build_cpu" != "x86_64" ; then
6539 if test "$build_cpu" = "x86_64" ; then
6546 if test "$build_cpu" != "x86_64" ; then
/aoo4110/main/libxmlsec/
H A Dxmlsec1-update-config-sub-and-guess.patch309 + SUN_ARCH="x86_64"
760 + echo x86_64-unknown-interix${UNAME_RELEASE}
771 + echo x86_64-pc-mks
784 + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
785 + echo x86_64-unknown-cygwin
980 x86_64:Linux:*:*)
981 - echo x86_64-${VENDOR:-unknown}-linux-gnu
1036 + echo x86_64-unknown-linux-gnu
1322 + UNAME_PROCESSOR="x86_64"
1777 - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
[all …]
/aoo4110/main/epm/
H A Depm-3.7.patch213 + else if (!strcmp(platform->machine, "x86_64"))
252 + else if (!strcmp(platform->machine, "x86_64"))
328 + strcpy(platform->machine, "x86_64");
/aoo4110/main/libtextcat/
H A Dlibtextcat-2.2.patch2015 + SUN_ARCH="x86_64"
2475 + echo x86_64-unknown-interix${UNAME_RELEASE}
2485 + echo x86_64-pc-mks
2499 + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
2500 + echo x86_64-unknown-cygwin
2674 x86_64:Linux:*:*)
2675 echo x86_64-unknown-linux-gnu
3014 + UNAME_PROCESSOR="x86_64"
3481 - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
3510 + basic_machine=x86_64-pc
[all …]
/aoo4110/main/nss/
H A Dnss.patch142 CPU_ARCH = x86_64
/aoo4110/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl68 * equal to max size returned in registers on x86_64

Completed in 178 milliseconds